@sumaris-net/ngx-components 2.8.14 → 2.9.0-alpha2
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/doc/changelog.md +6 -0
- package/esm2022/src/app/admin/admin-routing.module.mjs +5 -5
- package/esm2022/src/app/admin/admin.module.mjs +5 -5
- package/esm2022/src/app/admin/services/person.service.mjs +4 -4
- package/esm2022/src/app/admin/services/validator/person.validator.mjs +4 -4
- package/esm2022/src/app/admin/users/users.mjs +4 -4
- package/esm2022/src/app/admin/users/users.module.mjs +5 -5
- package/esm2022/src/app/core/about/about.modal.mjs +4 -4
- package/esm2022/src/app/core/about/about.module.mjs +5 -5
- package/esm2022/src/app/core/account/account.module.mjs +5 -5
- package/esm2022/src/app/core/account/account.page.mjs +4 -4
- package/esm2022/src/app/core/account/new-token.modal.mjs +4 -4
- package/esm2022/src/app/core/account/token.table.mjs +4 -4
- package/esm2022/src/app/core/auth/auth.form.mjs +4 -4
- package/esm2022/src/app/core/auth/auth.modal.mjs +4 -4
- package/esm2022/src/app/core/auth/auth.module.mjs +5 -5
- package/esm2022/src/app/core/core.module.mjs +5 -5
- package/esm2022/src/app/core/core.testing.module.mjs +5 -5
- package/esm2022/src/app/core/form/buttons/form-buttons-bar.component.mjs +4 -4
- package/esm2022/src/app/core/form/buttons/form-buttons-bar.module.mjs +5 -5
- package/esm2022/src/app/core/form/entity/editor.class.mjs +4 -4
- package/esm2022/src/app/core/form/entity/entity-editor-modal.class.mjs +4 -4
- package/esm2022/src/app/core/form/entity/entity-editor.class.mjs +4 -4
- package/esm2022/src/app/core/form/entity/entity-metadata.component.mjs +4 -4
- package/esm2022/src/app/core/form/entity/entity.module.mjs +5 -5
- package/esm2022/src/app/core/form/entity/tab-editor.class.mjs +4 -4
- package/esm2022/src/app/core/form/form-container.class.mjs +4 -4
- package/esm2022/src/app/core/form/form.class.mjs +4 -4
- package/esm2022/src/app/core/form/form.module.mjs +5 -5
- package/esm2022/src/app/core/form/list/list.form.mjs +4 -4
- package/esm2022/src/app/core/form/list/list.module.mjs +5 -5
- package/esm2022/src/app/core/form/properties/properties.form.mjs +4 -4
- package/esm2022/src/app/core/form/properties/properties.module.mjs +5 -5
- package/esm2022/src/app/core/form/properties/properties.table.mjs +7 -7
- package/esm2022/src/app/core/form/properties/property.validator.mjs +4 -4
- package/esm2022/src/app/core/form/properties/testing/properties-form.test.mjs +4 -4
- package/esm2022/src/app/core/form/properties/testing/properties-form.testing.module.mjs +5 -5
- package/esm2022/src/app/core/form/text-popover/testing/text-popover.testing.mjs +4 -4
- package/esm2022/src/app/core/form/text-popover/testing/text-popover.testing.module.mjs +5 -5
- package/esm2022/src/app/core/form/text-popover/text-popover.component.mjs +4 -4
- package/esm2022/src/app/core/form/text-popover/text-popover.module.mjs +5 -5
- package/esm2022/src/app/core/graphql/graphql.module.mjs +5 -5
- package/esm2022/src/app/core/graphql/graphql.service.mjs +4 -4
- package/esm2022/src/app/core/home/home.mjs +5 -5
- package/esm2022/src/app/core/home/home.module.mjs +5 -5
- package/esm2022/src/app/core/icon/icon.component.mjs +4 -4
- package/esm2022/src/app/core/icon/icon.module.mjs +5 -5
- package/esm2022/src/app/core/install/install-upgrade-card.component.mjs +4 -4
- package/esm2022/src/app/core/install/install-upgrade-card.module.mjs +5 -5
- package/esm2022/src/app/core/menu/menu.component.mjs +4 -4
- package/esm2022/src/app/core/menu/menu.module.mjs +5 -5
- package/esm2022/src/app/core/menu/menu.service.mjs +4 -4
- package/esm2022/src/app/core/menu/sub-menu-tab.directive.mjs +4 -4
- package/esm2022/src/app/core/menu/testing/menu-other.testing.mjs +4 -4
- package/esm2022/src/app/core/menu/testing/menu.testing.mjs +4 -4
- package/esm2022/src/app/core/menu/testing/menu.testing.module.mjs +5 -5
- package/esm2022/src/app/core/offline/update-offline-mode-card.component.mjs +4 -4
- package/esm2022/src/app/core/offline/update-offline-mode-card.module.mjs +5 -5
- package/esm2022/src/app/core/peer/select-peer.modal.mjs +28 -17
- package/esm2022/src/app/core/peer/select-peer.module.mjs +5 -5
- package/esm2022/src/app/core/register/register-confirm.page.mjs +4 -4
- package/esm2022/src/app/core/register/register.form.mjs +4 -4
- package/esm2022/src/app/core/register/register.modal.mjs +4 -4
- package/esm2022/src/app/core/register/register.module.mjs +5 -5
- package/esm2022/src/app/core/services/account.service.mjs +4 -4
- package/esm2022/src/app/core/services/auth-guard.service.mjs +4 -4
- package/esm2022/src/app/core/services/base-entity-service.class.mjs +4 -4
- package/esm2022/src/app/core/services/base-graphql-service.class.mjs +4 -4
- package/esm2022/src/app/core/services/config.service.mjs +4 -4
- package/esm2022/src/app/core/services/crypto.service.mjs +4 -4
- package/esm2022/src/app/core/services/local-settings.service.mjs +4 -4
- package/esm2022/src/app/core/services/network.service.mjs +4 -4
- package/esm2022/src/app/core/services/pipes/account.pipes.mjs +9 -9
- package/esm2022/src/app/core/services/pipes/department-to-string.pipe.mjs +5 -5
- package/esm2022/src/app/core/services/pipes/person-to-string.pipe.mjs +5 -5
- package/esm2022/src/app/core/services/pipes/pipes.module.mjs +5 -5
- package/esm2022/src/app/core/services/pipes/referential-to-string.pipe.mjs +4 -4
- package/esm2022/src/app/core/services/pipes/usage-mode.pipes.mjs +9 -9
- package/esm2022/src/app/core/services/platform.service.mjs +4 -4
- package/esm2022/src/app/core/services/storage/entities-storage.service.mjs +4 -4
- package/esm2022/src/app/core/services/testing/referential.validator.mjs +4 -4
- package/esm2022/src/app/core/services/validator/account.validator.mjs +4 -4
- package/esm2022/src/app/core/services/validator/base.validator.class.mjs +4 -4
- package/esm2022/src/app/core/services/validator/local-settings.validator.mjs +4 -4
- package/esm2022/src/app/core/services/validator/user-settings.validator.mjs +4 -4
- package/esm2022/src/app/core/services/validator/user-token.validator.mjs +4 -4
- package/esm2022/src/app/core/settings/settings.module.mjs +5 -5
- package/esm2022/src/app/core/settings/settings.page.mjs +7 -5
- package/esm2022/src/app/core/table/actions-column.component.mjs +4 -4
- package/esm2022/src/app/core/table/async-table.class.mjs +4 -4
- package/esm2022/src/app/core/table/entities-async-table-datasource.class.mjs +4 -4
- package/esm2022/src/app/core/table/entities-table-datasource.class.mjs +4 -4
- package/esm2022/src/app/core/table/memory-table.class.mjs +4 -4
- package/esm2022/src/app/core/table/row-field.component.mjs +4 -4
- package/esm2022/src/app/core/table/table-select-columns.component.mjs +4 -4
- package/esm2022/src/app/core/table/table.class.mjs +4 -4
- package/esm2022/src/app/core/table/table.module.mjs +5 -5
- package/esm2022/src/app/core/table/table.pipes.mjs +10 -10
- package/esm2022/src/app/core/table/testing/table-validator.service.mjs +4 -4
- package/esm2022/src/app/core/table/testing/table.testing.mjs +5 -5
- package/esm2022/src/app/core/table/testing/table.testing.module.mjs +5 -5
- package/esm2022/src/app/core/table/testing/table2-validator.service.mjs +4 -4
- package/esm2022/src/app/core/table/testing/table2.testing.mjs +5 -5
- package/esm2022/src/app/shared/audio/audio.mjs +4 -4
- package/esm2022/src/app/shared/audio/audio.testing.mjs +4 -4
- package/esm2022/src/app/shared/audio/audio.testing.module.mjs +5 -5
- package/esm2022/src/app/shared/capacitor/keyboard.mjs +4 -4
- package/esm2022/src/app/shared/debug/debug.component.mjs +4 -4
- package/esm2022/src/app/shared/debug/debug.module.mjs +5 -5
- package/esm2022/src/app/shared/directives/autofocus.directive.mjs +4 -4
- package/esm2022/src/app/shared/directives/autotitle.directive.mjs +4 -4
- package/esm2022/src/app/shared/directives/directives.module.mjs +5 -5
- package/esm2022/src/app/shared/directives/drag-and-drop.directive.mjs +4 -4
- package/esm2022/src/app/shared/directives/ng-var.directive.mjs +4 -4
- package/esm2022/src/app/shared/directives/resizable/resizable.component.mjs +4 -4
- package/esm2022/src/app/shared/directives/resizable/resizable.directive.mjs +4 -4
- package/esm2022/src/app/shared/directives/resizable/resizable.module.mjs +5 -5
- package/esm2022/src/app/shared/file/file.service.mjs +4 -4
- package/esm2022/src/app/shared/form/field.component.mjs +5 -5
- package/esm2022/src/app/shared/form/loading-spinner.mjs +4 -4
- package/esm2022/src/app/shared/gesture/gesture-config.mjs +4 -4
- package/esm2022/src/app/shared/guard/component-dirty.guard.mjs +4 -4
- package/esm2022/src/app/shared/help/help.modal.mjs +4 -4
- package/esm2022/src/app/shared/hotkeys/dialog/hotkeys-dialog.component.mjs +4 -4
- package/esm2022/src/app/shared/hotkeys/hotkeys.service.mjs +4 -4
- package/esm2022/src/app/shared/hotkeys/shared-hotkeys.module.mjs +5 -5
- package/esm2022/src/app/shared/image/gallery/image-gallery.component.mjs +4 -4
- package/esm2022/src/app/shared/image/gallery/image-gallery.module.mjs +5 -5
- package/esm2022/src/app/shared/image/gallery/testing/gallery.service.testing.mjs +4 -4
- package/esm2022/src/app/shared/image/gallery/testing/gallery.testing.mjs +4 -4
- package/esm2022/src/app/shared/image/gallery/testing/gallery.testing.module.mjs +5 -5
- package/esm2022/src/app/shared/image/image.module.mjs +5 -5
- package/esm2022/src/app/shared/image/image.service.mjs +4 -4
- package/esm2022/src/app/shared/logging/logging-service.class.mjs +4 -4
- package/esm2022/src/app/shared/logging/logging-service.module.mjs +5 -5
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.mjs +80 -42
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.module.mjs +10 -7
- package/esm2022/src/app/shared/material/autocomplete/testing/autocomplete.test.mjs +7 -5
- package/esm2022/src/app/shared/material/badge/badge.directive.mjs +4 -4
- package/esm2022/src/app/shared/material/badge/badge.module.mjs +5 -5
- package/esm2022/src/app/shared/material/badge/badge.test.mjs +4 -4
- package/esm2022/src/app/shared/material/boolean/boolean.module.mjs +5 -5
- package/esm2022/src/app/shared/material/boolean/material.boolean.mjs +4 -4
- package/esm2022/src/app/shared/material/boolean/testing/boolean.test.page.mjs +4 -4
- package/esm2022/src/app/shared/material/chips/chips.module.mjs +5 -5
- package/esm2022/src/app/shared/material/chips/material.chips.mjs +77 -64
- package/esm2022/src/app/shared/material/chips/testing/chips.test.mjs +4 -4
- package/esm2022/src/app/shared/material/datetime/datetime.module.mjs +5 -5
- package/esm2022/src/app/shared/material/datetime/material.date.mjs +4 -4
- package/esm2022/src/app/shared/material/datetime/material.dateshort.mjs +4 -4
- package/esm2022/src/app/shared/material/datetime/material.datetime.mjs +4 -4
- package/esm2022/src/app/shared/material/datetime/testing/mat-date-time.test.mjs +4 -4
- package/esm2022/src/app/shared/material/datetime/testing/mat-date.test.mjs +4 -4
- package/esm2022/src/app/shared/material/datetime/testing/mat-dateshort.test.mjs +4 -4
- package/esm2022/src/app/shared/material/duration/duration.module.mjs +5 -5
- package/esm2022/src/app/shared/material/duration/material.duration.mjs +4 -4
- package/esm2022/src/app/shared/material/duration/testing/mat-duration.test.mjs +4 -4
- package/esm2022/src/app/shared/material/latlong/material.latlong.mjs +4 -4
- package/esm2022/src/app/shared/material/latlong/material.latlong.module.mjs +5 -5
- package/esm2022/src/app/shared/material/latlong/testing/latlong.test.mjs +4 -4
- package/esm2022/src/app/shared/material/material.module.mjs +5 -5
- package/esm2022/src/app/shared/material/material.testing.module.mjs +5 -5
- package/esm2022/src/app/shared/material/paginator/material.paginator-i18n.mjs +4 -4
- package/esm2022/src/app/shared/material/stepper/material.stepper-i18n.mjs +4 -4
- package/esm2022/src/app/shared/material/swipe/material.swipe.mjs +4 -4
- package/esm2022/src/app/shared/material/swipe/swipe.module.mjs +5 -5
- package/esm2022/src/app/shared/material/swipe/testing/swipe.test.mjs +4 -4
- package/esm2022/src/app/shared/material/testing/common.test.mjs +4 -4
- package/esm2022/src/app/shared/material/text/testing/text-form.testing.mjs +4 -4
- package/esm2022/src/app/shared/material/text/text-form.component.mjs +4 -4
- package/esm2022/src/app/shared/material/text/text-form.module.mjs +5 -5
- package/esm2022/src/app/shared/named-filter/named-filter-selector.component.mjs +4 -4
- package/esm2022/src/app/shared/named-filter/named-filter.module.mjs +5 -5
- package/esm2022/src/app/shared/named-filter/named-filter.service.mjs +4 -4
- package/esm2022/src/app/shared/pipes/arrays.pipe.mjs +28 -28
- package/esm2022/src/app/shared/pipes/badge.pipes.mjs +4 -4
- package/esm2022/src/app/shared/pipes/colors.pipe.mjs +4 -4
- package/esm2022/src/app/shared/pipes/date-diff-duration.pipe.mjs +5 -5
- package/esm2022/src/app/shared/pipes/date-format.pipe.mjs +7 -7
- package/esm2022/src/app/shared/pipes/date-from-now.pipe.mjs +5 -5
- package/esm2022/src/app/shared/pipes/duration.pipe.mjs +5 -5
- package/esm2022/src/app/shared/pipes/file-size.pipe.mjs +4 -4
- package/esm2022/src/app/shared/pipes/form.pipes.mjs +19 -19
- package/esm2022/src/app/shared/pipes/highlight.pipe.mjs +5 -5
- package/esm2022/src/app/shared/pipes/latlong-format.pipe.mjs +10 -10
- package/esm2022/src/app/shared/pipes/maps.pipe.mjs +13 -13
- package/esm2022/src/app/shared/pipes/maskito.pipe.mjs +4 -4
- package/esm2022/src/app/shared/pipes/math.pipes.mjs +13 -13
- package/esm2022/src/app/shared/pipes/ng-init.pipe.mjs +4 -4
- package/esm2022/src/app/shared/pipes/number-format.pipe.mjs +5 -5
- package/esm2022/src/app/shared/pipes/pipes.module.mjs +5 -5
- package/esm2022/src/app/shared/pipes/property.pipes.mjs +15 -15
- package/esm2022/src/app/shared/pipes/selection.pipes.mjs +22 -22
- package/esm2022/src/app/shared/pipes/string.pipes.mjs +31 -31
- package/esm2022/src/app/shared/pipes/translate-context.pipe.mjs +9 -9
- package/esm2022/src/app/shared/pipes/types.pipes.mjs +13 -13
- package/esm2022/src/app/shared/rx-state.module.mjs +5 -5
- package/esm2022/src/app/shared/services/memory-entity-service.class.mjs +4 -4
- package/esm2022/src/app/shared/services/progress-bar.service.mjs +4 -4
- package/esm2022/src/app/shared/services/startable-observable-service.class.mjs +4 -4
- package/esm2022/src/app/shared/services/startable-service.class.mjs +4 -4
- package/esm2022/src/app/shared/services/translate-context.service.mjs +4 -4
- package/esm2022/src/app/shared/shared-routing.module.mjs +8 -8
- package/esm2022/src/app/shared/shared.module.mjs +5 -5
- package/esm2022/src/app/shared/shared.testing.module.mjs +5 -5
- package/esm2022/src/app/shared/storage/storage-explorer.component.mjs +4 -4
- package/esm2022/src/app/shared/storage/storage-explorer.module.mjs +5 -5
- package/esm2022/src/app/shared/storage/storage-explorer.testing-routing.module.mjs +5 -5
- package/esm2022/src/app/shared/storage/storage-explorer.testing.module.mjs +5 -5
- package/esm2022/src/app/shared/storage/storage.service.mjs +4 -4
- package/esm2022/src/app/shared/testing/observable.test.mjs +4 -4
- package/esm2022/src/app/shared/testing/tests.page.mjs +4 -4
- package/esm2022/src/app/shared/toast/toast.testing.mjs +4 -4
- package/esm2022/src/app/shared/toast/toast.testing.module.mjs +5 -5
- package/esm2022/src/app/shared/toolbar/modal-toolbar.mjs +4 -4
- package/esm2022/src/app/shared/toolbar/toolbar.mjs +4 -4
- package/esm2022/src/app/shared/toolbar/toolbar.module.mjs +5 -5
- package/esm2022/src/app/shared/upload-file/testing/upload-file.testing.mjs +4 -4
- package/esm2022/src/app/shared/upload-file/testing/upload-file.testing.module.mjs +5 -5
- package/esm2022/src/app/shared/upload-file/upload-file-popover.component.mjs +4 -4
- package/esm2022/src/app/shared/upload-file/upload-file.component.mjs +4 -4
- package/esm2022/src/app/shared/validator/form-error-adapter.class.mjs +4 -4
- package/esm2022/src/app/social/job/job.module.mjs +5 -5
- package/esm2022/src/app/social/job/progression/job-progression.component.mjs +4 -4
- package/esm2022/src/app/social/job/progression/job-progression.icon.mjs +4 -4
- package/esm2022/src/app/social/job/progression/job-progression.list.mjs +4 -4
- package/esm2022/src/app/social/job/progression/job-progression.service.mjs +4 -4
- package/esm2022/src/app/social/job/testing/job-progression.testing.mjs +4 -4
- package/esm2022/src/app/social/job/testing/job-progression.testing.service.mjs +4 -4
- package/esm2022/src/app/social/job/testing/job.testing.module.mjs +5 -5
- package/esm2022/src/app/social/message/message.form.mjs +4 -4
- package/esm2022/src/app/social/message/message.modal.mjs +4 -4
- package/esm2022/src/app/social/message/message.module.mjs +5 -5
- package/esm2022/src/app/social/message/message.service.mjs +4 -4
- package/esm2022/src/app/social/social.module.mjs +5 -5
- package/esm2022/src/app/social/social.testing.module.mjs +5 -5
- package/esm2022/src/app/social/user-event/notification/user-event-notification.icon.mjs +4 -4
- package/esm2022/src/app/social/user-event/notification/user-event-notification.list.mjs +4 -4
- package/esm2022/src/app/social/user-event/testing/user-event.testing.mjs +4 -4
- package/esm2022/src/app/social/user-event/testing/user-event.testing.module.mjs +5 -5
- package/esm2022/src/app/social/user-event/testing/user-event.testing.service.mjs +4 -4
- package/esm2022/src/app/social/user-event/user-event.module.mjs +5 -5
- package/esm2022/src/app/social/user-event/user-event.service.mjs +4 -4
- package/esm2022/src/environments/environment.class.mjs +3 -1
- package/esm2022/src/environments/environment.loader.mjs +4 -4
- package/fesm2022/sumaris-net.ngx-components.mjs +1153 -1083
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +2 -2
- package/src/app/core/peer/select-peer.modal.d.ts +13 -7
- package/src/app/shared/material/autocomplete/material.autocomplete.d.ts +19 -3
- package/src/app/shared/material/autocomplete/material.autocomplete.module.d.ts +1 -1
- package/src/app/shared/material/chips/material.chips.d.ts +27 -16
- package/src/assets/i18n/en-US.json +2 -0
- package/src/assets/i18n/en.json +2 -0
- package/src/assets/i18n/fr.json +2 -0
- package/src/assets/manifest.json +1 -1
- package/src/environments/environment.class.d.ts +1 -0
- package/src/theme/_functions.scss +15 -0
- package/src/theme/_mixins.scss +28 -12
- package/src/theme/_ngx-components.forms.scss +18 -0
- package/src/theme/_ngx-components.globals.scss +1 -0
- package/src/theme/_ngx-components.scss +55 -15
- package/src/theme/_ngx-components.table.scss +5 -2
- package/src/theme/_theme.variables.scss +94 -72
|
@@ -5,72 +5,91 @@ html {
|
|
|
5
5
|
&.plt-mobile {
|
|
6
6
|
@include css-variables-to-root-mobile();
|
|
7
7
|
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
html.dark {
|
|
11
|
-
--ion-color-primary: #428cff;
|
|
12
|
-
--ion-color-primary-rgb: 66, 140, 255;
|
|
13
|
-
--ion-color-primary-contrast: #ffffff;
|
|
14
|
-
--ion-color-primary-contrast-rgb: 255, 255, 255;
|
|
15
|
-
--ion-color-primary-shade: #3a7be0;
|
|
16
|
-
--ion-color-primary-tint: #5598ff;
|
|
17
|
-
|
|
18
|
-
--ion-color-secondary: #75C4FD;
|
|
19
|
-
--ion-color-secondary-rgb: 117, 196, 253;
|
|
20
|
-
--ion-color-secondary-contrast: #ffffff;
|
|
21
|
-
--ion-color-secondary-contrast-rgb: 255, 255, 255;
|
|
22
|
-
--ion-color-secondary-shade: #46b0e0;
|
|
23
|
-
--ion-color-secondary-tint: #62ceff;
|
|
24
|
-
|
|
25
|
-
--ion-color-tertiary: #6a64ff;
|
|
26
|
-
--ion-color-tertiary-rgb: 106, 100, 255;
|
|
27
|
-
--ion-color-tertiary-contrast: #ffffff;
|
|
28
|
-
--ion-color-tertiary-contrast-rgb: 255, 255, 255;
|
|
29
|
-
--ion-color-tertiary-shade: #5d58e0;
|
|
30
|
-
--ion-color-tertiary-tint: #7974ff;
|
|
31
|
-
|
|
32
|
-
--ion-color-success: #2fdf75;
|
|
33
|
-
--ion-color-success-rgb: 47, 223, 117;
|
|
34
|
-
--ion-color-success-contrast: #000000;
|
|
35
|
-
--ion-color-success-contrast-rgb: 0, 0, 0;
|
|
36
|
-
--ion-color-success-shade: #29c467;
|
|
37
|
-
--ion-color-success-tint: #44e283;
|
|
38
|
-
|
|
39
|
-
--ion-color-warning: #FF6434;
|
|
40
|
-
--ion-color-warning-rgb: 255, 100, 52;
|
|
41
|
-
--ion-color-warning-contrast: #000000;
|
|
42
|
-
--ion-color-warning-contrast-rgb: 0, 0, 0;
|
|
43
|
-
--ion-color-warning-shade: #E0BB4B;
|
|
44
|
-
--ion-color-warning-tint: #FFDA48;
|
|
45
|
-
|
|
46
|
-
--ion-color-danger: #fa0021;
|
|
47
|
-
--ion-color-danger-rgb: 255, 0, 33;
|
|
48
|
-
--ion-color-danger-contrast: #ffffff;
|
|
49
|
-
--ion-color-danger-contrast-rgb: 255, 255, 255;
|
|
50
|
-
--ion-color-danger-shade: #e04055;
|
|
51
|
-
--ion-color-danger-tint: #ff5b71;
|
|
52
|
-
|
|
53
|
-
--ion-color-dark: #f4f5f8;
|
|
54
|
-
--ion-color-dark-rgb: 244, 245, 248;
|
|
55
|
-
--ion-color-dark-contrast: #000000;
|
|
56
|
-
--ion-color-dark-contrast-rgb: 0, 0, 0;
|
|
57
|
-
--ion-color-dark-shade: #d7d8da;
|
|
58
|
-
--ion-color-dark-tint: #f5f6f9;
|
|
59
|
-
|
|
60
|
-
--ion-color-medium: #989aa2;
|
|
61
|
-
--ion-color-medium-rgb: 152, 154, 162;
|
|
62
|
-
--ion-color-medium-contrast: #000000;
|
|
63
|
-
--ion-color-medium-contrast-rgb: 0, 0, 0;
|
|
64
|
-
--ion-color-medium-shade: #86888f;
|
|
65
|
-
--ion-color-medium-tint: #a2a4ab;
|
|
66
|
-
|
|
67
|
-
--ion-color-light: #222428;
|
|
68
|
-
--ion-color-light-rgb: 34, 36, 40;
|
|
69
|
-
--ion-color-light-contrast: #ffffff;
|
|
70
|
-
--ion-color-light-contrast-rgb: 255, 255, 255;
|
|
71
|
-
--ion-color-light-shade: #1e2023;
|
|
72
|
-
--ion-color-light-tint: #383a3e;
|
|
73
8
|
|
|
9
|
+
&.dark {
|
|
10
|
+
|
|
11
|
+
@include css-variables-to-root-dark();
|
|
12
|
+
|
|
13
|
+
--ion-color-primary: #428cff;
|
|
14
|
+
--ion-color-primary-rgb: 66, 140, 255;
|
|
15
|
+
--ion-color-primary-contrast: #ffffff;
|
|
16
|
+
--ion-color-primary-contrast-rgb: 255, 255, 255;
|
|
17
|
+
--ion-color-primary-shade: #3a7be0;
|
|
18
|
+
--ion-color-primary-tint: #5598ff;
|
|
19
|
+
|
|
20
|
+
--ion-color-secondary: #75C4FD;
|
|
21
|
+
--ion-color-secondary-rgb: 117, 196, 253;
|
|
22
|
+
--ion-color-secondary-contrast: #ffffff;
|
|
23
|
+
--ion-color-secondary-contrast-rgb: 255, 255, 255;
|
|
24
|
+
--ion-color-secondary-shade: #46b0e0;
|
|
25
|
+
--ion-color-secondary-tint: #62ceff;
|
|
26
|
+
|
|
27
|
+
--ion-color-tertiary: #6a64ff;
|
|
28
|
+
--ion-color-tertiary-rgb: 106, 100, 255;
|
|
29
|
+
--ion-color-tertiary-contrast: #ffffff;
|
|
30
|
+
--ion-color-tertiary-contrast-rgb: 255, 255, 255;
|
|
31
|
+
--ion-color-tertiary-shade: #5d58e0;
|
|
32
|
+
--ion-color-tertiary-tint: #7974ff;
|
|
33
|
+
|
|
34
|
+
--ion-color-success: #2fdf75;
|
|
35
|
+
--ion-color-success-rgb: 47, 223, 117;
|
|
36
|
+
--ion-color-success-contrast: #000000;
|
|
37
|
+
--ion-color-success-contrast-rgb: 0, 0, 0;
|
|
38
|
+
--ion-color-success-shade: #29c467;
|
|
39
|
+
--ion-color-success-tint: #44e283;
|
|
40
|
+
|
|
41
|
+
--ion-color-warning: #FF6434;
|
|
42
|
+
--ion-color-warning-rgb: 255, 100, 52;
|
|
43
|
+
--ion-color-warning-contrast: #000000;
|
|
44
|
+
--ion-color-warning-contrast-rgb: 0, 0, 0;
|
|
45
|
+
--ion-color-warning-shade: #E0BB4B;
|
|
46
|
+
--ion-color-warning-tint: #FFDA48;
|
|
47
|
+
|
|
48
|
+
--ion-color-danger: #fa0021;
|
|
49
|
+
--ion-color-danger-rgb: 255, 0, 33;
|
|
50
|
+
--ion-color-danger-contrast: #ffffff;
|
|
51
|
+
--ion-color-danger-contrast-rgb: 255, 255, 255;
|
|
52
|
+
--ion-color-danger-shade: #e04055;
|
|
53
|
+
--ion-color-danger-tint: #ff5b71;
|
|
54
|
+
|
|
55
|
+
--ion-color-dark: #f4f5f8;
|
|
56
|
+
--ion-color-dark-rgb: 244, 245, 248;
|
|
57
|
+
--ion-color-dark-contrast: #000000;
|
|
58
|
+
--ion-color-dark-contrast-rgb: 0, 0, 0;
|
|
59
|
+
--ion-color-dark-shade: #d7d8da;
|
|
60
|
+
--ion-color-dark-tint: #f5f6f9;
|
|
61
|
+
|
|
62
|
+
--ion-color-medium: #989aa2;
|
|
63
|
+
--ion-color-medium-rgb: 152, 154, 162;
|
|
64
|
+
--ion-color-medium-contrast: #000000;
|
|
65
|
+
--ion-color-medium-contrast-rgb: 0, 0, 0;
|
|
66
|
+
--ion-color-medium-shade: #86888f;
|
|
67
|
+
--ion-color-medium-tint: #a2a4ab;
|
|
68
|
+
|
|
69
|
+
--ion-color-light: #222428;
|
|
70
|
+
--ion-color-light-rgb: 34, 36, 40;
|
|
71
|
+
--ion-color-light-contrast: #ffffff;
|
|
72
|
+
--ion-color-light-contrast-rgb: 255, 255, 255;
|
|
73
|
+
--ion-color-light-shade: #1e2023;
|
|
74
|
+
--ion-color-light-tint: #383a3e;
|
|
75
|
+
|
|
76
|
+
--mat-select-panel-background-color: var(--ion-color-step-100);
|
|
77
|
+
|
|
78
|
+
ion-modal {
|
|
79
|
+
--ion-background-color: var(--ion-color-step-100);
|
|
80
|
+
--ion-toolbar-background: var(--ion-color-step-150);
|
|
81
|
+
--ion-toolbar-border-color: var(--ion-color-step-250);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
ion-alert {
|
|
85
|
+
--ion-background-color: var(--ion-color-step-100);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
ion-menu#menu {
|
|
89
|
+
--ion-item-text-color-selected: var(--ion-color-secondary100-contrast);
|
|
90
|
+
--ion-item-icon-color-selected: var(--ion-color-secondary100-contrast);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
74
93
|
}
|
|
75
94
|
|
|
76
95
|
/*
|
|
@@ -79,9 +98,16 @@ html.dark {
|
|
|
79
98
|
*/
|
|
80
99
|
|
|
81
100
|
html.ios.dark {
|
|
101
|
+
--app-form-color-disabled: #949494;
|
|
102
|
+
--app-form-color: var(--ion-text-color);
|
|
103
|
+
--app-form-field-background-color: var(--ion-color-light-tint);
|
|
104
|
+
//--app-form-field-disabled-background-color: var(--ion-color-light);
|
|
105
|
+
|
|
82
106
|
--ion-background-color: #000000;
|
|
83
107
|
--ion-background-color-rgb: 0, 0, 0;
|
|
84
108
|
|
|
109
|
+
//--ion-toolbar-background: #1f1f1f;
|
|
110
|
+
|
|
85
111
|
--ion-text-color: #ffffff;
|
|
86
112
|
--ion-text-color-rgb: 255, 255, 255;
|
|
87
113
|
|
|
@@ -110,12 +136,6 @@ html.ios.dark {
|
|
|
110
136
|
--ion-card-background: #1c1c1d;
|
|
111
137
|
}
|
|
112
138
|
|
|
113
|
-
.ios ion-modal {
|
|
114
|
-
--ion-background-color: var(--ion-color-step-100);
|
|
115
|
-
--ion-toolbar-background: var(--ion-color-step-150);
|
|
116
|
-
--ion-toolbar-border-color: var(--ion-color-step-250);
|
|
117
|
-
}
|
|
118
|
-
|
|
119
139
|
/*
|
|
120
140
|
* Material Design Dark Theme
|
|
121
141
|
* -------------------------------------------
|
|
@@ -125,9 +145,11 @@ html.md.dark {
|
|
|
125
145
|
|
|
126
146
|
--app-form-color-disabled: #949494;
|
|
127
147
|
--app-form-color: var(--ion-text-color);
|
|
148
|
+
--app-form-field-background-color: var(--ion-color-light-tint);
|
|
149
|
+
--app-form-field-label-color: #949494;
|
|
128
150
|
|
|
129
151
|
--ion-background-color: #121212;
|
|
130
|
-
--ion-background-color-rgb: 18,18,18;
|
|
152
|
+
--ion-background-color-rgb: 18,18,18;
|
|
131
153
|
--ion-toolbar-background: #1f1f1f;
|
|
132
154
|
|
|
133
155
|
--ion-text-color: #ffffffde;
|