@acorex/modules 19.4.14 → 20.0.0-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/application-management/index.d.ts +161 -13
- package/assets/images/weather/cloudy-day-1.svg +175 -0
- package/assets/images/weather/cloudy-day-2.svg +176 -0
- package/assets/images/weather/cloudy-day-3.svg +175 -0
- package/assets/images/weather/cloudy-night-1.svg +198 -0
- package/assets/images/weather/cloudy-night-2.svg +198 -0
- package/assets/images/weather/cloudy-night-3.svg +198 -0
- package/assets/images/weather/cloudy.svg +500 -0
- package/assets/images/weather/day.svg +521 -0
- package/assets/images/weather/night.svg +503 -0
- package/assets/images/weather/rainy-1.svg +157 -0
- package/assets/images/weather/rainy-2.svg +133 -0
- package/assets/images/weather/rainy-3.svg +157 -0
- package/assets/images/weather/rainy-4.svg +66 -0
- package/assets/images/weather/rainy-5.svg +90 -0
- package/assets/images/weather/rainy-6.svg +91 -0
- package/assets/images/weather/rainy-7.svg +91 -0
- package/assets/images/weather/snowy-1.svg +230 -0
- package/assets/images/weather/snowy-2.svg +237 -0
- package/assets/images/weather/snowy-3.svg +268 -0
- package/assets/images/weather/snowy-4.svg +94 -0
- package/assets/images/weather/snowy-5.svg +166 -0
- package/assets/images/weather/snowy-6.svg +225 -0
- package/assets/images/weather/thunder.svg +268 -0
- package/assets/images/weather/weather-sprite.svg +1245 -0
- package/assets/images/weather/weather.svg +1245 -0
- package/assets/images/weather/weather_sagittarius.svg +9 -0
- package/assets/images/weather/weather_sunset.svg +14 -0
- package/auth/index.d.ts +76 -4
- package/common/index.d.ts +183 -8
- package/content-management/index.d.ts +97 -8
- package/conversation/index.d.ts +585 -4
- package/dashboard-management/index.d.ts +1142 -5
- package/document-management/index.d.ts +289 -7
- package/fesm2022/{acorex-modules-application-management-module-designer.component-BJp8imYd.mjs → acorex-modules-application-management-module-designer.component-CvFiEI1a.mjs} +7 -7
- package/fesm2022/acorex-modules-application-management-module-designer.component-CvFiEI1a.mjs.map +1 -0
- package/fesm2022/acorex-modules-application-management.mjs +41 -41
- package/fesm2022/acorex-modules-application-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-auth-acorex-modules-auth-Q7plhyha.mjs → acorex-modules-auth-acorex-modules-auth-B10cRw3M.mjs} +44 -44
- package/fesm2022/acorex-modules-auth-acorex-modules-auth-B10cRw3M.mjs.map +1 -0
- package/fesm2022/acorex-modules-auth-app-chooser.component-C-HPf2jz.mjs +65 -0
- package/fesm2022/acorex-modules-auth-app-chooser.component-C-HPf2jz.mjs.map +1 -0
- package/fesm2022/acorex-modules-auth-blank.layout-C5d42pO1.mjs +18 -0
- package/fesm2022/acorex-modules-auth-blank.layout-C5d42pO1.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-login.module--HO8WVi_.mjs → acorex-modules-auth-login.module-eC1_ukrb.mjs} +8 -8
- package/fesm2022/acorex-modules-auth-login.module-eC1_ukrb.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-master.layout-CKfLvnZR.mjs → acorex-modules-auth-master.layout-DpfqRgAl.mjs} +5 -5
- package/fesm2022/acorex-modules-auth-master.layout-DpfqRgAl.mjs.map +1 -0
- package/fesm2022/acorex-modules-auth-password.component-DAB9dWB8.mjs +59 -0
- package/fesm2022/acorex-modules-auth-password.component-DAB9dWB8.mjs.map +1 -0
- package/fesm2022/acorex-modules-auth-password.component-rE9yrcGW.mjs +134 -0
- package/fesm2022/acorex-modules-auth-password.component-rE9yrcGW.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-routes-Dphs3LyY.mjs → acorex-modules-auth-routes-EGvejNu9.mjs} +2 -2
- package/fesm2022/acorex-modules-auth-routes-EGvejNu9.mjs.map +1 -0
- package/fesm2022/acorex-modules-auth-settings.provider-CM-T8nbI.mjs.map +1 -1
- package/fesm2022/{acorex-modules-auth-tenant-chooser.component-S07bx8PP.mjs → acorex-modules-auth-tenant-chooser.component-fmuXNByb.mjs} +4 -4
- package/fesm2022/acorex-modules-auth-tenant-chooser.component-fmuXNByb.mjs.map +1 -0
- package/fesm2022/acorex-modules-auth-two-factor-code.component-JYtAQ3qF.mjs +40 -0
- package/fesm2022/acorex-modules-auth-two-factor-code.component-JYtAQ3qF.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-two-factor.module-CKp1SEfD.mjs → acorex-modules-auth-two-factor.module-DF3_fgzH.mjs} +7 -7
- package/fesm2022/acorex-modules-auth-two-factor.module-DF3_fgzH.mjs.map +1 -0
- package/fesm2022/acorex-modules-auth-user-sessions.component-BPb-WS4k.mjs +135 -0
- package/fesm2022/acorex-modules-auth-user-sessions.component-BPb-WS4k.mjs.map +1 -0
- package/fesm2022/acorex-modules-auth.mjs +1 -1
- package/fesm2022/{acorex-modules-common-search-popup.component-tUvSQpDP.mjs → acorex-modules-common-search-popup.component-B5JU9uH9.mjs} +4 -4
- package/fesm2022/acorex-modules-common-search-popup.component-B5JU9uH9.mjs.map +1 -0
- package/fesm2022/acorex-modules-common-timeline-version-history-popup.component-DzvUTy5z.mjs +53 -0
- package/fesm2022/acorex-modules-common-timeline-version-history-popup.component-DzvUTy5z.mjs.map +1 -0
- package/fesm2022/acorex-modules-common.mjs +526 -36
- package/fesm2022/acorex-modules-common.mjs.map +1 -1
- package/fesm2022/acorex-modules-content-management.mjs +121 -51
- package/fesm2022/acorex-modules-content-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-conversation.mjs +507 -46
- package/fesm2022/acorex-modules-conversation.mjs.map +1 -1
- package/fesm2022/acorex-modules-dashboard-management.mjs +1389 -95
- package/fesm2022/acorex-modules-dashboard-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-document-management-acorex-modules-document-management-_tXLNsja.mjs → acorex-modules-document-management-acorex-modules-document-management-DFJd7jtw.mjs} +234 -159
- package/fesm2022/acorex-modules-document-management-acorex-modules-document-management-DFJd7jtw.mjs.map +1 -0
- package/fesm2022/{acorex-modules-document-management-attachment-widget.component-BVOXu-Jt.mjs → acorex-modules-document-management-attachment-widget.component-C3RDX_qe.mjs} +6 -8
- package/fesm2022/acorex-modules-document-management-attachment-widget.component-C3RDX_qe.mjs.map +1 -0
- package/fesm2022/{acorex-modules-document-management-create-folder-dialog.component-DRj1LyK3.mjs → acorex-modules-document-management-create-folder-dialog.component-DBb15uBA.mjs} +5 -5
- package/fesm2022/acorex-modules-document-management-create-folder-dialog.component-DBb15uBA.mjs.map +1 -0
- package/fesm2022/{acorex-modules-document-management-details-view.component-llMxeeFn.mjs → acorex-modules-document-management-details-view.component-DBdPqZC-.mjs} +5 -5
- package/fesm2022/acorex-modules-document-management-details-view.component-DBdPqZC-.mjs.map +1 -0
- package/fesm2022/{acorex-modules-document-management-drive-choose.component-DDepk8Hb.mjs → acorex-modules-document-management-drive-choose.component-83EwqXIv.mjs} +5 -5
- package/fesm2022/acorex-modules-document-management-drive-choose.component-83EwqXIv.mjs.map +1 -0
- package/fesm2022/{acorex-modules-document-management-drive.component-BQ2w-PZw.mjs → acorex-modules-document-management-drive.component-B-a1lpDK.mjs} +8 -8
- package/fesm2022/acorex-modules-document-management-drive.component-B-a1lpDK.mjs.map +1 -0
- package/fesm2022/acorex-modules-document-management-large-icons-view.component-CoPSJvbV.mjs +19 -0
- package/fesm2022/acorex-modules-document-management-large-icons-view.component-CoPSJvbV.mjs.map +1 -0
- package/fesm2022/{acorex-modules-document-management-large-tiles-view.component-CyqKSkZY.mjs → acorex-modules-document-management-large-tiles-view.component-BFcFkIBi.mjs} +5 -5
- package/fesm2022/acorex-modules-document-management-large-tiles-view.component-BFcFkIBi.mjs.map +1 -0
- package/fesm2022/acorex-modules-document-management-link-dialog.component-B-BzU_4Y.mjs +68 -0
- package/fesm2022/acorex-modules-document-management-link-dialog.component-B-BzU_4Y.mjs.map +1 -0
- package/fesm2022/acorex-modules-document-management-list-view.component-ygy8vGy8.mjs +19 -0
- package/fesm2022/acorex-modules-document-management-list-view.component-ygy8vGy8.mjs.map +1 -0
- package/fesm2022/acorex-modules-document-management-lock-dialog.component-DvZ-vrUE.mjs +51 -0
- package/fesm2022/acorex-modules-document-management-lock-dialog.component-DvZ-vrUE.mjs.map +1 -0
- package/fesm2022/acorex-modules-document-management-meta-choose-popup.component-D7xogLDO.mjs +183 -0
- package/fesm2022/acorex-modules-document-management-meta-choose-popup.component-D7xogLDO.mjs.map +1 -0
- package/fesm2022/acorex-modules-document-management-meta-selector-widget-column.component-BDhqsc2j.mjs +29 -0
- package/fesm2022/acorex-modules-document-management-meta-selector-widget-column.component-BDhqsc2j.mjs.map +1 -0
- package/fesm2022/acorex-modules-document-management-meta-selector-widget-designer.component-C4GC0GbF.mjs +38 -0
- package/fesm2022/acorex-modules-document-management-meta-selector-widget-designer.component-C4GC0GbF.mjs.map +1 -0
- package/fesm2022/acorex-modules-document-management-meta-selector-widget-view.component-rlSWRGGl.mjs +32 -0
- package/fesm2022/acorex-modules-document-management-meta-selector-widget-view.component-rlSWRGGl.mjs.map +1 -0
- package/fesm2022/{acorex-modules-document-management-permission-definition.provider-DZni4b4s.mjs → acorex-modules-document-management-permission-definition.provider-DzcDUk4h.mjs} +2 -2
- package/fesm2022/acorex-modules-document-management-permission-definition.provider-DzcDUk4h.mjs.map +1 -0
- package/fesm2022/{acorex-modules-document-management-rename-node-dialog.component-hcrBZ7h2.mjs → acorex-modules-document-management-rename-node-dialog.component-DEp3gb2P.mjs} +5 -5
- package/fesm2022/acorex-modules-document-management-rename-node-dialog.component-DEp3gb2P.mjs.map +1 -0
- package/fesm2022/{acorex-modules-document-management-share-dialog.component-Diof2rpe.mjs → acorex-modules-document-management-share-dialog.component-DzuYhAD4.mjs} +6 -7
- package/fesm2022/acorex-modules-document-management-share-dialog.component-DzuYhAD4.mjs.map +1 -0
- package/fesm2022/acorex-modules-document-management-share-email-dialog.component-DNN_3JF2.mjs +54 -0
- package/fesm2022/acorex-modules-document-management-share-email-dialog.component-DNN_3JF2.mjs.map +1 -0
- package/fesm2022/acorex-modules-document-management-small-icons-view.component-B4AnqBZv.mjs +19 -0
- package/fesm2022/acorex-modules-document-management-small-icons-view.component-B4AnqBZv.mjs.map +1 -0
- package/fesm2022/{acorex-modules-document-management-small-tiles-view.component-Ck8m3hZE.mjs → acorex-modules-document-management-small-tiles-view.component-C1lG9vFR.mjs} +5 -5
- package/fesm2022/acorex-modules-document-management-small-tiles-view.component-C1lG9vFR.mjs.map +1 -0
- package/fesm2022/acorex-modules-document-management-unlock-dialog.component-B_TMgAl1.mjs +36 -0
- package/fesm2022/acorex-modules-document-management-unlock-dialog.component-B_TMgAl1.mjs.map +1 -0
- package/fesm2022/acorex-modules-document-management.mjs +1 -1
- package/fesm2022/{acorex-modules-form-template-management-acorex-modules-form-template-management-KTKkPz-B.mjs → acorex-modules-form-template-management-acorex-modules-form-template-management-B3o427If.mjs} +58 -59
- package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-B3o427If.mjs.map +1 -0
- package/fesm2022/{acorex-modules-form-template-management-category.entity-DxgqHkjI.mjs → acorex-modules-form-template-management-category.entity-B7dGrmoa.mjs} +2 -2
- package/fesm2022/acorex-modules-form-template-management-category.entity-B7dGrmoa.mjs.map +1 -0
- package/fesm2022/{acorex-modules-form-template-management-designer.page-BmSMzkbb.mjs → acorex-modules-form-template-management-designer.page-DaTGU3w_.mjs} +5 -7
- package/fesm2022/acorex-modules-form-template-management-designer.page-DaTGU3w_.mjs.map +1 -0
- package/fesm2022/{acorex-modules-form-template-management-permission-definition.provider-6czJEo8f.mjs → acorex-modules-form-template-management-permission-definition.provider-CjjlgO0w.mjs} +2 -2
- package/fesm2022/acorex-modules-form-template-management-permission-definition.provider-CjjlgO0w.mjs.map +1 -0
- package/fesm2022/{acorex-modules-form-template-management-settings.provider-D3nbUDMw.mjs → acorex-modules-form-template-management-settings.provider-CiSjuHGI.mjs} +2 -2
- package/fesm2022/acorex-modules-form-template-management-settings.provider-CiSjuHGI.mjs.map +1 -0
- package/fesm2022/{acorex-modules-form-template-management-template-picker.component-CcmJfby7.mjs → acorex-modules-form-template-management-template-picker.component-CQZ37yC2.mjs} +5 -5
- package/fesm2022/acorex-modules-form-template-management-template-picker.component-CQZ37yC2.mjs.map +1 -0
- package/fesm2022/{acorex-modules-form-template-management-template-widget-edit.component-BLobMX4C.mjs → acorex-modules-form-template-management-template-widget-edit.component-DUeV0yO8.mjs} +7 -8
- package/fesm2022/acorex-modules-form-template-management-template-widget-edit.component-DUeV0yO8.mjs.map +1 -0
- package/fesm2022/{acorex-modules-form-template-management-template.entity-Ci6QzE16.mjs → acorex-modules-form-template-management-template.entity-Cps77n3G.mjs} +2 -2
- package/fesm2022/acorex-modules-form-template-management-template.entity-Cps77n3G.mjs.map +1 -0
- package/fesm2022/{acorex-modules-form-template-management-viewer-popup.component-DIzlC6tX.mjs → acorex-modules-form-template-management-viewer-popup.component-K2ZznaDw.mjs} +5 -5
- package/fesm2022/acorex-modules-form-template-management-viewer-popup.component-K2ZznaDw.mjs.map +1 -0
- package/fesm2022/acorex-modules-form-template-management.mjs +1 -1
- package/fesm2022/{acorex-modules-issue-management-acorex-modules-issue-management-DbVfrgVX.mjs → acorex-modules-issue-management-acorex-modules-issue-management-Blyh8QVB.mjs} +34 -27
- package/fesm2022/acorex-modules-issue-management-acorex-modules-issue-management-Blyh8QVB.mjs.map +1 -0
- package/fesm2022/acorex-modules-issue-management-capture-screen.component-BzUN6Cty.mjs +28 -0
- package/fesm2022/acorex-modules-issue-management-capture-screen.component-BzUN6Cty.mjs.map +1 -0
- package/fesm2022/acorex-modules-issue-management.mjs +1 -1
- package/fesm2022/acorex-modules-log-management.mjs +10 -10
- package/fesm2022/acorex-modules-log-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-notification-management.mjs +42 -44
- package/fesm2022/acorex-modules-notification-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-organization-management-add-item.component-CittqJHu.mjs → acorex-modules-organization-management-add-item.component-COUAmxM8.mjs} +4 -4
- package/fesm2022/acorex-modules-organization-management-add-item.component-COUAmxM8.mjs.map +1 -0
- package/fesm2022/acorex-modules-organization-management-branch.entity-Bsgj4Pow.mjs.map +1 -1
- package/fesm2022/acorex-modules-organization-management-chart.entity-UAn44WCP.mjs.map +1 -1
- package/fesm2022/acorex-modules-organization-management-company.entity-D1A1HSkC.mjs.map +1 -1
- package/fesm2022/acorex-modules-organization-management-department.entity-BMojk26d.mjs.map +1 -1
- package/fesm2022/acorex-modules-organization-management-division.entity-BnWpX4US.mjs.map +1 -1
- package/fesm2022/acorex-modules-organization-management-employee.entity-DBuCVYZP.mjs.map +1 -1
- package/fesm2022/acorex-modules-organization-management-employment-type.entity-CWYu9tIg.mjs.map +1 -1
- package/fesm2022/{acorex-modules-organization-management-org-chart-configuration.page-DNzhGz5G.mjs → acorex-modules-organization-management-org-chart-configuration.page-DjGUUbel.mjs} +7 -15
- package/fesm2022/acorex-modules-organization-management-org-chart-configuration.page-DjGUUbel.mjs.map +1 -0
- package/fesm2022/{acorex-modules-organization-management-org-chart-configuration.service-CtA19B8x.mjs → acorex-modules-organization-management-org-chart-configuration.service-DeoDX_ir.mjs} +4 -4
- package/fesm2022/acorex-modules-organization-management-org-chart-configuration.service-DeoDX_ir.mjs.map +1 -0
- package/fesm2022/{acorex-modules-organization-management-org-chart.page-CrOUUr4c.mjs → acorex-modules-organization-management-org-chart.page-xlNWhN4W.mjs} +12 -21
- package/fesm2022/acorex-modules-organization-management-org-chart.page-xlNWhN4W.mjs.map +1 -0
- package/fesm2022/acorex-modules-organization-management-position-category.entity-DrZ9Ott4.mjs.map +1 -1
- package/fesm2022/acorex-modules-organization-management-position.entity-CY4TugWR.mjs.map +1 -1
- package/fesm2022/acorex-modules-organization-management-responsibility-category.entity-CmafbyCZ.mjs.map +1 -1
- package/fesm2022/acorex-modules-organization-management-responsibility.entity-DmLeFogS.mjs.map +1 -1
- package/fesm2022/acorex-modules-organization-management-role-category.entity-Cyt1dAKR.mjs.map +1 -1
- package/fesm2022/acorex-modules-organization-management-role.entity-BDErzNv-.mjs.map +1 -1
- package/fesm2022/acorex-modules-organization-management-settings.keys-B3cgSi_S.mjs.map +1 -1
- package/fesm2022/acorex-modules-organization-management-settings.provider-hlbUXugb.mjs.map +1 -1
- package/fesm2022/acorex-modules-organization-management-skill-category.entity-BPgGGVT3.mjs.map +1 -1
- package/fesm2022/acorex-modules-organization-management-skill.entity-D9XojzUV.mjs.map +1 -1
- package/fesm2022/acorex-modules-organization-management-team.entity-mYPhrc2l.mjs.map +1 -1
- package/fesm2022/acorex-modules-organization-management.mjs +124 -236
- package/fesm2022/acorex-modules-organization-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-platform-management-acorex-modules-platform-management-CzMi7CBH.mjs → acorex-modules-platform-management-acorex-modules-platform-management-DapgAmXT.mjs} +221 -110
- package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-DapgAmXT.mjs.map +1 -0
- package/fesm2022/{acorex-modules-platform-management-list-version.component-DfbMc2hn.mjs → acorex-modules-platform-management-list-version.component-Dz_gAU6L.mjs} +5 -5
- package/fesm2022/acorex-modules-platform-management-list-version.component-Dz_gAU6L.mjs.map +1 -0
- package/fesm2022/{acorex-modules-platform-management-settings.provider-B-19OJn0.mjs → acorex-modules-platform-management-settings.provider-C_AP6CfI.mjs} +2 -2
- package/fesm2022/acorex-modules-platform-management-settings.provider-C_AP6CfI.mjs.map +1 -0
- package/fesm2022/acorex-modules-platform-management.mjs +1 -1
- package/fesm2022/acorex-modules-project-management.mjs +139 -65
- package/fesm2022/acorex-modules-project-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-scheduler-job-management.mjs +14 -14
- package/fesm2022/acorex-modules-scheduler-job-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-security-management-permissions-editor.component-Ccx0_9L_.mjs → acorex-modules-security-management-permissions-editor.component-B4TdyHtv.mjs} +5 -5
- package/fesm2022/acorex-modules-security-management-permissions-editor.component-B4TdyHtv.mjs.map +1 -0
- package/fesm2022/{acorex-modules-security-management-permissions-widget-column.component-P2buwWAw.mjs → acorex-modules-security-management-permissions-widget-column.component-DTMj6gxb.mjs} +4 -4
- package/fesm2022/acorex-modules-security-management-permissions-widget-column.component-DTMj6gxb.mjs.map +1 -0
- package/fesm2022/{acorex-modules-security-management-permissions-widget-designer.component-CoqOAn_m.mjs → acorex-modules-security-management-permissions-widget-designer.component-BJdbKpRQ.mjs} +5 -6
- package/fesm2022/acorex-modules-security-management-permissions-widget-designer.component-BJdbKpRQ.mjs.map +1 -0
- package/fesm2022/{acorex-modules-security-management-permissions-widget-edit.component-P3adQ1xt.mjs → acorex-modules-security-management-permissions-widget-edit.component-GTmDlgWW.mjs} +4 -4
- package/fesm2022/acorex-modules-security-management-permissions-widget-edit.component-GTmDlgWW.mjs.map +1 -0
- package/fesm2022/{acorex-modules-security-management-permissions-widget-print.component-D4lk67fE.mjs → acorex-modules-security-management-permissions-widget-print.component-BZ75aI18.mjs} +5 -6
- package/fesm2022/acorex-modules-security-management-permissions-widget-print.component-BZ75aI18.mjs.map +1 -0
- package/fesm2022/{acorex-modules-security-management-permissions-widget-view.component-Cz32ewum.mjs → acorex-modules-security-management-permissions-widget-view.component-CYQqerAX.mjs} +5 -6
- package/fesm2022/acorex-modules-security-management-permissions-widget-view.component-CYQqerAX.mjs.map +1 -0
- package/fesm2022/acorex-modules-security-management.mjs +48 -48
- package/fesm2022/acorex-modules-security-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-settings-management-setting-page.component-BgQoPRy_.mjs → acorex-modules-settings-management-setting-page.component-B2CEFpES.mjs} +4 -4
- package/fesm2022/acorex-modules-settings-management-setting-page.component-B2CEFpES.mjs.map +1 -0
- package/fesm2022/{acorex-modules-settings-management-setting-view.component-CX_FKIxI.mjs → acorex-modules-settings-management-setting-view.component-DnD83gFz.mjs} +4 -4
- package/fesm2022/acorex-modules-settings-management-setting-view.component-DnD83gFz.mjs.map +1 -0
- package/fesm2022/acorex-modules-settings-management.mjs +6 -6
- package/fesm2022/acorex-modules-settings-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-text-template-management-settings.provider-fX0dhWUL.mjs.map +1 -1
- package/fesm2022/acorex-modules-text-template-management.mjs +24 -24
- package/fesm2022/acorex-modules-text-template-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-training-management.mjs +43 -43
- package/fesm2022/acorex-modules-training-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-workflow-management-task-board.page-3_Tn2GeA.mjs → acorex-modules-workflow-management-task-board.page-BzLr0QnF.mjs} +8 -8
- package/fesm2022/acorex-modules-workflow-management-task-board.page-BzLr0QnF.mjs.map +1 -0
- package/fesm2022/acorex-modules-workflow-management.mjs +12 -12
- package/fesm2022/acorex-modules-workflow-management.mjs.map +1 -1
- package/fesm2022/acorex-modules.mjs.map +1 -1
- package/form-template-management/index.d.ts +144 -5
- package/index.d.ts +2 -2
- package/issue-management/index.d.ts +130 -6
- package/log-management/index.d.ts +94 -7
- package/notification-management/index.d.ts +266 -10
- package/organization-management/index.d.ts +544 -4
- package/package.json +1 -1
- package/platform-management/index.d.ts +350 -4
- package/project-management/index.d.ts +336 -7
- package/scheduler-job-management/index.d.ts +65 -5
- package/security-management/index.d.ts +167 -4
- package/settings-management/index.d.ts +59 -2
- package/text-template-management/index.d.ts +116 -5
- package/training-management/index.d.ts +330 -7
- package/workflow-management/index.d.ts +28 -2
- package/application-management/lib/application-management-mock-data.d.ts +0 -67
- package/application-management/lib/application-management.module.d.ts +0 -14
- package/application-management/lib/application-management.route.d.ts +0 -2
- package/application-management/lib/application-management.service.d.ts +0 -34
- package/application-management/lib/application-management.source.d.ts +0 -8
- package/application-management/lib/application-management.types.d.ts +0 -50
- package/application-management/lib/const.d.ts +0 -5
- package/application-management/lib/entities/application-module.entity.d.ts +0 -3
- package/application-management/lib/entities/applications.entity.d.ts +0 -3
- package/application-management/lib/entities/edition.entity.d.ts +0 -3
- package/application-management/lib/entities/entity.entity.d.ts +0 -3
- package/application-management/lib/entities/feature.entity.d.ts +0 -3
- package/application-management/lib/entities/modules.entity.d.ts +0 -3
- package/application-management/lib/entities/permission.entity.d.ts +0 -3
- package/application-management/lib/entities/property.entity.d.ts +0 -3
- package/application-management/lib/entity.loader.d.ts +0 -9
- package/application-management/lib/layouts/index.d.ts +0 -1
- package/application-management/lib/layouts/module-entity-detail-view/module-entity-detail-view.component.d.ts +0 -74
- package/application-management/lib/menu.provider.d.ts +0 -4
- package/application-management/lib/module-designer/module-designer.component.d.ts +0 -34
- package/application-management/lib/module-designer/module-designer.service.d.ts +0 -34
- package/application-management/lib/module-designer/module-designer.type.d.ts +0 -1
- package/application-management/lib/services/application-management.service.d.ts +0 -10
- package/application-management/lib/services/application-module-management.service.d.ts +0 -10
- package/application-management/lib/services/context-menu.service.d.ts +0 -26
- package/application-management/lib/services/edition-management.service.d.ts +0 -10
- package/application-management/lib/services/entity-management.service.d.ts +0 -10
- package/application-management/lib/services/feature-management.service.d.ts +0 -10
- package/application-management/lib/services/module-management.service.d.ts +0 -10
- package/application-management/lib/services/permission-management.service.d.ts +0 -10
- package/application-management/lib/services/property-management.service.d.ts +0 -10
- package/application-management/lib/workflows/create-module-entity.workflow.d.ts +0 -9
- package/application-management/lib/workflows/index.d.ts +0 -2
- package/application-management/lib/workflows/show-module-entity-details.workflow.d.ts +0 -2
- package/auth/lib/auth.config.d.ts +0 -29
- package/auth/lib/auth.module.d.ts +0 -10
- package/auth/lib/auth.routes.d.ts +0 -2
- package/auth/lib/error-handler.d.ts +0 -9
- package/auth/lib/menu.provider.d.ts +0 -5
- package/auth/lib/pages/account/account.module.d.ts +0 -8
- package/auth/lib/pages/account/app-chooser/app-chooser-list.component.d.ts +0 -12
- package/auth/lib/pages/account/app-chooser/app-chooser-slot.component.d.ts +0 -12
- package/auth/lib/pages/account/app-chooser/app-chooser.component.d.ts +0 -13
- package/auth/lib/pages/account/profile/profile-slot.component.d.ts +0 -23
- package/auth/lib/pages/account/tenant-chooser/tenant-chooser-dropdown.component.d.ts +0 -10
- package/auth/lib/pages/account/tenant-chooser/tenant-chooser.component.d.ts +0 -24
- package/auth/lib/pages/account/user-profile-card/user-profile-card.component.d.ts +0 -26
- package/auth/lib/pages/account/user-sessions/user-sessions.component.d.ts +0 -71
- package/auth/lib/pages/account/user-sessions/user-sessions.service.d.ts +0 -22
- package/auth/lib/pages/forgot/password/password.component.d.ts +0 -11
- package/auth/lib/pages/forgot/routes.d.ts +0 -3
- package/auth/lib/pages/login/login.module.d.ts +0 -7
- package/auth/lib/pages/login/password/password.component.d.ts +0 -26
- package/auth/lib/pages/two-factor/two-factor-code/two-factor-code.component.d.ts +0 -8
- package/auth/lib/pages/two-factor/two-factor.module.d.ts +0 -7
- package/auth/lib/settings.provider.d.ts +0 -8
- package/auth/lib/shared/layouts/blank/blank.layout.d.ts +0 -8
- package/auth/lib/shared/layouts/master/master.layout.d.ts +0 -7
- package/auth/lib/shared/services/idle.service.d.ts +0 -17
- package/auth/lib/shared/services/index.d.ts +0 -1
- package/common/lib/common.module.d.ts +0 -8
- package/common/lib/const.d.ts +0 -12
- package/common/lib/entity.provider.d.ts +0 -10
- package/common/lib/features/global-search/index.d.ts +0 -3
- package/common/lib/features/global-search/search-popup.component.d.ts +0 -22
- package/common/lib/features/global-search/search-slot.component.d.ts +0 -9
- package/common/lib/features/global-search/search.config.d.ts +0 -5
- package/common/lib/features/global-search/search.module.d.ts +0 -11
- package/common/lib/features/global-search/search.viewmodel.d.ts +0 -34
- package/common/lib/features/global-search/workflows/search.workflow.d.ts +0 -11
- package/common/lib/menu.provider.d.ts +0 -6
- package/common/lib/permission-definition.provider.d.ts +0 -4
- package/common/lib/search-command.provider.d.ts +0 -4
- package/common/lib/settings.provider.d.ts +0 -4
- package/common/lib/widgets-names-list.d.ts +0 -40
- package/content-management/lib/const.d.ts +0 -19
- package/content-management/lib/content-management.module.d.ts +0 -7
- package/content-management/lib/entities/index.d.ts +0 -1
- package/content-management/lib/entities/promotion/index.d.ts +0 -5
- package/content-management/lib/entities/promotion/promotion.datasource.d.ts +0 -7
- package/content-management/lib/entities/promotion/promotion.entity.d.ts +0 -3
- package/content-management/lib/entities/promotion/promotion.service.d.ts +0 -10
- package/content-management/lib/entities/promotion/promotion.types.d.ts +0 -16
- package/content-management/lib/entity.provider.d.ts +0 -10
- package/content-management/lib/features/index.d.ts +0 -1
- package/content-management/lib/features/promotion/components/index.d.ts +0 -1
- package/content-management/lib/features/promotion/components/promotion-slot/promotion-slot.component.d.ts +0 -13
- package/content-management/lib/features/promotion/index.d.ts +0 -1
- package/content-management/lib/menu.provider.d.ts +0 -5
- package/content-management/lib/permission-definition.provider.d.ts +0 -4
- package/content-management/lib/search-command.provider.d.ts +0 -4
- package/content-management/lib/setting.provider.d.ts +0 -4
- package/conversation/lib/const.d.ts +0 -26
- package/conversation/lib/conversation.module.d.ts +0 -37
- package/conversation/lib/entities/index.d.ts +0 -2
- package/conversation/lib/entities/message/index.d.ts +0 -3
- package/conversation/lib/entities/message/message.entity.d.ts +0 -3
- package/conversation/lib/entities/message/message.service.d.ts +0 -10
- package/conversation/lib/entities/message/message.types.d.ts +0 -20
- package/conversation/lib/entities/room/index.d.ts +0 -3
- package/conversation/lib/entities/room/room.entity.d.ts +0 -3
- package/conversation/lib/entities/room/room.service.d.ts +0 -10
- package/conversation/lib/entities/room/room.types.d.ts +0 -8
- package/conversation/lib/entity.provider.d.ts +0 -12
- package/conversation/lib/features/chat/chat-preview.helper.d.ts +0 -68
- package/conversation/lib/features/chat/chat.component.d.ts +0 -42
- package/conversation/lib/features/chat/chat.service.d.ts +0 -101
- package/conversation/lib/features/chat/chat.type.d.ts +0 -38
- package/conversation/lib/features/chat/components/chat-item/chat-item.component.d.ts +0 -21
- package/conversation/lib/features/chat/components/chat-preview/chat-preview.component.d.ts +0 -34
- package/conversation/lib/features/chat/index.d.ts +0 -5
- package/conversation/lib/features/comment/comment-list-view.component.d.ts +0 -67
- package/conversation/lib/features/comment/comment-lookup-popup.component.d.ts +0 -10
- package/conversation/lib/features/comment/comment.service.d.ts +0 -66
- package/conversation/lib/features/comment/comment.type.d.ts +0 -45
- package/conversation/lib/features/comment/index.d.ts +0 -4
- package/conversation/lib/features/index.d.ts +0 -2
- package/dashboard-management/lib/const.d.ts +0 -19
- package/dashboard-management/lib/dashboard-management.module.d.ts +0 -7
- package/dashboard-management/lib/entities/dashboard/dashboard.entity.d.ts +0 -3
- package/dashboard-management/lib/entities/dashboard/dashboard.service.d.ts +0 -10
- package/dashboard-management/lib/entities/dashboard/dashboard.types.d.ts +0 -12
- package/dashboard-management/lib/entities/dashboard/index.d.ts +0 -3
- package/dashboard-management/lib/entities/index.d.ts +0 -1
- package/dashboard-management/lib/entity.provider.d.ts +0 -10
- package/dashboard-management/lib/features/home-dashboard/dashboard-home/home-dashboard.d.ts +0 -142
- package/dashboard-management/lib/features/home-dashboard/dashboard-home/home-dashboard.store.d.ts +0 -39
- package/dashboard-management/lib/features/home-dashboard/dashboard-home/home-dashboard.type.d.ts +0 -20
- package/dashboard-management/lib/features/home-dashboard/dashboard-home/index.d.ts +0 -3
- package/dashboard-management/lib/features/home-dashboard/dashboard-popups/add-dashboard-popup.d.ts +0 -21
- package/dashboard-management/lib/features/home-dashboard/dashboard-popups/configuration-popup.d.ts +0 -14
- package/dashboard-management/lib/features/home-dashboard/dashboard-popups/dashboard-popup.service.d.ts +0 -11
- package/dashboard-management/lib/features/home-dashboard/index.d.ts +0 -1
- package/dashboard-management/lib/features/home-dashboard/widget-wrapper/dashboard-widget-wrapper.d.ts +0 -20
- package/dashboard-management/lib/features/shared/widgets/bar-chart/bar-chart-widget.component.d.ts +0 -18
- package/dashboard-management/lib/features/shared/widgets/bar-chart/bar-chart-widget.config.d.ts +0 -7
- package/dashboard-management/lib/features/shared/widgets/bar-chart/index.d.ts +0 -2
- package/dashboard-management/lib/features/shared/widgets/chart.type.d.ts +0 -3
- package/dashboard-management/lib/features/shared/widgets/clock-calendar/clock-calendar-widget.component.d.ts +0 -39
- package/dashboard-management/lib/features/shared/widgets/clock-calendar/clock-calendar-widget.config.d.ts +0 -7
- package/dashboard-management/lib/features/shared/widgets/clock-calendar/clock-calendar.types.d.ts +0 -50
- package/dashboard-management/lib/features/shared/widgets/clock-calendar/index.d.ts +0 -3
- package/dashboard-management/lib/features/shared/widgets/dashboard-shortcut/dashboard-shortcut-widget-view.component.d.ts +0 -24
- package/dashboard-management/lib/features/shared/widgets/dashboard-shortcut/dashboard-shortcut-widget.config.d.ts +0 -2
- package/dashboard-management/lib/features/shared/widgets/dashboard-shortcut/index.d.ts +0 -2
- package/dashboard-management/lib/features/shared/widgets/donut-chart/donut-chart-widget.component.d.ts +0 -18
- package/dashboard-management/lib/features/shared/widgets/donut-chart/donut-chart-widget.config.d.ts +0 -7
- package/dashboard-management/lib/features/shared/widgets/donut-chart/index.d.ts +0 -2
- package/dashboard-management/lib/features/shared/widgets/gauge-chart/gauge-chart-widget.component.d.ts +0 -17
- package/dashboard-management/lib/features/shared/widgets/gauge-chart/gauge-chart-widget.config.d.ts +0 -7
- package/dashboard-management/lib/features/shared/widgets/gauge-chart/index.d.ts +0 -2
- package/dashboard-management/lib/features/shared/widgets/index.d.ts +0 -9
- package/dashboard-management/lib/features/shared/widgets/line-chart/index.d.ts +0 -2
- package/dashboard-management/lib/features/shared/widgets/line-chart/line-chart-widget.component.d.ts +0 -18
- package/dashboard-management/lib/features/shared/widgets/line-chart/line-chart-widget.config.d.ts +0 -7
- package/dashboard-management/lib/features/shared/widgets/sticky-note/index.d.ts +0 -2
- package/dashboard-management/lib/features/shared/widgets/sticky-note/sticky-note-widget.component.d.ts +0 -21
- package/dashboard-management/lib/features/shared/widgets/sticky-note/sticky-note-widget.config.d.ts +0 -7
- package/dashboard-management/lib/features/shared/widgets/tasklist/index.d.ts +0 -3
- package/dashboard-management/lib/features/shared/widgets/tasklist/tasklist-widget.component.d.ts +0 -34
- package/dashboard-management/lib/features/shared/widgets/tasklist/tasklist-widget.config.d.ts +0 -7
- package/dashboard-management/lib/features/shared/widgets/tasklist/tasklist.type.d.ts +0 -36
- package/dashboard-management/lib/features/shared/widgets/weather/index.d.ts +0 -3
- package/dashboard-management/lib/features/shared/widgets/weather/weather-services/index.d.ts +0 -3
- package/dashboard-management/lib/features/shared/widgets/weather/weather-services/weather-api.abstract.d.ts +0 -174
- package/dashboard-management/lib/features/shared/widgets/weather/weather-services/weather-api.key.d.ts +0 -2
- package/dashboard-management/lib/features/shared/widgets/weather/weather-services/weather-api.mock.service.d.ts +0 -47
- package/dashboard-management/lib/features/shared/widgets/weather/weather-services/weather-api.service.d.ts +0 -48
- package/dashboard-management/lib/features/shared/widgets/weather/weather-widget.component.d.ts +0 -114
- package/dashboard-management/lib/features/shared/widgets/weather/weather-widget.config.d.ts +0 -14
- package/dashboard-management/lib/menu.provider.d.ts +0 -6
- package/dashboard-management/lib/settings.keys.d.ts +0 -3
- package/document-management/lib/badge.provider.d.ts +0 -11
- package/document-management/lib/const.d.ts +0 -49
- package/document-management/lib/document-management.module.d.ts +0 -16
- package/document-management/lib/entities/document/document.entity.d.ts +0 -3
- package/document-management/lib/entities/document/document.module.d.ts +0 -6
- package/document-management/lib/entities/document/document.service.d.ts +0 -15
- package/document-management/lib/entities/document/document.types.d.ts +0 -14
- package/document-management/lib/entities/document/index.d.ts +0 -4
- package/document-management/lib/entities/document-type/document-type.entity.d.ts +0 -3
- package/document-management/lib/entities/document-type/document-type.module.d.ts +0 -6
- package/document-management/lib/entities/document-type/document-type.service.d.ts +0 -10
- package/document-management/lib/entities/document-type/document-type.types.d.ts +0 -21
- package/document-management/lib/entities/document-type/index.d.ts +0 -4
- package/document-management/lib/entities/document-type-meta-definition/document-type-meta-definition.entity.d.ts +0 -3
- package/document-management/lib/entities/document-type-meta-definition/document-type-meta-definition.module.d.ts +0 -6
- package/document-management/lib/entities/document-type-meta-definition/document-type-meta-definition.service.d.ts +0 -10
- package/document-management/lib/entities/document-type-meta-definition/document-type-meta-definition.types.d.ts +0 -5
- package/document-management/lib/entities/document-type-meta-definition/index.d.ts +0 -4
- package/document-management/lib/entities/document-type-meta-value/document-type-meta-value.entity.d.ts +0 -3
- package/document-management/lib/entities/document-type-meta-value/document-type-meta-value.module.d.ts +0 -6
- package/document-management/lib/entities/document-type-meta-value/document-type-meta-value.service.d.ts +0 -10
- package/document-management/lib/entities/document-type-meta-value/document-type-meta-value.types.d.ts +0 -5
- package/document-management/lib/entities/document-type-meta-value/index.d.ts +0 -4
- package/document-management/lib/entities/document-type-status-definition/document-type-status-definition.entity.d.ts +0 -3
- package/document-management/lib/entities/document-type-status-definition/document-type-status-definition.module.d.ts +0 -6
- package/document-management/lib/entities/document-type-status-definition/document-type-status-definition.service.d.ts +0 -10
- package/document-management/lib/entities/document-type-status-definition/document-type-status-definition.types.d.ts +0 -5
- package/document-management/lib/entities/document-type-status-definition/index.d.ts +0 -4
- package/document-management/lib/entities/folder/folder.entity.d.ts +0 -3
- package/document-management/lib/entities/folder/folder.service.d.ts +0 -14
- package/document-management/lib/entities/folder/folder.types.d.ts +0 -42
- package/document-management/lib/entities/folder/index.d.ts +0 -3
- package/document-management/lib/entities/index.d.ts +0 -6
- package/document-management/lib/entity.provider.d.ts +0 -10
- package/document-management/lib/features/document-explorer/components/create-folder-dialog/create-folder-dialog.component.d.ts +0 -27
- package/document-management/lib/features/document-explorer/components/rename-node-dialog/rename-node-dialog.component.d.ts +0 -14
- package/document-management/lib/features/document-explorer/document-explorer.component.d.ts +0 -223
- package/document-management/lib/features/document-explorer/document-explorer.viewmodel.d.ts +0 -142
- package/document-management/lib/features/document-explorer/index.d.ts +0 -3
- package/document-management/lib/features/document-explorer/settings.keys.d.ts +0 -5
- package/document-management/lib/features/document-explorer/views/attachement-widget/attachment-widget.component.d.ts +0 -145
- package/document-management/lib/features/document-explorer/views/detail-panel/detail-panel.component.d.ts +0 -143
- package/document-management/lib/features/document-explorer/views/details/details-view.component.d.ts +0 -143
- package/document-management/lib/features/document-explorer/views/large-icons/large-icons-view.component.d.ts +0 -143
- package/document-management/lib/features/document-explorer/views/large-tiles/large-tiles-view.component.d.ts +0 -143
- package/document-management/lib/features/document-explorer/views/list/list-view.component.d.ts +0 -143
- package/document-management/lib/features/document-explorer/views/small-icons/small-icons-view.component.d.ts +0 -143
- package/document-management/lib/features/document-explorer/views/small-tiles/small-tiles-view.component.d.ts +0 -143
- package/document-management/lib/features/drive/drive.component.d.ts +0 -259
- package/document-management/lib/features/drive/index.d.ts +0 -3
- package/document-management/lib/features/drive-choose/drive-choose.component.d.ts +0 -295
- package/document-management/lib/features/drive-choose/drive-choose.module.d.ts +0 -7
- package/document-management/lib/features/drive-choose/slots/file-uploader-widget-extension/file-uploader-widget-extension.component.d.ts +0 -15
- package/document-management/lib/features/file-type/file-type.module.d.ts +0 -6
- package/document-management/lib/features/file-type/index.d.ts +0 -2
- package/document-management/lib/features/file-type/providers/archive.file.d.ts +0 -4
- package/document-management/lib/features/file-type/providers/audio.file.d.ts +0 -4
- package/document-management/lib/features/file-type/providers/code.file.d.ts +0 -4
- package/document-management/lib/features/file-type/providers/document.file.d.ts +0 -4
- package/document-management/lib/features/file-type/providers/image.file.d.ts +0 -4
- package/document-management/lib/features/file-type/providers/index.d.ts +0 -6
- package/document-management/lib/features/file-type/providers/video.file.d.ts +0 -4
- package/document-management/lib/features/file-type/widgets/file-type-extension/file-type-extension-column.component.d.ts +0 -6
- package/document-management/lib/features/file-type/widgets/file-type-extension/file-type-extension-designer.component.d.ts +0 -6
- package/document-management/lib/features/file-type/widgets/file-type-extension/file-type-extension-edit.component.d.ts +0 -19
- package/document-management/lib/features/file-type/widgets/file-type-extension/file-type-extension-view.component.d.ts +0 -6
- package/document-management/lib/features/file-type/widgets/file-type-extension/file-type-extension-widget.config.d.ts +0 -7
- package/document-management/lib/features/file-type/widgets/file-type-extension/index.d.ts +0 -5
- package/document-management/lib/features/file-type/widgets/index.d.ts +0 -1
- package/document-management/lib/features/shared/components/document-type-choose-file/document-type-choose-file.component.d.ts +0 -16
- package/document-management/lib/features/shared/components/file-viewer-popup/file-viewer-popup.component.d.ts +0 -13
- package/document-management/lib/features/shared/components/folder-path-breadcrumbs/folder-path-breadcrumbs.component.d.ts +0 -204
- package/document-management/lib/features/shared/components/index.d.ts +0 -3
- package/document-management/lib/features/shared/components/link-dialog/link-dialog.component.d.ts +0 -24
- package/document-management/lib/features/shared/components/lock-dialog/lock-dialog.component.d.ts +0 -16
- package/document-management/lib/features/shared/components/share-dialog/share-dialog.component.d.ts +0 -22
- package/document-management/lib/features/shared/components/share-email-dialog/share-email-dialog.component.d.ts +0 -17
- package/document-management/lib/features/shared/components/unlock-dialog/unlock-dialog.component.d.ts +0 -10
- package/document-management/lib/features/shared/document-manager.service.d.ts +0 -378
- package/document-management/lib/features/shared/document-manager.types.d.ts +0 -30
- package/document-management/lib/features/shared/index.d.ts +0 -3
- package/document-management/lib/features/workflow/upload/upload.workflow.d.ts +0 -17
- package/document-management/lib/menu.provider.d.ts +0 -6
- package/document-management/lib/permission-definition.provider.d.ts +0 -8
- package/document-management/lib/permission.keys.d.ts +0 -19
- package/document-management/lib/search-command.provider.d.ts +0 -4
- package/document-management/lib/settings.provider.d.ts +0 -4
- package/fesm2022/acorex-modules-application-management-module-designer.component-BJp8imYd.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-acorex-modules-auth-Q7plhyha.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-app-chooser.component-3RSDJLvi.mjs +0 -65
- package/fesm2022/acorex-modules-auth-app-chooser.component-3RSDJLvi.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-blank.layout-DIttom0K.mjs +0 -18
- package/fesm2022/acorex-modules-auth-blank.layout-DIttom0K.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-login.module--HO8WVi_.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-master.layout-CKfLvnZR.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-password.component-D3xMo34u.mjs +0 -59
- package/fesm2022/acorex-modules-auth-password.component-D3xMo34u.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-password.component-DGzkaDZv.mjs +0 -134
- package/fesm2022/acorex-modules-auth-password.component-DGzkaDZv.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-routes-Dphs3LyY.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-tenant-chooser.component-S07bx8PP.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-two-factor-code.component-CK9J4jMb.mjs +0 -40
- package/fesm2022/acorex-modules-auth-two-factor-code.component-CK9J4jMb.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-two-factor.module-CKp1SEfD.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-user-sessions.component-CT6GqJHq.mjs +0 -135
- package/fesm2022/acorex-modules-auth-user-sessions.component-CT6GqJHq.mjs.map +0 -1
- package/fesm2022/acorex-modules-common-search-popup.component-tUvSQpDP.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-acorex-modules-document-management-_tXLNsja.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-attachment-widget.component-BVOXu-Jt.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-create-folder-dialog.component-DRj1LyK3.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-details-view.component-llMxeeFn.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-drive-choose.component-DDepk8Hb.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-drive.component-BQ2w-PZw.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-large-icons-view.component-9Q0LX8M-.mjs +0 -20
- package/fesm2022/acorex-modules-document-management-large-icons-view.component-9Q0LX8M-.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-large-tiles-view.component-CyqKSkZY.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-link-dialog.component-DKbO2nX8.mjs +0 -70
- package/fesm2022/acorex-modules-document-management-link-dialog.component-DKbO2nX8.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-list-view.component-CpXtdrMZ.mjs +0 -20
- package/fesm2022/acorex-modules-document-management-list-view.component-CpXtdrMZ.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-lock-dialog.component-By36woOc.mjs +0 -52
- package/fesm2022/acorex-modules-document-management-lock-dialog.component-By36woOc.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-permission-definition.provider-DZni4b4s.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-rename-node-dialog.component-hcrBZ7h2.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-share-dialog.component-Diof2rpe.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-share-email-dialog.component-Bj6G6aqt.mjs +0 -55
- package/fesm2022/acorex-modules-document-management-share-email-dialog.component-Bj6G6aqt.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-small-icons-view.component-y9M40s9q.mjs +0 -20
- package/fesm2022/acorex-modules-document-management-small-icons-view.component-y9M40s9q.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-small-tiles-view.component-Ck8m3hZE.mjs.map +0 -1
- package/fesm2022/acorex-modules-document-management-unlock-dialog.component-CNjFnm2w.mjs +0 -37
- package/fesm2022/acorex-modules-document-management-unlock-dialog.component-CNjFnm2w.mjs.map +0 -1
- package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-KTKkPz-B.mjs.map +0 -1
- package/fesm2022/acorex-modules-form-template-management-category.entity-DxgqHkjI.mjs.map +0 -1
- package/fesm2022/acorex-modules-form-template-management-designer.page-BmSMzkbb.mjs.map +0 -1
- package/fesm2022/acorex-modules-form-template-management-permission-definition.provider-6czJEo8f.mjs.map +0 -1
- package/fesm2022/acorex-modules-form-template-management-settings.provider-D3nbUDMw.mjs.map +0 -1
- package/fesm2022/acorex-modules-form-template-management-template-picker.component-CcmJfby7.mjs.map +0 -1
- package/fesm2022/acorex-modules-form-template-management-template-widget-edit.component-BLobMX4C.mjs.map +0 -1
- package/fesm2022/acorex-modules-form-template-management-template.entity-Ci6QzE16.mjs.map +0 -1
- package/fesm2022/acorex-modules-form-template-management-viewer-popup.component-DIzlC6tX.mjs.map +0 -1
- package/fesm2022/acorex-modules-issue-management-acorex-modules-issue-management-DbVfrgVX.mjs.map +0 -1
- package/fesm2022/acorex-modules-issue-management-capture-screen.component-_9mwJVkz.mjs +0 -28
- package/fesm2022/acorex-modules-issue-management-capture-screen.component-_9mwJVkz.mjs.map +0 -1
- package/fesm2022/acorex-modules-organization-management-add-item.component-CittqJHu.mjs.map +0 -1
- package/fesm2022/acorex-modules-organization-management-org-chart-configuration.page-DNzhGz5G.mjs.map +0 -1
- package/fesm2022/acorex-modules-organization-management-org-chart-configuration.service-CtA19B8x.mjs.map +0 -1
- package/fesm2022/acorex-modules-organization-management-org-chart.page-CrOUUr4c.mjs.map +0 -1
- package/fesm2022/acorex-modules-platform-management-acorex-modules-platform-management-CzMi7CBH.mjs.map +0 -1
- package/fesm2022/acorex-modules-platform-management-list-version.component-DfbMc2hn.mjs.map +0 -1
- package/fesm2022/acorex-modules-platform-management-settings.provider-B-19OJn0.mjs.map +0 -1
- package/fesm2022/acorex-modules-security-management-permissions-editor.component-Ccx0_9L_.mjs.map +0 -1
- package/fesm2022/acorex-modules-security-management-permissions-widget-column.component-P2buwWAw.mjs.map +0 -1
- package/fesm2022/acorex-modules-security-management-permissions-widget-designer.component-CoqOAn_m.mjs.map +0 -1
- package/fesm2022/acorex-modules-security-management-permissions-widget-edit.component-P3adQ1xt.mjs.map +0 -1
- package/fesm2022/acorex-modules-security-management-permissions-widget-print.component-D4lk67fE.mjs.map +0 -1
- package/fesm2022/acorex-modules-security-management-permissions-widget-view.component-Cz32ewum.mjs.map +0 -1
- package/fesm2022/acorex-modules-settings-management-setting-page.component-BgQoPRy_.mjs.map +0 -1
- package/fesm2022/acorex-modules-settings-management-setting-view.component-CX_FKIxI.mjs.map +0 -1
- package/fesm2022/acorex-modules-workflow-management-task-board.page-3_Tn2GeA.mjs.map +0 -1
- package/form-template-management/lib/const.d.ts +0 -23
- package/form-template-management/lib/entities/category/category.entity.d.ts +0 -3
- package/form-template-management/lib/entities/category/category.module.d.ts +0 -6
- package/form-template-management/lib/entities/category/category.service.d.ts +0 -10
- package/form-template-management/lib/entities/category/category.types.d.ts +0 -6
- package/form-template-management/lib/entities/category/index.d.ts +0 -3
- package/form-template-management/lib/entities/template/index.d.ts +0 -3
- package/form-template-management/lib/entities/template/template.entity.d.ts +0 -3
- package/form-template-management/lib/entities/template/template.module.d.ts +0 -6
- package/form-template-management/lib/entities/template/template.service.d.ts +0 -10
- package/form-template-management/lib/entities/template/template.types.d.ts +0 -52
- package/form-template-management/lib/entity.provider.d.ts +0 -10
- package/form-template-management/lib/features/designer/designer-connector.service.d.ts +0 -12
- package/form-template-management/lib/features/designer/designer.page.d.ts +0 -9
- package/form-template-management/lib/features/designer/index.d.ts +0 -5
- package/form-template-management/lib/features/designer/template.provider.d.ts +0 -7
- package/form-template-management/lib/features/designer/widgets/template/index.d.ts +0 -4
- package/form-template-management/lib/features/designer/widgets/template/template-widget-designer.component.d.ts +0 -25
- package/form-template-management/lib/features/designer/widgets/template/template-widget-edit.component.d.ts +0 -11
- package/form-template-management/lib/features/designer/widgets/template/template-widget-view.component.d.ts +0 -11
- package/form-template-management/lib/features/designer/widgets/template/template-widget.config.d.ts +0 -5
- package/form-template-management/lib/features/designer/widgets/template-designer/index.d.ts +0 -2
- package/form-template-management/lib/features/designer/widgets/template-designer/template-designer-widget-view.component.d.ts +0 -9
- package/form-template-management/lib/features/designer/widgets/template-designer/template-designer-widget.config.d.ts +0 -7
- package/form-template-management/lib/features/designer/widgets/template-picker/template-picker.component.d.ts +0 -40
- package/form-template-management/lib/features/designer/widgets/template-picker/template.provider.d.ts +0 -31
- package/form-template-management/lib/features/designer/workflows/create-template.workflow.d.ts +0 -2
- package/form-template-management/lib/features/designer/workflows/design-template.workflow.d.ts +0 -2
- package/form-template-management/lib/features/designer/workflows/workflow.actions.d.ts +0 -17
- package/form-template-management/lib/features/index.d.ts +0 -1
- package/form-template-management/lib/features/viewer/viewer-connector.service.d.ts +0 -13
- package/form-template-management/lib/features/viewer/viewer-popup.component.d.ts +0 -25
- package/form-template-management/lib/features/viewer/workflows/open-template.workflow.d.ts +0 -9
- package/form-template-management/lib/form-template-management.module.d.ts +0 -11
- package/form-template-management/lib/menu.provider.d.ts +0 -6
- package/form-template-management/lib/permission-definition.provider.d.ts +0 -8
- package/form-template-management/lib/permission.keys.d.ts +0 -19
- package/form-template-management/lib/search-command.provider.d.ts +0 -4
- package/form-template-management/lib/settings.keys.d.ts +0 -6
- package/form-template-management/lib/settings.provider.d.ts +0 -8
- package/issue-management/lib/components/capture-screen/capture-screen.types.d.ts +0 -19
- package/issue-management/lib/components/capture-screen/components/capture-screen-component/capture-screen.component.d.ts +0 -37
- package/issue-management/lib/components/capture-screen/index.d.ts +0 -2
- package/issue-management/lib/components/capture-screen/services/capture-screen.service.d.ts +0 -33
- package/issue-management/lib/const.d.ts +0 -37
- package/issue-management/lib/entities/index.d.ts +0 -3
- package/issue-management/lib/entities/issue-type/index.d.ts +0 -3
- package/issue-management/lib/entities/issue-type/issue-type.entity.d.ts +0 -3
- package/issue-management/lib/entities/issue-type/issue-type.service.d.ts +0 -10
- package/issue-management/lib/entities/issue-type/issue-type.types.d.ts +0 -6
- package/issue-management/lib/entities/my-reported-issues/index.d.ts +0 -3
- package/issue-management/lib/entities/my-reported-issues/my-reported-issues.entity.d.ts +0 -3
- package/issue-management/lib/entities/my-reported-issues/my-reported-issues.service.d.ts +0 -10
- package/issue-management/lib/entities/my-reported-issues/my-reported-issues.types.d.ts +0 -5
- package/issue-management/lib/entities/reported-issues/index.d.ts +0 -3
- package/issue-management/lib/entities/reported-issues/reported-issues.entity.d.ts +0 -3
- package/issue-management/lib/entities/reported-issues/reported-issues.service.d.ts +0 -10
- package/issue-management/lib/entities/reported-issues/reported-issues.types.d.ts +0 -20
- package/issue-management/lib/entity.provider.d.ts +0 -10
- package/issue-management/lib/features/report-issue/components/index.d.ts +0 -1
- package/issue-management/lib/features/report-issue/components/report-new-issue/report-new-issue.component.d.ts +0 -51
- package/issue-management/lib/features/report-issue/index.d.ts +0 -2
- package/issue-management/lib/features/report-issue/report-issue.types.d.ts +0 -24
- package/issue-management/lib/features/report-issue/services/report-new-issue.viewmodel.d.ts +0 -17
- package/issue-management/lib/features/report-issue/workflows/index.d.ts +0 -1
- package/issue-management/lib/features/report-issue/workflows/show-report-issue.workflow.d.ts +0 -10
- package/issue-management/lib/issue-management.module.d.ts +0 -7
- package/issue-management/lib/menu.provider.d.ts +0 -5
- package/issue-management/lib/setting.provider.d.ts +0 -4
- package/log-management/lib/const.d.ts +0 -20
- package/log-management/lib/entities/axp-log/axp-log.entity.d.ts +0 -3
- package/log-management/lib/entities/axp-log/axp-log.service.d.ts +0 -10
- package/log-management/lib/entities/axp-log/axp-log.types.d.ts +0 -23
- package/log-management/lib/entities/axp-log/index.d.ts +0 -3
- package/log-management/lib/entity.provider.d.ts +0 -10
- package/log-management/lib/log-management.module.d.ts +0 -6
- package/log-management/lib/menu.provider.d.ts +0 -5
- package/log-management/lib/permission-definition.provider.d.ts +0 -4
- package/log-management/lib/search-command.provider.d.ts +0 -4
- package/log-management/lib/settings.keys.d.ts +0 -16
- package/log-management/lib/settings.provider.d.ts +0 -12
- package/notification-management/lib/const.d.ts +0 -28
- package/notification-management/lib/entities/channel/channel.entity.d.ts +0 -3
- package/notification-management/lib/entities/channel/channel.service.d.ts +0 -10
- package/notification-management/lib/entities/channel/channel.types.d.ts +0 -21
- package/notification-management/lib/entities/channel/index.d.ts +0 -3
- package/notification-management/lib/entities/index.d.ts +0 -3
- package/notification-management/lib/entities/my-notification.d.ts +0 -3
- package/notification-management/lib/entities/notification/index.d.ts +0 -3
- package/notification-management/lib/entities/notification/notification.entity.d.ts +0 -3
- package/notification-management/lib/entities/notification/notification.service.d.ts +0 -17
- package/notification-management/lib/entities/notification/notification.types.d.ts +0 -5
- package/notification-management/lib/entities/notification-log.entity.d.ts +0 -3
- package/notification-management/lib/entities/template/index.d.ts +0 -4
- package/notification-management/lib/entities/template/template.entity.d.ts +0 -3
- package/notification-management/lib/entities/template/template.module.d.ts +0 -6
- package/notification-management/lib/entities/template/template.service.d.ts +0 -10
- package/notification-management/lib/entities/template/template.types.d.ts +0 -7
- package/notification-management/lib/entity.provider.d.ts +0 -10
- package/notification-management/lib/features/components/admin-notification-item/admin-notification-item.component.d.ts +0 -10
- package/notification-management/lib/features/components/admin-notification-panel/admin-notification-panel.component.d.ts +0 -41
- package/notification-management/lib/features/components/admin-notification-slot/admin-notification-slot.component.d.ts +0 -7
- package/notification-management/lib/features/dashboard/widgets/my-notification/index.d.ts +0 -2
- package/notification-management/lib/features/dashboard/widgets/my-notification/notification-widget.component.d.ts +0 -82
- package/notification-management/lib/features/dashboard/widgets/my-notification/notification-widget.config.d.ts +0 -5
- package/notification-management/lib/features/shared/notification-connector.service.d.ts +0 -57
- package/notification-management/lib/menu.provider.d.ts +0 -6
- package/notification-management/lib/notification-management.module.d.ts +0 -8
- package/notification-management/lib/notification-management.type.d.ts +0 -45
- package/notification-management/lib/settings.keys.d.ts +0 -17
- package/notification-management/lib/settings.provider.d.ts +0 -8
- package/organization-management/lib/const.d.ts +0 -125
- package/organization-management/lib/entities/branch/branch.entity.d.ts +0 -3
- package/organization-management/lib/entities/branch/branch.module.d.ts +0 -6
- package/organization-management/lib/entities/branch/branch.service.d.ts +0 -10
- package/organization-management/lib/entities/branch/branch.types.d.ts +0 -11
- package/organization-management/lib/entities/branch/index.d.ts +0 -3
- package/organization-management/lib/entities/chart/chart.entity.d.ts +0 -3
- package/organization-management/lib/entities/chart/chart.module.d.ts +0 -6
- package/organization-management/lib/entities/chart/chart.service.d.ts +0 -10
- package/organization-management/lib/entities/chart/chart.types.d.ts +0 -21
- package/organization-management/lib/entities/chart/index.d.ts +0 -3
- package/organization-management/lib/entities/company/company.entity.d.ts +0 -3
- package/organization-management/lib/entities/company/company.module.d.ts +0 -6
- package/organization-management/lib/entities/company/company.service.d.ts +0 -10
- package/organization-management/lib/entities/company/company.types.d.ts +0 -4
- package/organization-management/lib/entities/company/index.d.ts +0 -3
- package/organization-management/lib/entities/department/department.entity.d.ts +0 -3
- package/organization-management/lib/entities/department/department.module.d.ts +0 -6
- package/organization-management/lib/entities/department/department.service.d.ts +0 -10
- package/organization-management/lib/entities/department/department.types.d.ts +0 -10
- package/organization-management/lib/entities/department/index.d.ts +0 -3
- package/organization-management/lib/entities/division/division.entity.d.ts +0 -3
- package/organization-management/lib/entities/division/division.module.d.ts +0 -6
- package/organization-management/lib/entities/division/division.service.d.ts +0 -10
- package/organization-management/lib/entities/division/division.types.d.ts +0 -10
- package/organization-management/lib/entities/division/index.d.ts +0 -3
- package/organization-management/lib/entities/employee/employee.entity.d.ts +0 -3
- package/organization-management/lib/entities/employee/employee.module.d.ts +0 -6
- package/organization-management/lib/entities/employee/employee.service.d.ts +0 -10
- package/organization-management/lib/entities/employee/employee.types.d.ts +0 -15
- package/organization-management/lib/entities/employee/index.d.ts +0 -3
- package/organization-management/lib/entities/employment-type/employment-type.entity.d.ts +0 -3
- package/organization-management/lib/entities/employment-type/employment-type.module.d.ts +0 -6
- package/organization-management/lib/entities/employment-type/employment-type.service.d.ts +0 -10
- package/organization-management/lib/entities/employment-type/employment-type.types.d.ts +0 -5
- package/organization-management/lib/entities/employment-type/index.d.ts +0 -3
- package/organization-management/lib/entities/index.d.ts +0 -16
- package/organization-management/lib/entities/position/index.d.ts +0 -3
- package/organization-management/lib/entities/position/position.entity.d.ts +0 -3
- package/organization-management/lib/entities/position/position.module.d.ts +0 -6
- package/organization-management/lib/entities/position/position.service.d.ts +0 -10
- package/organization-management/lib/entities/position/position.types.d.ts +0 -10
- package/organization-management/lib/entities/position-category/index.d.ts +0 -3
- package/organization-management/lib/entities/position-category/position-category.entity.d.ts +0 -3
- package/organization-management/lib/entities/position-category/position-category.module.d.ts +0 -6
- package/organization-management/lib/entities/position-category/position-category.service.d.ts +0 -10
- package/organization-management/lib/entities/position-category/position-category.types.d.ts +0 -7
- package/organization-management/lib/entities/responsibility/index.d.ts +0 -3
- package/organization-management/lib/entities/responsibility/responsibility.entity.d.ts +0 -3
- package/organization-management/lib/entities/responsibility/responsibility.module.d.ts +0 -7
- package/organization-management/lib/entities/responsibility/responsibility.service.d.ts +0 -10
- package/organization-management/lib/entities/responsibility/responsibility.types.d.ts +0 -6
- package/organization-management/lib/entities/responsibility-category/index.d.ts +0 -3
- package/organization-management/lib/entities/responsibility-category/responsibility-category.entity.d.ts +0 -3
- package/organization-management/lib/entities/responsibility-category/responsibility-category.module.d.ts +0 -7
- package/organization-management/lib/entities/responsibility-category/responsibility-category.service.d.ts +0 -10
- package/organization-management/lib/entities/responsibility-category/responsibility-category.types.d.ts +0 -7
- package/organization-management/lib/entities/role/index.d.ts +0 -3
- package/organization-management/lib/entities/role/role.entity.d.ts +0 -3
- package/organization-management/lib/entities/role/role.module.d.ts +0 -6
- package/organization-management/lib/entities/role/role.service.d.ts +0 -10
- package/organization-management/lib/entities/role/role.types.d.ts +0 -8
- package/organization-management/lib/entities/role-category/index.d.ts +0 -3
- package/organization-management/lib/entities/role-category/role-category.entity.d.ts +0 -3
- package/organization-management/lib/entities/role-category/role-category.module.d.ts +0 -6
- package/organization-management/lib/entities/role-category/role-category.service.d.ts +0 -10
- package/organization-management/lib/entities/role-category/role-category.types.d.ts +0 -7
- package/organization-management/lib/entities/skill/index.d.ts +0 -3
- package/organization-management/lib/entities/skill/skill.entity.d.ts +0 -3
- package/organization-management/lib/entities/skill/skill.module.d.ts +0 -6
- package/organization-management/lib/entities/skill/skill.service.d.ts +0 -10
- package/organization-management/lib/entities/skill/skill.types.d.ts +0 -6
- package/organization-management/lib/entities/skill-category/index.d.ts +0 -3
- package/organization-management/lib/entities/skill-category/skill-category.entity.d.ts +0 -3
- package/organization-management/lib/entities/skill-category/skill-category.module.d.ts +0 -6
- package/organization-management/lib/entities/skill-category/skill-category.service.d.ts +0 -10
- package/organization-management/lib/entities/skill-category/skill-category.types.d.ts +0 -7
- package/organization-management/lib/entities/team/index.d.ts +0 -3
- package/organization-management/lib/entities/team/team.entity.d.ts +0 -3
- package/organization-management/lib/entities/team/team.module.d.ts +0 -6
- package/organization-management/lib/entities/team/team.service.d.ts +0 -10
- package/organization-management/lib/entities/team/team.types.d.ts +0 -8
- package/organization-management/lib/entity.provider.d.ts +0 -10
- package/organization-management/lib/features/employee/employee-feature.module.d.ts +0 -9
- package/organization-management/lib/features/index.d.ts +0 -1
- package/organization-management/lib/features/organization-chart/add-item/add-item.component.d.ts +0 -23
- package/organization-management/lib/features/organization-chart/index.d.ts +0 -1
- package/organization-management/lib/features/organization-chart/org-chart-configuration.page.d.ts +0 -145
- package/organization-management/lib/features/organization-chart/org-chart-configuration.service.d.ts +0 -21
- package/organization-management/lib/features/organization-chart/org-chart-print.service.d.ts +0 -45
- package/organization-management/lib/features/organization-chart/org-chart.page.d.ts +0 -239
- package/organization-management/lib/features/organization-chart/org-chart.service.d.ts +0 -66
- package/organization-management/lib/features/organization-chart/org-chart.type.d.ts +0 -46
- package/organization-management/lib/menu.provider.d.ts +0 -6
- package/organization-management/lib/organization-management.module.d.ts +0 -24
- package/organization-management/lib/settings.keys.d.ts +0 -17
- package/organization-management/lib/settings.provider.d.ts +0 -9
- package/platform-management/lib/const.d.ts +0 -61
- package/platform-management/lib/entities/app-term/app-term.entity.d.ts +0 -3
- package/platform-management/lib/entities/app-term/app-term.service.d.ts +0 -10
- package/platform-management/lib/entities/app-term/app-term.types.d.ts +0 -19
- package/platform-management/lib/entities/app-term/index.d.ts +0 -5
- package/platform-management/lib/entities/app-version/app-version.entity.d.ts +0 -3
- package/platform-management/lib/entities/app-version/app-version.service.d.ts +0 -10
- package/platform-management/lib/entities/app-version/app-version.types.d.ts +0 -13
- package/platform-management/lib/entities/app-version/index.d.ts +0 -5
- package/platform-management/lib/entities/data-source/coulmn-def.widget.d.ts +0 -68
- package/platform-management/lib/entities/data-source/data-source.entity.d.ts +0 -3
- package/platform-management/lib/entities/data-source/data-source.service.d.ts +0 -10
- package/platform-management/lib/entities/data-source/data-source.types.d.ts +0 -7
- package/platform-management/lib/entities/data-source/datasource-provider.dynamic.d.ts +0 -10
- package/platform-management/lib/entities/data-source/index.d.ts +0 -3
- package/platform-management/lib/entities/global-variable/global-variable.entity.d.ts +0 -3
- package/platform-management/lib/entities/global-variable/global-variables.service.d.ts +0 -10
- package/platform-management/lib/entities/global-variable/global-variables.types.d.ts +0 -7
- package/platform-management/lib/entities/global-variable/index.d.ts +0 -3
- package/platform-management/lib/entities/glossary/glossary.entity.d.ts +0 -3
- package/platform-management/lib/entities/glossary/glossary.service.d.ts +0 -10
- package/platform-management/lib/entities/glossary/glossary.types.d.ts +0 -4
- package/platform-management/lib/entities/glossary/index.d.ts +0 -3
- package/platform-management/lib/entities/index.d.ts +0 -7
- package/platform-management/lib/entities/meta-data-definition/index.d.ts +0 -3
- package/platform-management/lib/entities/meta-data-definition/meta-data-definition.entity.d.ts +0 -3
- package/platform-management/lib/entities/meta-data-definition/meta-data-definition.service.d.ts +0 -10
- package/platform-management/lib/entities/meta-data-definition/meta-data-definition.types.d.ts +0 -7
- package/platform-management/lib/entities/meta-data-definition-category/category.entity.d.ts +0 -3
- package/platform-management/lib/entities/meta-data-definition-category/category.service.d.ts +0 -10
- package/platform-management/lib/entities/meta-data-definition-category/category.types.d.ts +0 -7
- package/platform-management/lib/entities/meta-data-definition-category/index.d.ts +0 -3
- package/platform-management/lib/entity.provider.d.ts +0 -10
- package/platform-management/lib/features/app-terms/check-terms.service.d.ts +0 -11
- package/platform-management/lib/features/app-terms/components/notify-app/notify-app.component.d.ts +0 -14
- package/platform-management/lib/features/app-terms/pages/index.d.ts +0 -1
- package/platform-management/lib/features/app-terms/pages/list/list-terms.component.d.ts +0 -17
- package/platform-management/lib/features/app-terms/settings.keys.d.ts +0 -3
- package/platform-management/lib/features/app-terms/workflows/index.d.ts +0 -1
- package/platform-management/lib/features/app-terms/workflows/notify-new-term.workflow.d.ts +0 -15
- package/platform-management/lib/features/app-version/check-version.service.d.ts +0 -10
- package/platform-management/lib/features/app-version/components/index.d.ts +0 -2
- package/platform-management/lib/features/app-version/components/list-versions/list-version.component.d.ts +0 -14
- package/platform-management/lib/features/app-version/components/notify-app/notify-app.component.d.ts +0 -14
- package/platform-management/lib/features/app-version/components/slots/app-version-slot.component.d.ts +0 -12
- package/platform-management/lib/features/app-version/workflows/change-log.workflow.d.ts +0 -23
- package/platform-management/lib/features/app-version/workflows/index.d.ts +0 -1
- package/platform-management/lib/features/app-version/workflows/show-release-notes.workflow.d.ts +0 -9
- package/platform-management/lib/features/common/common.module.d.ts +0 -10
- package/platform-management/lib/features/common/index.d.ts +0 -2
- package/platform-management/lib/features/common/regional/data-source.provider.d.ts +0 -10
- package/platform-management/lib/features/common/regional/index.d.ts +0 -1
- package/platform-management/lib/features/common/regional/language-slot/language-slot.component.d.ts +0 -20
- package/platform-management/lib/features/common/regional/regional-store.service.d.ts +0 -11
- package/platform-management/lib/features/common/regional/settings.keys.d.ts +0 -20
- package/platform-management/lib/features/common/regional/settings.provider.d.ts +0 -10
- package/platform-management/lib/features/release-notes/settings.keys.d.ts +0 -3
- package/platform-management/lib/features/release-notes/settings.provider.d.ts +0 -11
- package/platform-management/lib/features/updater/index.d.ts +0 -2
- package/platform-management/lib/features/updater/updater.module.d.ts +0 -9
- package/platform-management/lib/features/updater/updater.service.d.ts +0 -6
- package/platform-management/lib/menu.provider.d.ts +0 -6
- package/platform-management/lib/platform-management.module.d.ts +0 -16
- package/platform-management/lib/task-board.provider.d.ts +0 -14
- package/project-management/lib/const.d.ts +0 -85
- package/project-management/lib/entities/client/client.entity.d.ts +0 -3
- package/project-management/lib/entities/client/client.service.d.ts +0 -10
- package/project-management/lib/entities/client/client.types.d.ts +0 -7
- package/project-management/lib/entities/client/index.d.ts +0 -3
- package/project-management/lib/entities/index.d.ts +0 -12
- package/project-management/lib/entities/project/index.d.ts +0 -3
- package/project-management/lib/entities/project/project.entity.d.ts +0 -3
- package/project-management/lib/entities/project/project.service.d.ts +0 -10
- package/project-management/lib/entities/project/project.types.d.ts +0 -11
- package/project-management/lib/entities/project-memeber/index.d.ts +0 -3
- package/project-management/lib/entities/project-memeber/project-memeber.entity.d.ts +0 -3
- package/project-management/lib/entities/project-memeber/project-memeber.service.d.ts +0 -10
- package/project-management/lib/entities/project-memeber/project-memeber.types.d.ts +0 -7
- package/project-management/lib/entities/project-role-member/index.d.ts +0 -3
- package/project-management/lib/entities/project-role-member/project-role-member.entity.d.ts +0 -3
- package/project-management/lib/entities/project-role-member/project-role-member.service.d.ts +0 -10
- package/project-management/lib/entities/project-role-member/project-role-member.types.d.ts +0 -5
- package/project-management/lib/entities/project-type/index.d.ts +0 -3
- package/project-management/lib/entities/project-type/project-type.entity.d.ts +0 -3
- package/project-management/lib/entities/project-type/project-type.service.d.ts +0 -10
- package/project-management/lib/entities/project-type/project-type.types.d.ts +0 -4
- package/project-management/lib/entities/sprint/index.d.ts +0 -3
- package/project-management/lib/entities/sprint/sprint.entity.d.ts +0 -3
- package/project-management/lib/entities/sprint/sprint.service.d.ts +0 -10
- package/project-management/lib/entities/sprint/sprint.types.d.ts +0 -8
- package/project-management/lib/entities/sprint-task/index.d.ts +0 -3
- package/project-management/lib/entities/sprint-task/sprint-task.entity.d.ts +0 -3
- package/project-management/lib/entities/sprint-task/sprint-task.service.d.ts +0 -10
- package/project-management/lib/entities/sprint-task/sprint-task.types.d.ts +0 -5
- package/project-management/lib/entities/task/index.d.ts +0 -3
- package/project-management/lib/entities/task/task.entity.d.ts +0 -3
- package/project-management/lib/entities/task/task.service.d.ts +0 -10
- package/project-management/lib/entities/task/task.types.d.ts +0 -19
- package/project-management/lib/entities/task-history/index.d.ts +0 -3
- package/project-management/lib/entities/task-history/task-history.entity.d.ts +0 -3
- package/project-management/lib/entities/task-history/task-history.service.d.ts +0 -10
- package/project-management/lib/entities/task-history/task-history.types.d.ts +0 -8
- package/project-management/lib/entities/task-type/index.d.ts +0 -3
- package/project-management/lib/entities/task-type/task-type.entity.d.ts +0 -3
- package/project-management/lib/entities/task-type/task-type.service.d.ts +0 -10
- package/project-management/lib/entities/task-type/task-type.types.d.ts +0 -6
- package/project-management/lib/entities/time-sheet/index.d.ts +0 -3
- package/project-management/lib/entities/time-sheet/time-sheet.entity.d.ts +0 -3
- package/project-management/lib/entities/time-sheet/time-sheet.service.d.ts +0 -10
- package/project-management/lib/entities/time-sheet/time-sheet.types.d.ts +0 -8
- package/project-management/lib/entities/work-site/index.d.ts +0 -3
- package/project-management/lib/entities/work-site/work-site.entity.d.ts +0 -3
- package/project-management/lib/entities/work-site/work-site.service.d.ts +0 -10
- package/project-management/lib/entities/work-site/work-site.types.d.ts +0 -8
- package/project-management/lib/entity.provider.d.ts +0 -10
- package/project-management/lib/menu.provider.d.ts +0 -5
- package/project-management/lib/project-management.module.d.ts +0 -6
- package/project-management/lib/search-command.provider.d.ts +0 -4
- package/project-management/lib/setting.provider.d.ts +0 -4
- package/project-management/lib/task-board.provider.d.ts +0 -14
- package/scheduler-job-management/lib/const.d.ts +0 -18
- package/scheduler-job-management/lib/entities/index.d.ts +0 -1
- package/scheduler-job-management/lib/entities/scheduler-job/index.d.ts +0 -4
- package/scheduler-job-management/lib/entities/scheduler-job/scheduler-job.entity.d.ts +0 -3
- package/scheduler-job-management/lib/entities/scheduler-job/scheduler-job.module.d.ts +0 -6
- package/scheduler-job-management/lib/entities/scheduler-job/scheduler-job.service.d.ts +0 -10
- package/scheduler-job-management/lib/entities/scheduler-job/scheduler-job.types.d.ts +0 -5
- package/scheduler-job-management/lib/entity.provider.d.ts +0 -9
- package/scheduler-job-management/lib/menu.provider.d.ts +0 -5
- package/scheduler-job-management/lib/scheduler-job-management.module.d.ts +0 -7
- package/security-management/lib/const.d.ts +0 -35
- package/security-management/lib/entities/device-sessions/device-sessions.entity.d.ts +0 -3
- package/security-management/lib/entities/device-sessions/device-sessions.module.d.ts +0 -6
- package/security-management/lib/entities/device-sessions/device-sessions.service.d.ts +0 -12
- package/security-management/lib/entities/device-sessions/device-sessions.types.d.ts +0 -34
- package/security-management/lib/entities/device-sessions/index.d.ts +0 -4
- package/security-management/lib/entities/index.d.ts +0 -5
- package/security-management/lib/entities/profile/index.d.ts +0 -3
- package/security-management/lib/entities/profile/profile.entity.d.ts +0 -3
- package/security-management/lib/entities/profile/profile.module.d.ts +0 -6
- package/security-management/lib/entities/profile/profile.types.d.ts +0 -5
- package/security-management/lib/entities/roles/index.d.ts +0 -4
- package/security-management/lib/entities/roles/roles.entity.d.ts +0 -3
- package/security-management/lib/entities/roles/roles.module.d.ts +0 -6
- package/security-management/lib/entities/roles/roles.service.d.ts +0 -10
- package/security-management/lib/entities/roles/roles.types.d.ts +0 -7
- package/security-management/lib/entities/users/index.d.ts +0 -4
- package/security-management/lib/entities/users/users.entity.d.ts +0 -3
- package/security-management/lib/entities/users/users.module.d.ts +0 -6
- package/security-management/lib/entities/users/users.service.d.ts +0 -10
- package/security-management/lib/entities/users/users.types.d.ts +0 -10
- package/security-management/lib/entity.provider.d.ts +0 -10
- package/security-management/lib/features/permissions/permissions-editor/permissions-editor.component.d.ts +0 -70
- package/security-management/lib/features/permissions/permissions-widget/permissions-widget-column.component.d.ts +0 -10
- package/security-management/lib/features/permissions/permissions-widget/permissions-widget-designer.component.d.ts +0 -6
- package/security-management/lib/features/permissions/permissions-widget/permissions-widget-edit.component.d.ts +0 -8
- package/security-management/lib/features/permissions/permissions-widget/permissions-widget-print.component.d.ts +0 -6
- package/security-management/lib/features/permissions/permissions-widget/permissions-widget-view.component.d.ts +0 -6
- package/security-management/lib/features/permissions/permissions-widget/permissions-widget.config.d.ts +0 -2
- package/security-management/lib/features/permissions/permissions.module.d.ts +0 -8
- package/security-management/lib/features/permissions/workflows/assign-permissions.workflow.d.ts +0 -10
- package/security-management/lib/menu.keys.d.ts +0 -6
- package/security-management/lib/menu.provider.d.ts +0 -5
- package/security-management/lib/search-command.provider.d.ts +0 -4
- package/security-management/lib/security-management.module.d.ts +0 -12
- package/security-management/lib/user-avatar.provider.d.ts +0 -5
- package/security-management/lib/workflows/terminate-entity.workflow.d.ts +0 -27
- package/settings-management/lib/features/settings/convert-setting-data.d.ts +0 -2
- package/settings-management/lib/features/settings/search-definition.provider.d.ts +0 -4
- package/settings-management/lib/features/settings/search.provider.d.ts +0 -9
- package/settings-management/lib/features/settings/setting-page/setting-page.component.d.ts +0 -65
- package/settings-management/lib/features/settings/setting-view/setting-view.component.d.ts +0 -135
- package/settings-management/lib/features/settings/settings.viewmodel.d.ts +0 -46
- package/settings-management/lib/settings-management.module.d.ts +0 -9
- package/text-template-management/lib/const.d.ts +0 -29
- package/text-template-management/lib/entities/category/category.entity.d.ts +0 -3
- package/text-template-management/lib/entities/category/category.module.d.ts +0 -6
- package/text-template-management/lib/entities/category/category.service.d.ts +0 -10
- package/text-template-management/lib/entities/category/category.types.d.ts +0 -5
- package/text-template-management/lib/entities/category/index.d.ts +0 -4
- package/text-template-management/lib/entities/index.d.ts +0 -3
- package/text-template-management/lib/entities/tag-template/index.d.ts +0 -3
- package/text-template-management/lib/entities/tag-template/tag-template.entity.d.ts +0 -3
- package/text-template-management/lib/entities/tag-template/tag-template.service.d.ts +0 -10
- package/text-template-management/lib/entities/tag-template/tag-template.types.d.ts +0 -5
- package/text-template-management/lib/entities/template/index.d.ts +0 -4
- package/text-template-management/lib/entities/template/template.entity.d.ts +0 -3
- package/text-template-management/lib/entities/template/template.module.d.ts +0 -6
- package/text-template-management/lib/entities/template/template.service.d.ts +0 -10
- package/text-template-management/lib/entities/template/template.types.d.ts +0 -9
- package/text-template-management/lib/entity.provider.d.ts +0 -10
- package/text-template-management/lib/menu.provider.d.ts +0 -5
- package/text-template-management/lib/settings.provider.d.ts +0 -4
- package/text-template-management/lib/text-template-management.module.d.ts +0 -8
- package/training-management/lib/const.d.ts +0 -85
- package/training-management/lib/entities/certificate/certificate.entity.d.ts +0 -3
- package/training-management/lib/entities/certificate/certificate.service.d.ts +0 -10
- package/training-management/lib/entities/certificate/certificate.types.d.ts +0 -12
- package/training-management/lib/entities/certificate/index.d.ts +0 -3
- package/training-management/lib/entities/course/course.entity.d.ts +0 -3
- package/training-management/lib/entities/course/course.service.d.ts +0 -10
- package/training-management/lib/entities/course/course.types.d.ts +0 -8
- package/training-management/lib/entities/course/index.d.ts +0 -3
- package/training-management/lib/entities/course-location/course-location.entity.d.ts +0 -3
- package/training-management/lib/entities/course-location/course-location.service.d.ts +0 -10
- package/training-management/lib/entities/course-location/course-location.types.d.ts +0 -6
- package/training-management/lib/entities/course-location/index.d.ts +0 -3
- package/training-management/lib/entities/course-period/course-period.entity.d.ts +0 -3
- package/training-management/lib/entities/course-period/course-period.service.d.ts +0 -10
- package/training-management/lib/entities/course-period/course-period.types.d.ts +0 -6
- package/training-management/lib/entities/course-period/index.d.ts +0 -3
- package/training-management/lib/entities/course-type/course-type.entity.d.ts +0 -3
- package/training-management/lib/entities/course-type/course-type.service.d.ts +0 -10
- package/training-management/lib/entities/course-type/course-type.types.d.ts +0 -5
- package/training-management/lib/entities/course-type/index.d.ts +0 -3
- package/training-management/lib/entities/facilitator-type/facilitator-type.entity.d.ts +0 -3
- package/training-management/lib/entities/facilitator-type/facilitator-type.service.d.ts +0 -10
- package/training-management/lib/entities/facilitator-type/facilitator-type.types.d.ts +0 -6
- package/training-management/lib/entities/facilitator-type/index.d.ts +0 -3
- package/training-management/lib/entities/index.d.ts +0 -12
- package/training-management/lib/entities/location/index.d.ts +0 -3
- package/training-management/lib/entities/location/location.entity.d.ts +0 -3
- package/training-management/lib/entities/location/location.service.d.ts +0 -10
- package/training-management/lib/entities/location/location.types.d.ts +0 -7
- package/training-management/lib/entities/period/index.d.ts +0 -3
- package/training-management/lib/entities/period/period.entity.d.ts +0 -3
- package/training-management/lib/entities/period/period.service.d.ts +0 -10
- package/training-management/lib/entities/period/period.types.d.ts +0 -6
- package/training-management/lib/entities/training/index.d.ts +0 -3
- package/training-management/lib/entities/training/training.entity.d.ts +0 -3
- package/training-management/lib/entities/training/training.service.d.ts +0 -10
- package/training-management/lib/entities/training/training.types.d.ts +0 -13
- package/training-management/lib/entities/training-facilitator/index.d.ts +0 -3
- package/training-management/lib/entities/training-facilitator/training-facilitator.entity.d.ts +0 -3
- package/training-management/lib/entities/training-facilitator/training-facilitator.service.d.ts +0 -10
- package/training-management/lib/entities/training-facilitator/training-facilitator.types.d.ts +0 -7
- package/training-management/lib/entities/training-participant/index.d.ts +0 -3
- package/training-management/lib/entities/training-participant/training-participant.entity.d.ts +0 -3
- package/training-management/lib/entities/training-participant/training-participant.service.d.ts +0 -10
- package/training-management/lib/entities/training-participant/training-participant.types.d.ts +0 -7
- package/training-management/lib/entities/training-type/index.d.ts +0 -3
- package/training-management/lib/entities/training-type/training-type.entity.d.ts +0 -3
- package/training-management/lib/entities/training-type/training-type.service.d.ts +0 -10
- package/training-management/lib/entities/training-type/training-type.types.d.ts +0 -7
- package/training-management/lib/entity.provider.d.ts +0 -10
- package/training-management/lib/menu.provider.d.ts +0 -5
- package/training-management/lib/permission-definition.provider.d.ts +0 -4
- package/training-management/lib/search-command.provider.d.ts +0 -4
- package/training-management/lib/setting.provider.d.ts +0 -4
- package/training-management/lib/training-management.module.d.ts +0 -6
- package/workflow-management/lib/const.d.ts +0 -11
- package/workflow-management/lib/features/task-board/index.d.ts +0 -2
- package/workflow-management/lib/features/task-board/settings.keys.d.ts +0 -5
- package/workflow-management/lib/features/task-board/task-board.module.d.ts +0 -6
- package/workflow-management/lib/features/task-board/task-board.page.d.ts +0 -76
- package/workflow-management/lib/features/task-board/task-board.service.d.ts +0 -13
- package/workflow-management/lib/features/task-board/task-board.viewmodel.d.ts +0 -20
- package/workflow-management/lib/features/task-board/views/task-board-calendar-view/task-board-calendar-view.page.d.ts +0 -25
- package/workflow-management/lib/workflow-management.module.d.ts +0 -8
@@ -0,0 +1,1245 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!-- (c) ammap.com | SVG weather icons -->
|
3
|
+
<svg
|
4
|
+
version="1.1"
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
6
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
7
|
+
width="64"
|
8
|
+
height="64"
|
9
|
+
viewbox="0 0 64 64">
|
10
|
+
<defs>
|
11
|
+
<style type="text/css"><![CDATA[
|
12
|
+
/*
|
13
|
+
** CLOUDS
|
14
|
+
*/
|
15
|
+
@keyframes am-weather-cloud-1 {
|
16
|
+
0% {
|
17
|
+
-webkit-transform: translate(-5px,0px);
|
18
|
+
-moz-transform: translate(-5px,0px);
|
19
|
+
-ms-transform: translate(-5px,0px);
|
20
|
+
transform: translate(-5px,0px);
|
21
|
+
}
|
22
|
+
|
23
|
+
50% {
|
24
|
+
-webkit-transform: translate(10px,0px);
|
25
|
+
-moz-transform: translate(10px,0px);
|
26
|
+
-ms-transform: translate(10px,0px);
|
27
|
+
transform: translate(10px,0px);
|
28
|
+
}
|
29
|
+
|
30
|
+
100% {
|
31
|
+
-webkit-transform: translate(-5px,0px);
|
32
|
+
-moz-transform: translate(-5px,0px);
|
33
|
+
-ms-transform: translate(-5px,0px);
|
34
|
+
transform: translate(-5px,0px);
|
35
|
+
}
|
36
|
+
}
|
37
|
+
|
38
|
+
.am-weather-cloud-1 {
|
39
|
+
-webkit-animation-name: am-weather-cloud-1;
|
40
|
+
-moz-animation-name: am-weather-cloud-1;
|
41
|
+
animation-name: am-weather-cloud-1;
|
42
|
+
-webkit-animation-duration: 7s;
|
43
|
+
-moz-animation-duration: 7s;
|
44
|
+
animation-duration: 7s;
|
45
|
+
-webkit-animation-timing-function: linear;
|
46
|
+
-moz-animation-timing-function: linear;
|
47
|
+
animation-timing-function: linear;
|
48
|
+
-webkit-animation-iteration-count: infinite;
|
49
|
+
-moz-animation-iteration-count: infinite;
|
50
|
+
animation-iteration-count: infinite;
|
51
|
+
}
|
52
|
+
|
53
|
+
@keyframes am-weather-cloud-2 {
|
54
|
+
0% {
|
55
|
+
-webkit-transform: translate(0px,0px);
|
56
|
+
-moz-transform: translate(0px,0px);
|
57
|
+
-ms-transform: translate(0px,0px);
|
58
|
+
transform: translate(0px,0px);
|
59
|
+
}
|
60
|
+
|
61
|
+
50% {
|
62
|
+
-webkit-transform: translate(2px,0px);
|
63
|
+
-moz-transform: translate(2px,0px);
|
64
|
+
-ms-transform: translate(2px,0px);
|
65
|
+
transform: translate(2px,0px);
|
66
|
+
}
|
67
|
+
|
68
|
+
100% {
|
69
|
+
-webkit-transform: translate(0px,0px);
|
70
|
+
-moz-transform: translate(0px,0px);
|
71
|
+
-ms-transform: translate(0px,0px);
|
72
|
+
transform: translate(0px,0px);
|
73
|
+
}
|
74
|
+
}
|
75
|
+
|
76
|
+
.am-weather-cloud-2 {
|
77
|
+
-webkit-animation-name: am-weather-cloud-2;
|
78
|
+
-moz-animation-name: am-weather-cloud-2;
|
79
|
+
animation-name: am-weather-cloud-2;
|
80
|
+
-webkit-animation-duration: 3s;
|
81
|
+
-moz-animation-duration: 3s;
|
82
|
+
animation-duration: 3s;
|
83
|
+
-webkit-animation-timing-function: linear;
|
84
|
+
-moz-animation-timing-function: linear;
|
85
|
+
animation-timing-function: linear;
|
86
|
+
-webkit-animation-iteration-count: infinite;
|
87
|
+
-moz-animation-iteration-count: infinite;
|
88
|
+
animation-iteration-count: infinite;
|
89
|
+
}
|
90
|
+
|
91
|
+
/*
|
92
|
+
** STROKE
|
93
|
+
*/
|
94
|
+
@keyframes am-weather-stroke {
|
95
|
+
0% {
|
96
|
+
-webkit-transform: translate(0.0px,0.0px);
|
97
|
+
-moz-transform: translate(0.0px,0.0px);
|
98
|
+
-ms-transform: translate(0.0px,0.0px);
|
99
|
+
transform: translate(0.0px,0.0px);
|
100
|
+
}
|
101
|
+
|
102
|
+
2% {
|
103
|
+
-webkit-transform: translate(0.3px,0.0px);
|
104
|
+
-moz-transform: translate(0.3px,0.0px);
|
105
|
+
-ms-transform: translate(0.3px,0.0px);
|
106
|
+
transform: translate(0.3px,0.0px);
|
107
|
+
}
|
108
|
+
|
109
|
+
4% {
|
110
|
+
-webkit-transform: translate(0.0px,0.0px);
|
111
|
+
-moz-transform: translate(0.0px,0.0px);
|
112
|
+
-ms-transform: translate(0.0px,0.0px);
|
113
|
+
transform: translate(0.0px,0.0px);
|
114
|
+
}
|
115
|
+
|
116
|
+
6% {
|
117
|
+
-webkit-transform: translate(0.5px,0.4px);
|
118
|
+
-moz-transform: translate(0.5px,0.4px);
|
119
|
+
-ms-transform: translate(0.5px,0.4px);
|
120
|
+
transform: translate(0.5px,0.4px);
|
121
|
+
}
|
122
|
+
|
123
|
+
8% {
|
124
|
+
-webkit-transform: translate(0.0px,0.0px);
|
125
|
+
-moz-transform: translate(0.0px,0.0px);
|
126
|
+
-ms-transform: translate(0.0px,0.0px);
|
127
|
+
transform: translate(0.0px,0.0px);
|
128
|
+
}
|
129
|
+
|
130
|
+
10% {
|
131
|
+
-webkit-transform: translate(0.3px,0.0px);
|
132
|
+
-moz-transform: translate(0.3px,0.0px);
|
133
|
+
-ms-transform: translate(0.3px,0.0px);
|
134
|
+
transform: translate(0.3px,0.0px);
|
135
|
+
}
|
136
|
+
|
137
|
+
12% {
|
138
|
+
-webkit-transform: translate(0.0px,0.0px);
|
139
|
+
-moz-transform: translate(0.0px,0.0px);
|
140
|
+
-ms-transform: translate(0.0px,0.0px);
|
141
|
+
transform: translate(0.0px,0.0px);
|
142
|
+
}
|
143
|
+
|
144
|
+
14% {
|
145
|
+
-webkit-transform: translate(0.3px,0.0px);
|
146
|
+
-moz-transform: translate(0.3px,0.0px);
|
147
|
+
-ms-transform: translate(0.3px,0.0px);
|
148
|
+
transform: translate(0.3px,0.0px);
|
149
|
+
}
|
150
|
+
|
151
|
+
16% {
|
152
|
+
-webkit-transform: translate(0.0px,0.0px);
|
153
|
+
-moz-transform: translate(0.0px,0.0px);
|
154
|
+
-ms-transform: translate(0.0px,0.0px);
|
155
|
+
transform: translate(0.0px,0.0px);
|
156
|
+
}
|
157
|
+
|
158
|
+
18% {
|
159
|
+
-webkit-transform: translate(0.3px,0.0px);
|
160
|
+
-moz-transform: translate(0.3px,0.0px);
|
161
|
+
-ms-transform: translate(0.3px,0.0px);
|
162
|
+
transform: translate(0.3px,0.0px);
|
163
|
+
}
|
164
|
+
|
165
|
+
20% {
|
166
|
+
-webkit-transform: translate(0.0px,0.0px);
|
167
|
+
-moz-transform: translate(0.0px,0.0px);
|
168
|
+
-ms-transform: translate(0.0px,0.0px);
|
169
|
+
transform: translate(0.0px,0.0px);
|
170
|
+
}
|
171
|
+
|
172
|
+
22% {
|
173
|
+
-webkit-transform: translate(1px,0.0px);
|
174
|
+
-moz-transform: translate(1px,0.0px);
|
175
|
+
-ms-transform: translate(1px,0.0px);
|
176
|
+
transform: translate(1px,0.0px);
|
177
|
+
}
|
178
|
+
|
179
|
+
24% {
|
180
|
+
-webkit-transform: translate(0.0px,0.0px);
|
181
|
+
-moz-transform: translate(0.0px,0.0px);
|
182
|
+
-ms-transform: translate(0.0px,0.0px);
|
183
|
+
transform: translate(0.0px,0.0px);
|
184
|
+
}
|
185
|
+
|
186
|
+
26% {
|
187
|
+
-webkit-transform: translate(-1px,0.0px);
|
188
|
+
-moz-transform: translate(-1px,0.0px);
|
189
|
+
-ms-transform: translate(-1px,0.0px);
|
190
|
+
transform: translate(-1px,0.0px);
|
191
|
+
|
192
|
+
}
|
193
|
+
|
194
|
+
28% {
|
195
|
+
-webkit-transform: translate(0.0px,0.0px);
|
196
|
+
-moz-transform: translate(0.0px,0.0px);
|
197
|
+
-ms-transform: translate(0.0px,0.0px);
|
198
|
+
transform: translate(0.0px,0.0px);
|
199
|
+
}
|
200
|
+
|
201
|
+
40% {
|
202
|
+
fill: orange;
|
203
|
+
-webkit-transform: translate(0.0px,0.0px);
|
204
|
+
-moz-transform: translate(0.0px,0.0px);
|
205
|
+
-ms-transform: translate(0.0px,0.0px);
|
206
|
+
transform: translate(0.0px,0.0px);
|
207
|
+
}
|
208
|
+
|
209
|
+
65% {
|
210
|
+
fill: white;
|
211
|
+
-webkit-transform: translate(-1px,5.0px);
|
212
|
+
-moz-transform: translate(-1px,5.0px);
|
213
|
+
-ms-transform: translate(-1px,5.0px);
|
214
|
+
transform: translate(-1px,5.0px);
|
215
|
+
}
|
216
|
+
61% {
|
217
|
+
fill: orange;
|
218
|
+
}
|
219
|
+
|
220
|
+
100% {
|
221
|
+
-webkit-transform: translate(0.0px,0.0px);
|
222
|
+
-moz-transform: translate(0.0px,0.0px);
|
223
|
+
-ms-transform: translate(0.0px,0.0px);
|
224
|
+
transform: translate(0.0px,0.0px);
|
225
|
+
}
|
226
|
+
}
|
227
|
+
|
228
|
+
.am-weather-stroke {
|
229
|
+
-webkit-animation-name: am-weather-stroke;
|
230
|
+
-moz-animation-name: am-weather-stroke;
|
231
|
+
animation-name: am-weather-stroke;
|
232
|
+
-webkit-animation-duration: 1.11s;
|
233
|
+
-moz-animation-duration: 1.11s;
|
234
|
+
animation-duration: 1.11s;
|
235
|
+
-webkit-animation-timing-function: linear;
|
236
|
+
-moz-animation-timing-function: linear;
|
237
|
+
animation-timing-function: linear;
|
238
|
+
-webkit-animation-iteration-count: infinite;
|
239
|
+
-moz-animation-iteration-count: infinite;
|
240
|
+
animation-iteration-count: infinite;
|
241
|
+
}
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
/*
|
246
|
+
** SUN
|
247
|
+
*/
|
248
|
+
@keyframes am-weather-sun {
|
249
|
+
0% {
|
250
|
+
-webkit-transform: rotate(0deg);
|
251
|
+
-moz-transform: rotate(0deg);
|
252
|
+
-ms-transform: rotate(0deg);
|
253
|
+
transform: rotate(0deg);
|
254
|
+
}
|
255
|
+
|
256
|
+
100% {
|
257
|
+
-webkit-transform: rotate(360deg);
|
258
|
+
-moz-transform: rotate(360deg);
|
259
|
+
-ms-transform: rotate(360deg);
|
260
|
+
transform: rotate(360deg);
|
261
|
+
}
|
262
|
+
}
|
263
|
+
|
264
|
+
.am-weather-sun {
|
265
|
+
-webkit-animation-name: am-weather-sun;
|
266
|
+
-moz-animation-name: am-weather-sun;
|
267
|
+
-ms-animation-name: am-weather-sun;
|
268
|
+
animation-name: am-weather-sun;
|
269
|
+
-webkit-animation-duration: 9s;
|
270
|
+
-moz-animation-duration: 9s;
|
271
|
+
-ms-animation-duration: 9s;
|
272
|
+
animation-duration: 9s;
|
273
|
+
-webkit-animation-timing-function: linear;
|
274
|
+
-moz-animation-timing-function: linear;
|
275
|
+
-ms-animation-timing-function: linear;
|
276
|
+
animation-timing-function: linear;
|
277
|
+
-webkit-animation-iteration-count: infinite;
|
278
|
+
-moz-animation-iteration-count: infinite;
|
279
|
+
-ms-animation-iteration-count: infinite;
|
280
|
+
animation-iteration-count: infinite;
|
281
|
+
}
|
282
|
+
|
283
|
+
@keyframes am-weather-sun-shiny {
|
284
|
+
0% {
|
285
|
+
stroke-dasharray: 3px 10px;
|
286
|
+
stroke-dashoffset: 0px;
|
287
|
+
}
|
288
|
+
|
289
|
+
50% {
|
290
|
+
stroke-dasharray: 0.1px 10px;
|
291
|
+
stroke-dashoffset: -1px;
|
292
|
+
}
|
293
|
+
|
294
|
+
100% {
|
295
|
+
stroke-dasharray: 3px 10px;
|
296
|
+
stroke-dashoffset: 0px;
|
297
|
+
}
|
298
|
+
}
|
299
|
+
|
300
|
+
.am-weather-sun-shiny line {
|
301
|
+
-webkit-animation-name: am-weather-sun-shiny;
|
302
|
+
-moz-animation-name: am-weather-sun-shiny;
|
303
|
+
-ms-animation-name: am-weather-sun-shiny;
|
304
|
+
animation-name: am-weather-sun-shiny;
|
305
|
+
-webkit-animation-duration: 2s;
|
306
|
+
-moz-animation-duration: 2s;
|
307
|
+
-ms-animation-duration: 2s;
|
308
|
+
animation-duration: 2s;
|
309
|
+
-webkit-animation-timing-function: linear;
|
310
|
+
-moz-animation-timing-function: linear;
|
311
|
+
-ms-animation-timing-function: linear;
|
312
|
+
animation-timing-function: linear;
|
313
|
+
-webkit-animation-iteration-count: infinite;
|
314
|
+
-moz-animation-iteration-count: infinite;
|
315
|
+
-ms-animation-iteration-count: infinite;
|
316
|
+
animation-iteration-count: infinite;
|
317
|
+
}
|
318
|
+
|
319
|
+
|
320
|
+
|
321
|
+
|
322
|
+
/*
|
323
|
+
** MOON
|
324
|
+
*/
|
325
|
+
@keyframes am-weather-moon {
|
326
|
+
0% {
|
327
|
+
-webkit-transform: rotate(0deg);
|
328
|
+
-moz-transform: rotate(0deg);
|
329
|
+
-ms-transform: rotate(0deg);
|
330
|
+
transform: rotate(0deg);
|
331
|
+
}
|
332
|
+
|
333
|
+
50% {
|
334
|
+
-webkit-transform: rotate(15deg);
|
335
|
+
-moz-transform: rotate(15deg);
|
336
|
+
-ms-transform: rotate(15deg);
|
337
|
+
transform: rotate(15deg);
|
338
|
+
}
|
339
|
+
|
340
|
+
100% {
|
341
|
+
-webkit-transform: rotate(0deg);
|
342
|
+
-moz-transform: rotate(0deg);
|
343
|
+
-ms-transform: rotate(0deg);
|
344
|
+
transform: rotate(0deg);
|
345
|
+
}
|
346
|
+
}
|
347
|
+
|
348
|
+
.am-weather-moon {
|
349
|
+
-webkit-animation-name: am-weather-moon;
|
350
|
+
-moz-animation-name: am-weather-moon;
|
351
|
+
-ms-animation-name: am-weather-moon;
|
352
|
+
animation-name: am-weather-moon;
|
353
|
+
-webkit-animation-duration: 6s;
|
354
|
+
-moz-animation-duration: 6s;
|
355
|
+
-ms-animation-duration: 6s;
|
356
|
+
animation-duration: 6s;
|
357
|
+
-webkit-animation-timing-function: linear;
|
358
|
+
-moz-animation-timing-function: linear;
|
359
|
+
-ms-animation-timing-function: linear;
|
360
|
+
animation-timing-function: linear;
|
361
|
+
-webkit-animation-iteration-count: infinite;
|
362
|
+
-moz-animation-iteration-count: infinite;
|
363
|
+
-ms-animation-iteration-count: infinite;
|
364
|
+
animation-iteration-count: infinite;
|
365
|
+
-webkit-transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
|
366
|
+
-moz-transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
|
367
|
+
-ms-transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
|
368
|
+
transform-origin: 12.5px 15.15px 0; /* TODO FF CENTER ISSUE */
|
369
|
+
}
|
370
|
+
|
371
|
+
@keyframes am-weather-moon-star-1 {
|
372
|
+
0% {
|
373
|
+
opacity: 0;
|
374
|
+
}
|
375
|
+
|
376
|
+
100% {
|
377
|
+
opacity: 1;
|
378
|
+
}
|
379
|
+
}
|
380
|
+
|
381
|
+
.am-weather-moon-star-1 {
|
382
|
+
-webkit-animation-name: am-weather-moon-star-1;
|
383
|
+
-moz-animation-name: am-weather-moon-star-1;
|
384
|
+
-ms-animation-name: am-weather-moon-star-1;
|
385
|
+
animation-name: am-weather-moon-star-1;
|
386
|
+
-webkit-animation-delay: 3s;
|
387
|
+
-moz-animation-delay: 3s;
|
388
|
+
-ms-animation-delay: 3s;
|
389
|
+
animation-delay: 3s;
|
390
|
+
-webkit-animation-duration: 5s;
|
391
|
+
-moz-animation-duration: 5s;
|
392
|
+
-ms-animation-duration: 5s;
|
393
|
+
animation-duration: 5s;
|
394
|
+
-webkit-animation-timing-function: linear;
|
395
|
+
-moz-animation-timing-function: linear;
|
396
|
+
-ms-animation-timing-function: linear;
|
397
|
+
animation-timing-function: linear;
|
398
|
+
-webkit-animation-iteration-count: 1;
|
399
|
+
-moz-animation-iteration-count: 1;
|
400
|
+
-ms-animation-iteration-count: 1;
|
401
|
+
animation-iteration-count: 1;
|
402
|
+
}
|
403
|
+
|
404
|
+
@keyframes am-weather-moon-star-2 {
|
405
|
+
0% {
|
406
|
+
opacity: 0;
|
407
|
+
}
|
408
|
+
|
409
|
+
100% {
|
410
|
+
opacity: 1;
|
411
|
+
}
|
412
|
+
}
|
413
|
+
|
414
|
+
.am-weather-moon-star-2 {
|
415
|
+
-webkit-animation-name: am-weather-moon-star-2;
|
416
|
+
-moz-animation-name: am-weather-moon-star-2;
|
417
|
+
-ms-animation-name: am-weather-moon-star-2;
|
418
|
+
animation-name: am-weather-moon-star-2;
|
419
|
+
-webkit-animation-delay: 5s;
|
420
|
+
-moz-animation-delay: 5s;
|
421
|
+
-ms-animation-delay: 5s;
|
422
|
+
animation-delay: 5s;
|
423
|
+
-webkit-animation-duration: 4s;
|
424
|
+
-moz-animation-duration: 4s;
|
425
|
+
-ms-animation-duration: 4s;
|
426
|
+
animation-duration: 4s;
|
427
|
+
-webkit-animation-timing-function: linear;
|
428
|
+
-moz-animation-timing-function: linear;
|
429
|
+
-ms-animation-timing-function: linear;
|
430
|
+
animation-timing-function: linear;
|
431
|
+
-webkit-animation-iteration-count: 1;
|
432
|
+
-moz-animation-iteration-count: 1;
|
433
|
+
-ms-animation-iteration-count: 1;
|
434
|
+
animation-iteration-count: 1;
|
435
|
+
}
|
436
|
+
|
437
|
+
/*
|
438
|
+
** RAIN
|
439
|
+
*/
|
440
|
+
@keyframes am-weather-rain {
|
441
|
+
0% {
|
442
|
+
stroke-dashoffset: 0;
|
443
|
+
}
|
444
|
+
|
445
|
+
100% {
|
446
|
+
stroke-dashoffset: -100;
|
447
|
+
}
|
448
|
+
}
|
449
|
+
|
450
|
+
.am-weather-rain-1 {
|
451
|
+
-webkit-animation-name: am-weather-rain;
|
452
|
+
-moz-animation-name: am-weather-rain;
|
453
|
+
-ms-animation-name: am-weather-rain;
|
454
|
+
animation-name: am-weather-rain;
|
455
|
+
-webkit-animation-duration: 8s;
|
456
|
+
-moz-animation-duration: 8s;
|
457
|
+
-ms-animation-duration: 8s;
|
458
|
+
animation-duration: 8s;
|
459
|
+
-webkit-animation-timing-function: linear;
|
460
|
+
-moz-animation-timing-function: linear;
|
461
|
+
-ms-animation-timing-function: linear;
|
462
|
+
animation-timing-function: linear;
|
463
|
+
-webkit-animation-iteration-count: infinite;
|
464
|
+
-moz-animation-iteration-count: infinite;
|
465
|
+
-ms-animation-iteration-count: infinite;
|
466
|
+
animation-iteration-count: infinite;
|
467
|
+
}
|
468
|
+
|
469
|
+
.am-weather-rain-2 {
|
470
|
+
-webkit-animation-name: am-weather-rain;
|
471
|
+
-moz-animation-name: am-weather-rain;
|
472
|
+
-ms-animation-name: am-weather-rain;
|
473
|
+
animation-name: am-weather-rain;
|
474
|
+
-webkit-animation-delay: 0.25s;
|
475
|
+
-moz-animation-delay: 0.25s;
|
476
|
+
-ms-animation-delay: 0.25s;
|
477
|
+
animation-delay: 0.25s;
|
478
|
+
-webkit-animation-duration: 8s;
|
479
|
+
-moz-animation-duration: 8s;
|
480
|
+
-ms-animation-duration: 8s;
|
481
|
+
animation-duration: 8s;
|
482
|
+
-webkit-animation-timing-function: linear;
|
483
|
+
-moz-animation-timing-function: linear;
|
484
|
+
-ms-animation-timing-function: linear;
|
485
|
+
animation-timing-function: linear;
|
486
|
+
-webkit-animation-iteration-count: infinite;
|
487
|
+
-moz-animation-iteration-count: infinite;
|
488
|
+
-ms-animation-iteration-count: infinite;
|
489
|
+
animation-iteration-count: infinite;
|
490
|
+
}
|
491
|
+
|
492
|
+
|
493
|
+
/*
|
494
|
+
** SNOW
|
495
|
+
*/
|
496
|
+
@keyframes am-weather-snow {
|
497
|
+
0% {
|
498
|
+
-webkit-transform: translateX(0) translateY(0);
|
499
|
+
-moz-transform: translateX(0) translateY(0);
|
500
|
+
-ms-transform: translateX(0) translateY(0);
|
501
|
+
transform: translateX(0) translateY(0);
|
502
|
+
}
|
503
|
+
|
504
|
+
33.33% {
|
505
|
+
-webkit-transform: translateX(-1.2px) translateY(2px);
|
506
|
+
-moz-transform: translateX(-1.2px) translateY(2px);
|
507
|
+
-ms-transform: translateX(-1.2px) translateY(2px);
|
508
|
+
transform: translateX(-1.2px) translateY(2px);
|
509
|
+
}
|
510
|
+
|
511
|
+
66.66% {
|
512
|
+
-webkit-transform: translateX(1.4px) translateY(4px);
|
513
|
+
-moz-transform: translateX(1.4px) translateY(4px);
|
514
|
+
-ms-transform: translateX(1.4px) translateY(4px);
|
515
|
+
transform: translateX(1.4px) translateY(4px);
|
516
|
+
opacity: 1;
|
517
|
+
}
|
518
|
+
|
519
|
+
100% {
|
520
|
+
-webkit-transform: translateX(-1.6px) translateY(6px);
|
521
|
+
-moz-transform: translateX(-1.6px) translateY(6px);
|
522
|
+
-ms-transform: translateX(-1.6px) translateY(6px);
|
523
|
+
transform: translateX(-1.6px) translateY(6px);
|
524
|
+
opacity: 0;
|
525
|
+
}
|
526
|
+
}
|
527
|
+
|
528
|
+
@keyframes am-weather-snow-reverse {
|
529
|
+
0% {
|
530
|
+
-webkit-transform: translateX(0) translateY(0);
|
531
|
+
-moz-transform: translateX(0) translateY(0);
|
532
|
+
-ms-transform: translateX(0) translateY(0);
|
533
|
+
transform: translateX(0) translateY(0);
|
534
|
+
}
|
535
|
+
|
536
|
+
33.33% {
|
537
|
+
-webkit-transform: translateX(1.2px) translateY(2px);
|
538
|
+
-moz-transform: translateX(1.2px) translateY(2px);
|
539
|
+
-ms-transform: translateX(1.2px) translateY(2px);
|
540
|
+
transform: translateX(1.2px) translateY(2px);
|
541
|
+
}
|
542
|
+
|
543
|
+
66.66% {
|
544
|
+
-webkit-transform: translateX(-1.4px) translateY(4px);
|
545
|
+
-moz-transform: translateX(-1.4px) translateY(4px);
|
546
|
+
-ms-transform: translateX(-1.4px) translateY(4px);
|
547
|
+
transform: translateX(-1.4px) translateY(4px);
|
548
|
+
opacity: 1;
|
549
|
+
}
|
550
|
+
|
551
|
+
100% {
|
552
|
+
-webkit-transform: translateX(1.6px) translateY(6px);
|
553
|
+
-moz-transform: translateX(1.6px) translateY(6px);
|
554
|
+
-ms-transform: translateX(1.6px) translateY(6px);
|
555
|
+
transform: translateX(1.6px) translateY(6px);
|
556
|
+
opacity: 0;
|
557
|
+
}
|
558
|
+
}
|
559
|
+
|
560
|
+
.am-weather-snow-1 {
|
561
|
+
-webkit-animation-name: am-weather-snow;
|
562
|
+
-moz-animation-name: am-weather-snow;
|
563
|
+
-ms-animation-name: am-weather-snow;
|
564
|
+
animation-name: am-weather-snow;
|
565
|
+
-webkit-animation-duration: 2s;
|
566
|
+
-moz-animation-duration: 2s;
|
567
|
+
-ms-animation-duration: 2s;
|
568
|
+
animation-duration: 2s;
|
569
|
+
-webkit-animation-timing-function: linear;
|
570
|
+
-moz-animation-timing-function: linear;
|
571
|
+
-ms-animation-timing-function: linear;
|
572
|
+
animation-timing-function: linear;
|
573
|
+
-webkit-animation-iteration-count: infinite;
|
574
|
+
-moz-animation-iteration-count: infinite;
|
575
|
+
-ms-animation-iteration-count: infinite;
|
576
|
+
animation-iteration-count: infinite;
|
577
|
+
}
|
578
|
+
|
579
|
+
.am-weather-snow-2 {
|
580
|
+
-webkit-animation-name: am-weather-snow;
|
581
|
+
-moz-animation-name: am-weather-snow;
|
582
|
+
-ms-animation-name: am-weather-snow;
|
583
|
+
animation-name: am-weather-snow;
|
584
|
+
-webkit-animation-delay: 1.2s;
|
585
|
+
-moz-animation-delay: 1.2s;
|
586
|
+
-ms-animation-delay: 1.2s;
|
587
|
+
animation-delay: 1.2s;
|
588
|
+
-webkit-animation-duration: 2s;
|
589
|
+
-moz-animation-duration: 2s;
|
590
|
+
-ms-animation-duration: 2s;
|
591
|
+
animation-duration: 2s;
|
592
|
+
-webkit-animation-timing-function: linear;
|
593
|
+
-moz-animation-timing-function: linear;
|
594
|
+
-ms-animation-timing-function: linear;
|
595
|
+
animation-timing-function: linear;
|
596
|
+
-webkit-animation-iteration-count: infinite;
|
597
|
+
-moz-animation-iteration-count: infinite;
|
598
|
+
-ms-animation-iteration-count: infinite;
|
599
|
+
animation-iteration-count: infinite;
|
600
|
+
}
|
601
|
+
|
602
|
+
.am-weather-snow-3 {
|
603
|
+
-webkit-animation-name: am-weather-snow-reverse;
|
604
|
+
-moz-animation-name: am-weather-snow-reverse;
|
605
|
+
-ms-animation-name: am-weather-snow-reverse;
|
606
|
+
animation-name: am-weather-snow-reverse;
|
607
|
+
-webkit-animation-duration: 2s;
|
608
|
+
-moz-animation-duration: 2s;
|
609
|
+
-ms-animation-duration: 2s;
|
610
|
+
animation-duration: 2s;
|
611
|
+
-webkit-animation-timing-function: linear;
|
612
|
+
-moz-animation-timing-function: linear;
|
613
|
+
-ms-animation-timing-function: linear;
|
614
|
+
animation-timing-function: linear;
|
615
|
+
-webkit-animation-iteration-count: infinite;
|
616
|
+
-moz-animation-iteration-count: infinite;
|
617
|
+
-ms-animation-iteration-count: infinite;
|
618
|
+
animation-iteration-count: infinite;
|
619
|
+
}
|
620
|
+
|
621
|
+
/*
|
622
|
+
** EASING
|
623
|
+
*/
|
624
|
+
.am-weather-easing-ease-in-out {
|
625
|
+
-webkit-animation-timing-function: ease-in-out;
|
626
|
+
-moz-animation-timing-function: ease-in-out;
|
627
|
+
-ms-animation-timing-function: ease-in-out;
|
628
|
+
animation-timing-function: ease-in-out;
|
629
|
+
}
|
630
|
+
|
631
|
+
]]></style>
|
632
|
+
</defs>
|
633
|
+
<g id="thunder">
|
634
|
+
<g transform="translate(20,10)">
|
635
|
+
<g class="am-weather-cloud-1">
|
636
|
+
<path d="M47.7,35.4 c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#91C0F8" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-10,-6), scale(0.6)" />
|
637
|
+
</g>
|
638
|
+
<g>
|
639
|
+
<path d="M47.7,35.4 c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)" />
|
640
|
+
</g>
|
641
|
+
<g transform="translate(-9,28), scale(1.2)">
|
642
|
+
<polygon class="am-weather-stroke" fill="orange" stroke="white" stroke-width="1" points="14.3,-2.9 20.5,-2.9 16.4,4.3 20.3,4.3 11.5,14.6 14.9,6.9 11.1,6.9" />
|
643
|
+
</g>
|
644
|
+
</g>
|
645
|
+
</g>
|
646
|
+
<g id="day">
|
647
|
+
<g transform="translate(32,32)">
|
648
|
+
<g class="am-weather-sun am-weather-sun-shiny am-weather-easing-ease-in-out">
|
649
|
+
<g>
|
650
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
|
651
|
+
</g>
|
652
|
+
<g transform="rotate(45)">
|
653
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
|
654
|
+
</g>
|
655
|
+
<g transform="rotate(90)">
|
656
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
|
657
|
+
</g>
|
658
|
+
<g transform="rotate(135)">
|
659
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
|
660
|
+
</g>
|
661
|
+
<g transform="rotate(180)">
|
662
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
|
663
|
+
</g>
|
664
|
+
<g transform="rotate(225)">
|
665
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
|
666
|
+
</g>
|
667
|
+
<g transform="rotate(270)">
|
668
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
|
669
|
+
</g>
|
670
|
+
<g transform="rotate(315)">
|
671
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3" />
|
672
|
+
</g>
|
673
|
+
</g>
|
674
|
+
<circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
|
675
|
+
</g>
|
676
|
+
</g>
|
677
|
+
<g id="night">
|
678
|
+
<g transform="translate(20,20)">
|
679
|
+
<g class="am-weather-moon-star-1">
|
680
|
+
<polygon fill="orange" points="3.3,1.5 4,2.7 5.2,3.3 4,4 3.3,5.2 2.7,4 1.5,3.3 2.7,2.7" stroke="none" stroke-miterlimit="10"/>
|
681
|
+
</g>
|
682
|
+
<g class="am-weather-moon-star-2">
|
683
|
+
<polygon fill="orange" points="3.3,1.5 4,2.7 5.2,3.3 4,4 3.3,5.2 2.7,4 1.5,3.3 2.7,2.7" stroke="none" stroke-miterlimit="10" transform="translate(20,10)"/>
|
684
|
+
</g>
|
685
|
+
<g class="am-weather-moon">
|
686
|
+
<path d="M14.5,13.2c0-3.7,2-6.9,5-8.7 c-1.5-0.9-3.2-1.3-5-1.3c-5.5,0-10,4.5-10,10s4.5,10,10,10c1.8,0,3.5-0.5,5-1.3C16.5,20.2,14.5,16.9,14.5,13.2z" fill="orange" stroke="orange" stroke-linejoin="round" stroke-width="2"/>
|
687
|
+
</g>
|
688
|
+
</g>
|
689
|
+
</g>
|
690
|
+
<g id="cloudy-day-1">
|
691
|
+
<g transform="translate(20,10)">
|
692
|
+
<g transform="translate(0,16)">
|
693
|
+
<g class="am-weather-sun">
|
694
|
+
<g>
|
695
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
696
|
+
</g>
|
697
|
+
<g transform="rotate(45)">
|
698
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
699
|
+
</g>
|
700
|
+
<g transform="rotate(90)">
|
701
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
702
|
+
</g>
|
703
|
+
<g transform="rotate(135)">
|
704
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
705
|
+
</g>
|
706
|
+
<g transform="rotate(180)">
|
707
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
708
|
+
</g>
|
709
|
+
<g transform="rotate(225)">
|
710
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
711
|
+
</g>
|
712
|
+
<g transform="rotate(270)">
|
713
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
714
|
+
</g>
|
715
|
+
<g transform="rotate(315)">
|
716
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
717
|
+
</g>
|
718
|
+
</g>
|
719
|
+
<circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
|
720
|
+
</g>
|
721
|
+
<g class="am-weather-cloud-2">
|
722
|
+
<path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#C6DEFF" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
|
723
|
+
</g>
|
724
|
+
</g>
|
725
|
+
</g>
|
726
|
+
<g id="cloudy-night-1">
|
727
|
+
<g transform="translate(20,10)">
|
728
|
+
<g transform="translate(16,4), scale(0.8)">
|
729
|
+
<g class="am-weather-moon-star-1">
|
730
|
+
<polygon fill="orange" points="3.3,1.5 4,2.7 5.2,3.3 4,4 3.3,5.2 2.7,4 1.5,3.3 2.7,2.7" stroke="none" stroke-miterlimit="10"/>
|
731
|
+
</g>
|
732
|
+
<g class="am-weather-moon-star-2">
|
733
|
+
<polygon fill="orange" points="3.3,1.5 4,2.7 5.2,3.3 4,4 3.3,5.2 2.7,4 1.5,3.3 2.7,2.7" stroke="none" stroke-miterlimit="10" transform="translate(20,10)"/>
|
734
|
+
</g>
|
735
|
+
<g class="am-weather-moon">
|
736
|
+
<path d="M14.5,13.2c0-3.7,2-6.9,5-8.7 c-1.5-0.9-3.2-1.3-5-1.3c-5.5,0-10,4.5-10,10s4.5,10,10,10c1.8,0,3.5-0.5,5-1.3C16.5,20.2,14.5,16.9,14.5,13.2z" fill="orange" stroke="orange" stroke-linejoin="round" stroke-width="2"/>
|
737
|
+
</g>
|
738
|
+
</g>
|
739
|
+
<g class="am-weather-cloud-2">
|
740
|
+
<path d="M47.7,35.4 c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#C6DEFF" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
|
741
|
+
</g>
|
742
|
+
</g>
|
743
|
+
</g>
|
744
|
+
<g id="cloudy-day-2">
|
745
|
+
<g transform="translate(20,10)">
|
746
|
+
<g transform="translate(0,16)">
|
747
|
+
<g class="am-weather-sun">
|
748
|
+
<g>
|
749
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
750
|
+
</g>
|
751
|
+
<g transform="rotate(45)">
|
752
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
753
|
+
</g>
|
754
|
+
<g transform="rotate(90)">
|
755
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
756
|
+
</g>
|
757
|
+
<g transform="rotate(135)">
|
758
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
759
|
+
</g>
|
760
|
+
<g transform="rotate(180)">
|
761
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
762
|
+
</g>
|
763
|
+
<g transform="rotate(225)">
|
764
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
765
|
+
</g>
|
766
|
+
<g transform="rotate(270)">
|
767
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
768
|
+
</g>
|
769
|
+
<g transform="rotate(315)">
|
770
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
771
|
+
</g>
|
772
|
+
</g>
|
773
|
+
<circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
|
774
|
+
</g>
|
775
|
+
<g class="am-weather-cloud-2">
|
776
|
+
<path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#91C0F8" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
|
777
|
+
</g>
|
778
|
+
</g>
|
779
|
+
</g>
|
780
|
+
<g id="cloudy-night-2">
|
781
|
+
<g transform="translate(20,10)">
|
782
|
+
<g transform="translate(16,4), scale(0.8)">
|
783
|
+
<g class="am-weather-moon-star-1">
|
784
|
+
<polygon fill="orange" points="3.3,1.5 4,2.7 5.2,3.3 4,4 3.3,5.2 2.7,4 1.5,3.3 2.7,2.7" stroke="none" stroke-miterlimit="10"/>
|
785
|
+
</g>
|
786
|
+
<g class="am-weather-moon-star-2">
|
787
|
+
<polygon fill="orange" points="3.3,1.5 4,2.7 5.2,3.3 4,4 3.3,5.2 2.7,4 1.5,3.3 2.7,2.7" stroke="none" stroke-miterlimit="10" transform="translate(20,10)"/>
|
788
|
+
</g>
|
789
|
+
<g class="am-weather-moon">
|
790
|
+
<path d="M14.5,13.2c0-3.7,2-6.9,5-8.7 c-1.5-0.9-3.2-1.3-5-1.3c-5.5,0-10,4.5-10,10s4.5,10,10,10c1.8,0,3.5-0.5,5-1.3C16.5,20.2,14.5,16.9,14.5,13.2z" fill="orange" stroke="orange" stroke-linejoin="round" stroke-width="2"/>
|
791
|
+
</g>
|
792
|
+
</g>
|
793
|
+
<g class="am-weather-cloud-2">
|
794
|
+
<path d="M47.7,35.4 c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#91C0F8" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
|
795
|
+
</g>
|
796
|
+
</g>
|
797
|
+
</g>
|
798
|
+
<g id="cloudy-day-3">
|
799
|
+
<g transform="translate(20,10)">
|
800
|
+
<g transform="translate(0,16)">
|
801
|
+
<g class="am-weather-sun">
|
802
|
+
<g>
|
803
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
804
|
+
</g>
|
805
|
+
<g transform="rotate(45)">
|
806
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
807
|
+
</g>
|
808
|
+
<g transform="rotate(90)">
|
809
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
810
|
+
</g>
|
811
|
+
<g transform="rotate(135)">
|
812
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
813
|
+
</g>
|
814
|
+
<g transform="rotate(180)">
|
815
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
816
|
+
</g>
|
817
|
+
<g transform="rotate(225)">
|
818
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
819
|
+
</g>
|
820
|
+
<g transform="rotate(270)">
|
821
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
822
|
+
</g>
|
823
|
+
<g transform="rotate(315)">
|
824
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
825
|
+
</g>
|
826
|
+
</g>
|
827
|
+
<circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
|
828
|
+
</g>
|
829
|
+
<g class="am-weather-cloud-2">
|
830
|
+
<path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
|
831
|
+
</g>
|
832
|
+
</g>
|
833
|
+
</g>
|
834
|
+
<g id="cloudy-night-3">
|
835
|
+
<g transform="translate(20,10)">
|
836
|
+
<g transform="translate(16,4), scale(0.8)">
|
837
|
+
<g class="am-weather-moon-star-1">
|
838
|
+
<polygon fill="orange" points="3.3,1.5 4,2.7 5.2,3.3 4,4 3.3,5.2 2.7,4 1.5,3.3 2.7,2.7" stroke="none" stroke-miterlimit="10"/>
|
839
|
+
</g>
|
840
|
+
<g class="am-weather-moon-star-2">
|
841
|
+
<polygon fill="orange" points="3.3,1.5 4,2.7 5.2,3.3 4,4 3.3,5.2 2.7,4 1.5,3.3 2.7,2.7" stroke="none" stroke-miterlimit="10" transform="translate(20,10)"/>
|
842
|
+
</g>
|
843
|
+
<g class="am-weather-moon">
|
844
|
+
<path d="M14.5,13.2c0-3.7,2-6.9,5-8.7 c-1.5-0.9-3.2-1.3-5-1.3c-5.5,0-10,4.5-10,10s4.5,10,10,10c1.8,0,3.5-0.5,5-1.3C16.5,20.2,14.5,16.9,14.5,13.2z" fill="orange" stroke="orange" stroke-linejoin="round" stroke-width="2"/>
|
845
|
+
</g>
|
846
|
+
</g>
|
847
|
+
<g class="am-weather-cloud-2">
|
848
|
+
<path d="M47.7,35.4 c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
|
849
|
+
</g>
|
850
|
+
</g>
|
851
|
+
</g>
|
852
|
+
<g id="cloudy">
|
853
|
+
<g transform="translate(20,10)">
|
854
|
+
<g class="am-weather-cloud-1">
|
855
|
+
<path d="M47.7,35.4 c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#91C0F8" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-10,-8), scale(0.6)"/>
|
856
|
+
</g>
|
857
|
+
<g class="am-weather-cloud-2">
|
858
|
+
<path d="M47.7,35.4 c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
|
859
|
+
</g>
|
860
|
+
</g>
|
861
|
+
</g>
|
862
|
+
<g id="rainy-1">
|
863
|
+
<g transform="translate(20,10)">
|
864
|
+
<g transform="translate(0,16), scale(1.2)">
|
865
|
+
<g class="am-weather-sun">
|
866
|
+
<g>
|
867
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
868
|
+
</g>
|
869
|
+
<g transform="rotate(45)">
|
870
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
871
|
+
</g>
|
872
|
+
<g transform="rotate(90)">
|
873
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
874
|
+
</g>
|
875
|
+
<g transform="rotate(135)">
|
876
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
877
|
+
</g>
|
878
|
+
<g transform="rotate(180)">
|
879
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
880
|
+
</g>
|
881
|
+
<g transform="rotate(225)">
|
882
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
883
|
+
</g>
|
884
|
+
<g transform="rotate(270)">
|
885
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
886
|
+
</g>
|
887
|
+
<g transform="rotate(315)">
|
888
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
889
|
+
</g>
|
890
|
+
</g>
|
891
|
+
<circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
|
892
|
+
</g>
|
893
|
+
<g>
|
894
|
+
<path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.5" transform="translate(-15,-5), scale(0.85)"/>
|
895
|
+
</g>
|
896
|
+
</g>
|
897
|
+
<g transform="translate(34,46), rotate(10)">
|
898
|
+
<line class="am-weather-rain-1" fill="none" stroke="#91C0F8" stroke-dasharray="4,7" stroke-linecap="round" stroke-width="2" transform="translate(-6,1)" x1="0" x2="0" y1="0" y2="8" />
|
899
|
+
<line class="am-weather-rain-2" fill="none" stroke="#91C0F8" stroke-dasharray="4,7" stroke-linecap="round" stroke-width="2" transform="translate(0,-1)" x1="0" x2="0" y1="0" y2="8" />
|
900
|
+
</g>
|
901
|
+
</g>
|
902
|
+
<g id="rainy-2">
|
903
|
+
<g transform="translate(20,10)">
|
904
|
+
<g transform="translate(0,16)">
|
905
|
+
<g class="am-weather-sun">
|
906
|
+
<g>
|
907
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
908
|
+
</g>
|
909
|
+
<g transform="rotate(45)">
|
910
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
911
|
+
</g>
|
912
|
+
<g transform="rotate(90)">
|
913
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
914
|
+
</g>
|
915
|
+
<g transform="rotate(135)">
|
916
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
917
|
+
</g>
|
918
|
+
<g transform="rotate(180)">
|
919
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
920
|
+
</g>
|
921
|
+
<g transform="rotate(225)">
|
922
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
923
|
+
</g>
|
924
|
+
<g transform="rotate(270)">
|
925
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
926
|
+
</g>
|
927
|
+
<g transform="rotate(315)">
|
928
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
929
|
+
</g>
|
930
|
+
</g>
|
931
|
+
<circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
|
932
|
+
</g>
|
933
|
+
<g>
|
934
|
+
<path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
|
935
|
+
</g>
|
936
|
+
</g>
|
937
|
+
<g transform="translate(37,45), rotate(10)">
|
938
|
+
<line class="am-weather-rain-1" fill="none" stroke="#91C0F8" stroke-dasharray="4,7" stroke-linecap="round" stroke-width="2" transform="translate(-6,1)" x1="0" x2="0" y1="0" y2="8" />
|
939
|
+
</g>
|
940
|
+
</g>
|
941
|
+
<g id="rainy-3">
|
942
|
+
<g transform="translate(20,10)">
|
943
|
+
<g transform="translate(0,16)">
|
944
|
+
<g class="am-weather-sun">
|
945
|
+
<g>
|
946
|
+
<line fifll="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
947
|
+
</g>
|
948
|
+
<g transform="rotate(45)">
|
949
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
950
|
+
</g>
|
951
|
+
<g transform="rotate(90)">
|
952
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
953
|
+
</g>
|
954
|
+
<g transform="rotate(135)">
|
955
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
956
|
+
</g>
|
957
|
+
<g transform="rotate(180)">
|
958
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
959
|
+
</g>
|
960
|
+
<g transform="rotate(225)">
|
961
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
962
|
+
</g>
|
963
|
+
<g transform="rotate(270)">
|
964
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
965
|
+
</g>
|
966
|
+
<g transform="rotate(315)">
|
967
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
968
|
+
</g>
|
969
|
+
</g>
|
970
|
+
<circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
|
971
|
+
</g>
|
972
|
+
<g>
|
973
|
+
<path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
|
974
|
+
</g>
|
975
|
+
</g>
|
976
|
+
<g transform="translate(34,46), rotate(10)">
|
977
|
+
<line class="am-weather-rain-1" fill="none" stroke="#91C0F8" stroke-dasharray="4,7" stroke-linecap="round" stroke-width="2" transform="translate(-6,1)" x1="0" x2="0" y1="0" y2="8" />
|
978
|
+
<line class="am-weather-rain-2" fill="none" stroke="#91C0F8" stroke-dasharray="4,7" stroke-linecap="round" stroke-width="2" transform="translate(0,-1)" x1="0" x2="0" y1="0" y2="8" />
|
979
|
+
</g>
|
980
|
+
</g>
|
981
|
+
<g id="rainy-4">
|
982
|
+
<g transform="translate(20,10)">
|
983
|
+
<g>
|
984
|
+
<path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
|
985
|
+
</g>
|
986
|
+
</g>
|
987
|
+
<g transform="translate(37,45), rotate(10)">
|
988
|
+
<line class="am-weather-rain-1" fill="none" stroke="#91C0F8" stroke-dasharray="4,7" stroke-linecap="round" stroke-width="2" transform="translate(-6,1)" x1="0" x2="0" y1="0" y2="8" />
|
989
|
+
</g>
|
990
|
+
</g>
|
991
|
+
<g id="rainy-5">
|
992
|
+
<g transform="translate(20,10)">
|
993
|
+
<g>
|
994
|
+
<path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
|
995
|
+
</g>
|
996
|
+
</g>
|
997
|
+
<g transform="translate(34,46), rotate(10)">
|
998
|
+
<line class="am-weather-rain-1" fill="none" stroke="#91C0F8" stroke-dasharray="4,7" stroke-linecap="round" stroke-width="2" transform="translate(-6,1)" x1="0" x2="0" y1="0" y2="8" />
|
999
|
+
<line class="am-weather-rain-2" fill="none" stroke="#91C0F8" stroke-dasharray="4,7" stroke-linecap="round" stroke-width="2" transform="translate(0,-1)" x1="0" x2="0" y1="0" y2="8" />
|
1000
|
+
</g>
|
1001
|
+
</g>
|
1002
|
+
<g id="rainy-6">
|
1003
|
+
<g transform="translate(20,10)">
|
1004
|
+
<g>
|
1005
|
+
<path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
|
1006
|
+
</g>
|
1007
|
+
</g>
|
1008
|
+
<g transform="translate(31,46), rotate(10)">
|
1009
|
+
<line class="am-weather-rain-1" fill="none" stroke="#91C0F8" stroke-dasharray="4,4" stroke-linecap="round" stroke-width="2" transform="translate(-4,1)" x1="0" x2="0" y1="0" y2="8" />
|
1010
|
+
<line class="am-weather-rain-2" fill="none" stroke="#91C0F8" stroke-dasharray="4,4" stroke-linecap="round" stroke-width="2" transform="translate(0,-1)" x1="0" x2="0" y1="0" y2="8" />
|
1011
|
+
<line class="am-weather-rain-1" fill="none" stroke="#91C0F8" stroke-dasharray="4,4" stroke-linecap="round" stroke-width="2" transform="translate(4,0)" x1="0" x2="0" y1="0" y2="8" />
|
1012
|
+
</g>
|
1013
|
+
</g>
|
1014
|
+
<g id="rainy-7">
|
1015
|
+
<g transform="translate(20,10)">
|
1016
|
+
<g>
|
1017
|
+
<path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
|
1018
|
+
</g>
|
1019
|
+
</g>
|
1020
|
+
<g transform="translate(31,46), rotate(10)">
|
1021
|
+
<line class="am-weather-rain-1" fill="none" stroke="#91C0F8" stroke-dasharray="0.1,7" stroke-linecap="round" stroke-width="3" transform="translate(-5,1)" x1="0" x2="0" y1="0" y2="8" />
|
1022
|
+
<line class="am-weather-rain-2" fill="none" stroke="#91C0F8" stroke-dasharray="0.1,7" stroke-linecap="round" stroke-width="3" transform="translate(0,-1)" x1="0" x2="0" y1="0" y2="8" />
|
1023
|
+
<line class="am-weather-rain-1" fill="none" stroke="#91C0F8" stroke-dasharray="0.1,7" stroke-linecap="round" stroke-width="3" transform="translate(5,0)" x1="0" x2="0" y1="0" y2="8" />
|
1024
|
+
</g>
|
1025
|
+
</g>
|
1026
|
+
<g id="snowy-1">
|
1027
|
+
<g transform="translate(20,10)">
|
1028
|
+
<g transform="translate(0,16), scale(1.2)">
|
1029
|
+
<g class="am-weather-sun">
|
1030
|
+
<g>
|
1031
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1032
|
+
</g>
|
1033
|
+
<g transform="rotate(45)">
|
1034
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1035
|
+
</g>
|
1036
|
+
<g transform="rotate(90)">
|
1037
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1038
|
+
</g>
|
1039
|
+
<g transform="rotate(135)">
|
1040
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1041
|
+
</g>
|
1042
|
+
<g transform="rotate(180)">
|
1043
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1044
|
+
</g>
|
1045
|
+
<g transform="rotate(225)">
|
1046
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1047
|
+
</g>
|
1048
|
+
<g transform="rotate(270)">
|
1049
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1050
|
+
</g>
|
1051
|
+
<g transform="rotate(315)">
|
1052
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1053
|
+
</g>
|
1054
|
+
</g>
|
1055
|
+
<circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
|
1056
|
+
</g>
|
1057
|
+
<g>
|
1058
|
+
<path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.5" transform="translate(-15,-5), scale(0.85)"/>
|
1059
|
+
</g>
|
1060
|
+
</g>
|
1061
|
+
<g transform="translate(20,9)">
|
1062
|
+
<g class="am-weather-snow-1">
|
1063
|
+
<g transform="translate(7,28)">
|
1064
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1065
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1066
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1067
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1068
|
+
</g>
|
1069
|
+
</g>
|
1070
|
+
<g class="am-weather-snow-2">
|
1071
|
+
<g transform="translate(16,28)">
|
1072
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1073
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1074
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1075
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1076
|
+
</g>
|
1077
|
+
</g>
|
1078
|
+
</g>
|
1079
|
+
</g>
|
1080
|
+
<g id="snowy-2">
|
1081
|
+
<g transform="translate(20,10)">
|
1082
|
+
<g transform="translate(0,16)">
|
1083
|
+
<g class="am-weather-sun">
|
1084
|
+
<g>
|
1085
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1086
|
+
</g>
|
1087
|
+
<g transform="rotate(45)">
|
1088
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1089
|
+
</g>
|
1090
|
+
<g transform="rotate(90)">
|
1091
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1092
|
+
</g>
|
1093
|
+
<g transform="rotate(135)">
|
1094
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1095
|
+
</g>
|
1096
|
+
<g transform="rotate(180)">
|
1097
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1098
|
+
</g>
|
1099
|
+
<g transform="rotate(225)">
|
1100
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1101
|
+
</g>
|
1102
|
+
<g transform="rotate(270)">
|
1103
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1104
|
+
</g>
|
1105
|
+
<g transform="rotate(315)">
|
1106
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1107
|
+
</g>
|
1108
|
+
</g>
|
1109
|
+
<circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
|
1110
|
+
</g>
|
1111
|
+
<g class="am-weather-cloud-2">
|
1112
|
+
<path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
|
1113
|
+
</g>
|
1114
|
+
</g>
|
1115
|
+
<g class="am-weather-snow-1">
|
1116
|
+
<g transform="translate(32,38)">
|
1117
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1118
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1119
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1120
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1121
|
+
</g>
|
1122
|
+
</g>
|
1123
|
+
</g>
|
1124
|
+
<g id="snowy-3">
|
1125
|
+
<g transform="translate(20,10)">
|
1126
|
+
<g transform="translate(0,16)">
|
1127
|
+
<g class="am-weather-sun">
|
1128
|
+
<g>
|
1129
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1130
|
+
</g>
|
1131
|
+
<g transform="rotate(45)">
|
1132
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1133
|
+
</g>
|
1134
|
+
<g transform="rotate(90)">
|
1135
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1136
|
+
</g>
|
1137
|
+
<g transform="rotate(135)">
|
1138
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1139
|
+
</g>
|
1140
|
+
<g transform="rotate(180)">
|
1141
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1142
|
+
</g>
|
1143
|
+
<g transform="rotate(225)">
|
1144
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1145
|
+
</g>
|
1146
|
+
<g transform="rotate(270)">
|
1147
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1148
|
+
</g>
|
1149
|
+
<g transform="rotate(315)">
|
1150
|
+
<line fill="none" stroke="orange" stroke-linecap="round" stroke-width="2" transform="translate(0,9)" x1="0" x2="0" y1="0" y2="3"/>
|
1151
|
+
</g>
|
1152
|
+
</g>
|
1153
|
+
<circle cx="0" cy="0" fill="orange" r="5" stroke="orange" stroke-width="2"/>
|
1154
|
+
</g>
|
1155
|
+
<g>
|
1156
|
+
<path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
|
1157
|
+
</g>
|
1158
|
+
<g class="am-weather-snow-1">
|
1159
|
+
<g transform="translate(7,28)">
|
1160
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1161
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1162
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1163
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1164
|
+
</g>
|
1165
|
+
</g>
|
1166
|
+
<g class="am-weather-snow-2">
|
1167
|
+
<g transform="translate(16,28)">
|
1168
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1169
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1170
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1171
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1172
|
+
</g>
|
1173
|
+
</g>
|
1174
|
+
</g>
|
1175
|
+
</g>
|
1176
|
+
<g id="snowy-4">
|
1177
|
+
<g transform="translate(20,10)">
|
1178
|
+
<g>
|
1179
|
+
<path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
|
1180
|
+
</g>
|
1181
|
+
<g class="am-weather-snow-1">
|
1182
|
+
<g transform="translate(11,28)">
|
1183
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1184
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1185
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1186
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1187
|
+
</g>
|
1188
|
+
</g>
|
1189
|
+
</g>
|
1190
|
+
</g>
|
1191
|
+
<g id="snowy-5">
|
1192
|
+
<g transform="translate(20,10)">
|
1193
|
+
<g class="snowy-6-2">
|
1194
|
+
<path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
|
1195
|
+
</g>
|
1196
|
+
<g class="am-weather-snow-1">
|
1197
|
+
<g transform="translate(7,28)">
|
1198
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1199
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1200
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1201
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1202
|
+
</g>
|
1203
|
+
</g>
|
1204
|
+
<g class="am-weather-snow-2">
|
1205
|
+
<g transform="translate(16,28)">
|
1206
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1207
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1208
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1209
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1210
|
+
</g>
|
1211
|
+
</g>
|
1212
|
+
</g>
|
1213
|
+
</g>
|
1214
|
+
<g id="snowy-6">
|
1215
|
+
<g transform="translate(20,10)">
|
1216
|
+
<g class="am-weather-cloud-2">
|
1217
|
+
<path d="M47.7,35.4c0-4.6-3.7-8.2-8.2-8.2c-1,0-1.9,0.2-2.8,0.5c-0.3-3.4-3.1-6.2-6.6-6.2c-3.7,0-6.7,3-6.7,6.7c0,0.8,0.2,1.6,0.4,2.3 c-0.3-0.1-0.7-0.1-1-0.1c-3.7,0-6.7,3-6.7,6.7c0,3.6,2.9,6.6,6.5,6.7l17.2,0C44.2,43.3,47.7,39.8,47.7,35.4z" fill="#57A0EE" stroke="white" stroke-linejoin="round" stroke-width="1.2" transform="translate(-20,-11)"/>
|
1218
|
+
</g>
|
1219
|
+
<g class="am-weather-snow-1">
|
1220
|
+
<g transform="translate(3,28)">
|
1221
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1222
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1223
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1224
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1225
|
+
</g>
|
1226
|
+
</g>
|
1227
|
+
<g class="am-weather-snow-2">
|
1228
|
+
<g transform="translate(11,28)">
|
1229
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1230
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1231
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1232
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1233
|
+
</g>
|
1234
|
+
</g>
|
1235
|
+
<g class="am-weather-snow-3">
|
1236
|
+
<g transform="translate(20,28)">
|
1237
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1.2" transform="translate(0,9), rotate(0)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1238
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(45)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1239
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(90)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1240
|
+
<line fill="none" stroke="#57A0EE" stroke-linecap="round" stroke-width="1" transform="translate(0,9), rotate(135)" x1="0" x2="0" y1="-2.5" y2="2.5" />
|
1241
|
+
</g>
|
1242
|
+
</g>
|
1243
|
+
</g>
|
1244
|
+
</g>
|
1245
|
+
</svg>
|