@sumaris-net/ngx-components 2.9.0 → 2.9.1-8.2
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 +29 -0
- package/esm2022/public_api.mjs +3 -3
- package/esm2022/src/app/admin/services/filter/person.filter.mjs +1 -1
- package/esm2022/src/app/core/account/new-token.modal.mjs +1 -1
- package/esm2022/src/app/core/form/entity/entity-editor-modal.class.mjs +1 -1
- package/esm2022/src/app/core/form/entity/entity-editor.class.mjs +1 -1
- package/esm2022/src/app/core/form/form.utils.mjs +9 -3
- package/esm2022/src/app/core/form/properties/properties.table.mjs +1 -1
- package/esm2022/src/app/core/home/home.mjs +49 -24
- package/esm2022/src/app/core/services/errors.mjs +1 -1
- package/esm2022/src/app/core/services/local-settings.service.mjs +9 -8
- package/esm2022/src/app/core/services/model/entity.model.mjs +1 -1
- package/esm2022/src/app/core/services/model/filter.model.mjs +1 -1
- package/esm2022/src/app/core/services/model/tree-item-entity.model.mjs +1 -1
- package/esm2022/src/app/core/services/testing/referential-filter.model.mjs +1 -1
- package/esm2022/src/app/core/table/testing/table.testing.mjs +1 -1
- package/esm2022/src/app/core/table/testing/table2.testing.mjs +1 -1
- package/esm2022/src/app/shared/form/field.component.mjs +1 -1
- package/esm2022/src/app/shared/forms.mjs +25 -2
- package/esm2022/src/app/shared/functions.mjs +3 -3
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.mjs +43 -66
- package/esm2022/src/app/shared/material/autocomplete/testing/autocomplete.test.mjs +1 -1
- package/esm2022/src/app/shared/material/chips/chips.module.mjs +6 -3
- package/esm2022/src/app/shared/material/chips/material.chips.mjs +77 -59
- package/esm2022/src/app/shared/material/chips/testing/chips.test.mjs +3 -6
- package/esm2022/src/app/shared/material/paginator/material.paginator-i18n.mjs +11 -2
- package/esm2022/src/app/shared/named-filter/named-filter-selector.component.mjs +2 -6
- package/esm2022/src/app/shared/services/entity-service.class.mjs +1 -1
- package/esm2022/src/app/shared/services/memory-entity-service.class.mjs +1 -1
- package/esm2022/src/app/shared/types.mjs +1 -1
- package/esm2022/src/app/social/message/message.form.mjs +1 -1
- package/esm2022/src/app/social/message/message.model.mjs +1 -1
- package/esm2022/src/app/social/user-event/notification/user-event-notification.list.mjs +3 -3
- package/esm2022/src/app/social/user-event/testing/user-event.testing.model.mjs +1 -1
- package/fesm2022/sumaris-net.ngx-components.mjs +221 -171
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/public_api.d.ts +2 -2
- package/src/app/admin/services/filter/person.filter.d.ts +1 -1
- package/src/app/core/form/entity/entity-editor-modal.class.d.ts +1 -1
- package/src/app/core/form/entity/entity-editor.class.d.ts +1 -10
- package/src/app/core/form/form.utils.d.ts +7 -1
- package/src/app/core/form/properties/properties.table.d.ts +1 -2
- package/src/app/core/home/home.d.ts +19 -5
- package/src/app/core/services/errors.d.ts +10 -0
- package/src/app/core/services/local-settings.service.d.ts +3 -1
- package/src/app/core/services/model/entity.model.d.ts +1 -2
- package/src/app/core/services/model/filter.model.d.ts +1 -1
- package/src/app/core/services/model/tree-item-entity.model.d.ts +1 -1
- package/src/app/core/services/testing/referential-filter.model.d.ts +1 -1
- package/src/app/shared/forms.d.ts +4 -0
- package/src/app/shared/material/autocomplete/material.autocomplete.d.ts +10 -11
- package/src/app/shared/material/chips/chips.module.d.ts +2 -1
- package/src/app/shared/material/chips/material.chips.d.ts +8 -4
- package/src/app/shared/services/entity-service.class.d.ts +0 -2
- package/src/app/shared/services/memory-entity-service.class.d.ts +2 -1
- package/src/app/shared/types.d.ts +3 -0
- package/src/app/social/message/message.model.d.ts +1 -1
- package/src/app/social/user-event/testing/user-event.testing.model.d.ts +2 -3
- package/src/assets/i18n/fr.json +3 -1
- package/src/assets/manifest.json +1 -1
- package/src/theme/_ngx-components.forms.scss +43 -3
- package/src/theme/_ngx-components.scss +4 -1
- package/src/theme/_responsive.scss +0 -31
|
@@ -326,37 +326,6 @@ body {
|
|
|
326
326
|
}
|
|
327
327
|
}
|
|
328
328
|
|
|
329
|
-
// --------------------------------------------------
|
|
330
|
-
// Forms
|
|
331
|
-
// --------------------------------------------------
|
|
332
|
-
// On small screen, align label on left
|
|
333
|
-
@media screen and (max-width: $screen-sm-max) {
|
|
334
|
-
form ion-col>ion-label.ion-float-center,
|
|
335
|
-
form ion-col>ion-label.ion-float-end {
|
|
336
|
-
display: block;
|
|
337
|
-
width: 100%;
|
|
338
|
-
text-align: start !important;
|
|
339
|
-
line-height: 37px;
|
|
340
|
-
margin-top: 0;
|
|
341
|
-
margin-bottom: 0;
|
|
342
|
-
margin-right: 0;
|
|
343
|
-
//padding-left: var(--ion-label-padding, 11px);
|
|
344
|
-
//background-color: var(--ion-color-light);
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
// On large screen, align label on right
|
|
349
|
-
@media screen and (min-width: $screen-md) {
|
|
350
|
-
form ion-col > ion-label.ion-float-center,
|
|
351
|
-
form ion-col > ion-label.ion-float-end {
|
|
352
|
-
display: block;
|
|
353
|
-
text-align: end !important;
|
|
354
|
-
line-height: 37px;
|
|
355
|
-
margin-top: 11px;
|
|
356
|
-
margin-bottom: 11px;
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
|
|
360
329
|
// --------------------------------------------------
|
|
361
330
|
// Modals
|
|
362
331
|
// --------------------------------------------------
|