@colijnit/sharedcomponents 1.0.25 → 1.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -11
- package/bundles/colijnit-sharedcomponents.umd.js +3704 -0
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -0
- package/colijnit-sharedcomponents.d.ts +16 -0
- package/colijnit-sharedcomponents.metadata.json +1 -0
- package/esm2015/colijnit-sharedcomponents.js +17 -0
- package/esm2015/lib/assets/dictionary/text.properties.js +11 -0
- package/esm2015/lib/components/circular-gauge/co-circular-gauge.component.js +124 -0
- package/esm2015/lib/components/circular-gauge/co-circular-gauge.module.js +21 -0
- package/esm2015/lib/components/docsign/component/signature/signature.component.js +75 -0
- package/esm2015/lib/components/docsign/component/signatures/signatures.component.js +44 -0
- package/esm2015/lib/components/docsign/docsign.component.js +225 -0
- package/esm2015/lib/components/docsign/docsign.module.js +23 -0
- package/esm2015/lib/components/key-pad/key-pad.component.js +191 -0
- package/esm2015/lib/components/key-pad/key-pad.module.js +21 -0
- package/esm2015/lib/components/layout-switcher/layout-switcher.component.js +74 -0
- package/esm2015/lib/components/layout-switcher/layout-switcher.module.js +21 -0
- package/esm2015/lib/components/linear-gauge/co-linear-gauge.component.js +55 -0
- package/esm2015/lib/components/linear-gauge/co-linear-gauge.module.js +19 -0
- package/esm2015/lib/components/send-method-dialog/enums/send-option.js +8 -0
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +309 -0
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.module.js +31 -0
- package/esm2015/lib/components/statusbar/statusbar.component.js +81 -0
- package/esm2015/lib/components/statusbar/statusbar.module.js +23 -0
- package/esm2015/lib/components/stock/stock-information/stock-information.component.js +54 -0
- package/esm2015/lib/components/stock/stock-information-grid/stock-information-grid.component.js +350 -0
- package/esm2015/lib/components/stock/stock-location/stock-location.component.js +62 -0
- package/esm2015/lib/components/stock/stock-transfer/co-drop-down-list-fields.interface.js +2 -0
- package/esm2015/lib/components/stock/stock-transfer/stock-change-amount.component.js +68 -0
- package/esm2015/lib/components/stock/stock-transfer/stock-transfer.component.js +130 -0
- package/esm2015/lib/components/stock/stock.component.js +140 -0
- package/esm2015/lib/components/stock/stock.module.js +48 -0
- package/esm2015/lib/enum/icon.enum.js +19 -0
- package/esm2015/lib/enum/keyboard-code.enum.js +32 -0
- package/esm2015/lib/enum/language-code.enum.js +8 -0
- package/esm2015/lib/factory/business-object-factory.js +120 -0
- package/esm2015/lib/factory/decorators/boolean.decorator.js +102 -0
- package/esm2015/lib/factory/decorators/complex-array.decorator.js +55 -0
- package/esm2015/lib/factory/decorators/complex-field.decorator.js +57 -0
- package/esm2015/lib/factory/decorators/date-field.decorator.js +36 -0
- package/esm2015/lib/factory/decorators/string-number.decorator.js +43 -0
- package/esm2015/lib/model/business-object.js +81 -0
- package/esm2015/lib/model/icon-svg.js +18 -0
- package/esm2015/lib/service/dictionary.service.js +76 -0
- package/esm2015/lib/service/icon-cache.service.js +51 -0
- package/esm2015/lib/service/options.service.js +71 -0
- package/esm2015/lib/service/shared-connector.service.js +278 -0
- package/esm2015/lib/service/shared.service.js +30 -0
- package/esm2015/lib/service/stock.service.js +95 -0
- package/esm2015/lib/utils/array-utils.js +183 -0
- package/esm2015/lib/utils/is-nill.function.js +5 -0
- package/esm2015/lib/utils/string-utils.js +64 -0
- package/esm2015/public-api.js +21 -0
- package/fesm2015/colijnit-sharedcomponents.js +3514 -0
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -0
- package/lib/assets/dictionary/text.properties.d.ts +3 -0
- package/lib/components/circular-gauge/co-circular-gauge.component.d.ts +20 -0
- package/lib/components/circular-gauge/co-circular-gauge.module.d.ts +2 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/circular-gauge/style/_layout.scss +6 -3
- package/{projects/sharedcomponents/src/lib → lib}/components/circular-gauge/style/_material-definition.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/circular-gauge/style/_theme.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/circular-gauge/style/material.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/date-planning/component/agenda/style/_layout.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/date-planning/component/agenda/style/_material-definition.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/date-planning/component/agenda/style/_theme.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/date-planning/component/agenda/style/material.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/date-planning/component/calendar/style/_layout.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/date-planning/component/calendar/style/_material-definition.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/date-planning/component/calendar/style/_theme.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/date-planning/component/calendar/style/material.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/date-planning/style/_layout.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/date-planning/style/_material-definition.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/date-planning/style/_theme.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/date-planning/style/material.scss +0 -0
- package/lib/components/docsign/component/signature/signature.component.d.ts +16 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/docsign/component/signature/style/_layout.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/docsign/component/signature/style/_material-definition.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/docsign/component/signature/style/_theme.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/docsign/component/signature/style/material.scss +0 -0
- package/lib/components/docsign/component/signatures/signatures.component.d.ts +12 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/docsign/component/signatures/style/_layout.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/docsign/component/signatures/style/_material-definition.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/docsign/component/signatures/style/_theme.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/docsign/component/signatures/style/material.scss +0 -0
- package/lib/components/docsign/docsign.component.d.ts +92 -0
- package/lib/components/docsign/docsign.module.d.ts +2 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/docsign/style/_layout.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/docsign/style/_material-definition.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/docsign/style/_theme.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/docsign/style/material.scss +0 -0
- package/lib/components/key-pad/key-pad.component.d.ts +36 -0
- package/lib/components/key-pad/key-pad.module.d.ts +2 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/key-pad/style/_layout.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/key-pad/style/_material-definition.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/key-pad/style/_theme.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/key-pad/style/material.scss +0 -0
- package/lib/components/layout-switcher/layout-switcher.component.d.ts +16 -0
- package/lib/components/layout-switcher/layout-switcher.module.d.ts +2 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/layout-switcher/style/_layout.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/layout-switcher/style/_material-definition.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/layout-switcher/style/_theme.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/layout-switcher/style/material.scss +0 -0
- package/lib/components/linear-gauge/co-linear-gauge.component.d.ts +16 -0
- package/lib/components/linear-gauge/co-linear-gauge.module.d.ts +2 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/linear-gauge/style/_layout.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/linear-gauge/style/_material-definition.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/linear-gauge/style/_theme.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/linear-gauge/style/material.scss +0 -0
- package/lib/components/send-method-dialog/enums/send-option.d.ts +6 -0
- package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +62 -0
- package/lib/components/send-method-dialog/send-method-dialog.module.d.ts +2 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/send-method-dialog/style/_layout.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/send-method-dialog/style/_material-definition.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/send-method-dialog/style/_theme.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/send-method-dialog/style/material.scss +0 -0
- package/lib/components/statusbar/statusbar.component.d.ts +22 -0
- package/lib/components/statusbar/statusbar.module.d.ts +2 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/statusbar/style/_layout.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/statusbar/style/_material-definition.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/statusbar/style/_theme.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/statusbar/style/material.scss +0 -0
- package/lib/components/stock/stock-information/stock-information.component.d.ts +10 -0
- package/lib/components/stock/stock-information-grid/stock-information-grid.component.d.ts +60 -0
- package/lib/components/stock/stock-location/stock-location.component.d.ts +15 -0
- package/{projects/sharedcomponents/src/lib/components/stock/stock-transfer/co-drop-down-list-fields.interface.ts → lib/components/stock/stock-transfer/co-drop-down-list-fields.interface.d.ts} +2 -2
- package/lib/components/stock/stock-transfer/stock-change-amount.component.d.ts +18 -0
- package/lib/components/stock/stock-transfer/stock-transfer.component.d.ts +36 -0
- package/lib/components/stock/stock.component.d.ts +42 -0
- package/lib/components/stock/stock.module.d.ts +2 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/stock/style/_layout.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/stock/style/_material-definition.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/stock/style/_theme.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/components/stock/style/material.scss +0 -0
- package/{projects/sharedcomponents/src/lib/enum/icon.enum.ts → lib/enum/icon.enum.d.ts} +2 -3
- package/lib/enum/keyboard-code.enum.d.ts +30 -0
- package/lib/enum/language-code.enum.d.ts +6 -0
- package/lib/factory/business-object-factory.d.ts +23 -0
- package/lib/factory/decorators/boolean.decorator.d.ts +43 -0
- package/lib/factory/decorators/complex-array.decorator.d.ts +25 -0
- package/lib/factory/decorators/complex-field.decorator.d.ts +25 -0
- package/lib/factory/decorators/date-field.decorator.d.ts +17 -0
- package/lib/factory/decorators/string-number.decorator.d.ts +22 -0
- package/lib/model/business-object.d.ts +7 -0
- package/lib/model/icon-svg.d.ts +4 -0
- package/lib/service/dictionary.service.d.ts +21 -0
- package/lib/service/icon-cache.service.d.ts +18 -0
- package/lib/service/options.service.d.ts +13 -0
- package/lib/service/shared-connector.service.d.ts +43 -0
- package/lib/service/shared.service.d.ts +8 -0
- package/lib/service/stock.service.d.ts +38 -0
- package/{projects/sharedcomponents/src/lib → lib}/style/_mixin.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/style/_variables.scss +0 -0
- package/{projects/sharedcomponents/src/lib → lib}/style/sharedcomponents-globals.scss +0 -0
- package/lib/utils/array-utils.d.ts +57 -0
- package/lib/utils/is-nill.function.d.ts +1 -0
- package/lib/utils/string-utils.d.ts +22 -0
- package/package.json +26 -74
- package/{projects/sharedcomponents/src/public-api.ts → public-api.d.ts} +0 -5
- package/.browserslistrc +0 -16
- package/.editorconfig +0 -16
- package/.vscode/extensions.json +0 -4
- package/.vscode/launch.json +0 -20
- package/.vscode/tasks.json +0 -42
- package/Sharedcomponents.iml +0 -11
- package/angular.json +0 -133
- package/karma.conf.js +0 -44
- package/move-assets.js +0 -14
- package/projects/sharedcomponents/.browserslistrc +0 -16
- package/projects/sharedcomponents/README.md +0 -24
- package/projects/sharedcomponents/karma.conf.js +0 -44
- package/projects/sharedcomponents/ng-package.json +0 -17
- package/projects/sharedcomponents/package.json +0 -18
- package/projects/sharedcomponents/src/lib/assets/dictionary/text.properties.ts +0 -8
- package/projects/sharedcomponents/src/lib/assets/icons/angle_left_solid.svg +0 -1
- package/projects/sharedcomponents/src/lib/assets/icons/angle_right_solid.svg +0 -1
- package/projects/sharedcomponents/src/lib/assets/icons/arrow_fat_right.svg +0 -1
- package/projects/sharedcomponents/src/lib/assets/icons/arrow_point_left.svg +0 -8
- package/projects/sharedcomponents/src/lib/assets/icons/arrow_point_right.svg +0 -4
- package/projects/sharedcomponents/src/lib/assets/icons/bring_forward_regular.svg +0 -1
- package/projects/sharedcomponents/src/lib/assets/icons/check_round.svg +0 -1
- package/projects/sharedcomponents/src/lib/assets/icons/delete_left_regular.svg +0 -1
- package/projects/sharedcomponents/src/lib/assets/icons/delivery_truck.svg +0 -12
- package/projects/sharedcomponents/src/lib/assets/icons/email.svg +0 -5
- package/projects/sharedcomponents/src/lib/assets/icons/pdf.svg +0 -15
- package/projects/sharedcomponents/src/lib/assets/icons/print.svg +0 -10
- package/projects/sharedcomponents/src/lib/assets/icons/signature_field.svg +0 -9
- package/projects/sharedcomponents/src/lib/assets/icons/xml.svg +0 -9
- package/projects/sharedcomponents/src/lib/components/circular-gauge/co-circular-gauge.component.ts +0 -139
- package/projects/sharedcomponents/src/lib/components/circular-gauge/co-circular-gauge.module.ts +0 -19
- package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-base-view.component.ts +0 -68
- package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-day-view.component.ts +0 -31
- package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-event.component.ts +0 -67
- package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-events.component.ts +0 -48
- package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-half-hour-cell.component.ts +0 -81
- package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-header.component.ts +0 -265
- package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-hour-cell.component.ts +0 -38
- package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-hour-view-labels.component.ts +0 -50
- package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-hour-view.component.ts +0 -46
- package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-month-view.component.ts +0 -65
- package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-view.component.ts +0 -38
- package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-week-select-view.component.ts +0 -63
- package/projects/sharedcomponents/src/lib/components/date-planning/component/agenda/agenda-week-view.component.ts +0 -46
- package/projects/sharedcomponents/src/lib/components/date-planning/component/calendar/calendar-all-months.component.ts +0 -37
- package/projects/sharedcomponents/src/lib/components/date-planning/component/calendar/calendar-all-years.component.ts +0 -52
- package/projects/sharedcomponents/src/lib/components/date-planning/component/calendar/calendar-header.component.ts +0 -124
- package/projects/sharedcomponents/src/lib/components/date-planning/component/calendar/calendar-view.component.ts +0 -201
- package/projects/sharedcomponents/src/lib/components/date-planning/component/calendar/calendar.component.ts +0 -35
- package/projects/sharedcomponents/src/lib/components/date-planning/date-planning.component.ts +0 -133
- package/projects/sharedcomponents/src/lib/components/date-planning/date-planning.module.ts +0 -56
- package/projects/sharedcomponents/src/lib/components/docsign/component/signature/signature.component.ts +0 -82
- package/projects/sharedcomponents/src/lib/components/docsign/component/signatures/signatures.component.ts +0 -50
- package/projects/sharedcomponents/src/lib/components/docsign/docsign.component.ts +0 -252
- package/projects/sharedcomponents/src/lib/components/docsign/docsign.module.ts +0 -22
- package/projects/sharedcomponents/src/lib/components/key-pad/key-pad.component.ts +0 -205
- package/projects/sharedcomponents/src/lib/components/key-pad/key-pad.module.ts +0 -19
- package/projects/sharedcomponents/src/lib/components/layout-switcher/layout-switcher.component.ts +0 -98
- package/projects/sharedcomponents/src/lib/components/layout-switcher/layout-switcher.module.ts +0 -21
- package/projects/sharedcomponents/src/lib/components/linear-gauge/co-linear-gauge.component.ts +0 -56
- package/projects/sharedcomponents/src/lib/components/linear-gauge/co-linear-gauge.module.ts +0 -17
- package/projects/sharedcomponents/src/lib/components/send-method-dialog/enums/send-option.ts +0 -6
- package/projects/sharedcomponents/src/lib/components/send-method-dialog/send-method-dialog.component.ts +0 -342
- package/projects/sharedcomponents/src/lib/components/send-method-dialog/send-method-dialog.module.ts +0 -33
- package/projects/sharedcomponents/src/lib/components/statusbar/statusbar.component.ts +0 -97
- package/projects/sharedcomponents/src/lib/components/statusbar/statusbar.module.ts +0 -21
- package/projects/sharedcomponents/src/lib/components/stock/stock-in-order/stock-in-order.component.ts +0 -0
- package/projects/sharedcomponents/src/lib/components/stock/stock-information/stock-information.component.ts +0 -64
- package/projects/sharedcomponents/src/lib/components/stock/stock-information-grid/stock-information-grid.component.ts +0 -384
- package/projects/sharedcomponents/src/lib/components/stock/stock-location/stock-location.component.ts +0 -84
- package/projects/sharedcomponents/src/lib/components/stock/stock-transfer/stock-change-amount.component.ts +0 -73
- package/projects/sharedcomponents/src/lib/components/stock/stock-transfer/stock-transfer.component.ts +0 -153
- package/projects/sharedcomponents/src/lib/components/stock/stock.component.ts +0 -165
- package/projects/sharedcomponents/src/lib/components/stock/stock.module.ts +0 -51
- package/projects/sharedcomponents/src/lib/enum/calendar-view.enum.ts +0 -6
- package/projects/sharedcomponents/src/lib/enum/keyboard-code.enum.ts +0 -30
- package/projects/sharedcomponents/src/lib/enum/language-code.enum.ts +0 -6
- package/projects/sharedcomponents/src/lib/enum/month.enum.ts +0 -15
- package/projects/sharedcomponents/src/lib/enum/time-period.enum.ts +0 -9
- package/projects/sharedcomponents/src/lib/factory/business-object-factory.ts +0 -120
- package/projects/sharedcomponents/src/lib/factory/decorators/boolean.decorator.ts +0 -113
- package/projects/sharedcomponents/src/lib/factory/decorators/complex-array.decorator.ts +0 -61
- package/projects/sharedcomponents/src/lib/factory/decorators/complex-field.decorator.ts +0 -63
- package/projects/sharedcomponents/src/lib/factory/decorators/date-field.decorator.ts +0 -41
- package/projects/sharedcomponents/src/lib/factory/decorators/string-number.decorator.ts +0 -48
- package/projects/sharedcomponents/src/lib/model/agenda-event-per-day.model.ts +0 -6
- package/projects/sharedcomponents/src/lib/model/agenda-event.model.ts +0 -17
- package/projects/sharedcomponents/src/lib/model/agenda-null-objects.ts +0 -11
- package/projects/sharedcomponents/src/lib/model/business-object.ts +0 -85
- package/projects/sharedcomponents/src/lib/model/constant/all-months.ts +0 -17
- package/projects/sharedcomponents/src/lib/model/date-range.ts +0 -10
- package/projects/sharedcomponents/src/lib/model/day.model.ts +0 -9
- package/projects/sharedcomponents/src/lib/model/icon-svg.ts +0 -18
- package/projects/sharedcomponents/src/lib/model/month.model.ts +0 -11
- package/projects/sharedcomponents/src/lib/model/time-window.bo.ts +0 -21
- package/projects/sharedcomponents/src/lib/model/week.model.ts +0 -5
- package/projects/sharedcomponents/src/lib/model/weekday.model.ts +0 -17
- package/projects/sharedcomponents/src/lib/pipe/array-number.pipe.ts +0 -14
- package/projects/sharedcomponents/src/lib/pipe/master-pipes.ts +0 -7
- package/projects/sharedcomponents/src/lib/pipe/ucfirst.pipe.ts +0 -14
- package/projects/sharedcomponents/src/lib/service/dictionary.service.ts +0 -86
- package/projects/sharedcomponents/src/lib/service/icon-cache.service.ts +0 -51
- package/projects/sharedcomponents/src/lib/service/options.service.ts +0 -66
- package/projects/sharedcomponents/src/lib/service/shared-connector.service.ts +0 -258
- package/projects/sharedcomponents/src/lib/service/shared-initializer.service.ts +0 -29
- package/projects/sharedcomponents/src/lib/service/shared.service.ts +0 -21
- package/projects/sharedcomponents/src/lib/service/stock.service.ts +0 -95
- package/projects/sharedcomponents/src/lib/utils/array-utils.ts +0 -202
- package/projects/sharedcomponents/src/lib/utils/calendar.utils.ts +0 -75
- package/projects/sharedcomponents/src/lib/utils/date-utils.ts +0 -302
- package/projects/sharedcomponents/src/lib/utils/function/not-nill.function.ts +0 -4
- package/projects/sharedcomponents/src/lib/utils/is-nill.function.ts +0 -4
- package/projects/sharedcomponents/src/lib/utils/string-utils.ts +0 -67
- package/projects/sharedcomponents/src/test.ts +0 -27
- package/projects/sharedcomponents/tsconfig.lib.json +0 -18
- package/projects/sharedcomponents/tsconfig.lib.prod.json +0 -10
- package/projects/sharedcomponents/tsconfig.spec.json +0 -17
- package/script/merge-icons.js +0 -39
- package/src/app/app.component.scss +0 -9
- package/src/app/app.component.spec.ts +0 -31
- package/src/app/app.component.ts +0 -156
- package/src/app/app.module.ts +0 -60
- package/src/assets/.gitkeep +0 -0
- package/src/environments/environment.prod.ts +0 -3
- package/src/environments/environment.ts +0 -16
- package/src/favicon.ico +0 -0
- package/src/index.html +0 -13
- package/src/main.ts +0 -12
- package/src/polyfills.ts +0 -53
- package/src/styles.scss +0 -40
- package/src/test.ts +0 -26
- package/tsconfig.app.json +0 -15
- package/tsconfig.json +0 -65
- package/tsconfig.spec.json +0 -18
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { AxisModel, CircularGaugeComponent } from "@syncfusion/ej2-angular-circulargauge";
|
|
2
|
+
import { AnnotationModel } from "@syncfusion/ej2-circulargauge/src/circular-gauge/axes/axis-model";
|
|
3
|
+
export declare class CoCircularGaugeComponent {
|
|
4
|
+
circulargauge: CircularGaugeComponent;
|
|
5
|
+
set value(value: number);
|
|
6
|
+
get value(): number;
|
|
7
|
+
get color(): string;
|
|
8
|
+
showClass(): boolean;
|
|
9
|
+
private _value;
|
|
10
|
+
private _color;
|
|
11
|
+
majorTicks: Object;
|
|
12
|
+
minorTicks: Object;
|
|
13
|
+
labelStyle: Object;
|
|
14
|
+
lineStyle: Object;
|
|
15
|
+
ranges: Object[];
|
|
16
|
+
getAxes(): AxisModel[];
|
|
17
|
+
getPointers(): Object[];
|
|
18
|
+
getAnnotations(): AnnotationModel[];
|
|
19
|
+
private _setColor;
|
|
20
|
+
}
|
package/{projects/sharedcomponents/src/lib → lib}/components/circular-gauge/style/_layout.scss
RENAMED
|
@@ -13,12 +13,15 @@
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.annotation {
|
|
16
|
-
display: flex;
|
|
17
|
-
justify-content: start;
|
|
18
16
|
font-family: $circular-gauge-annotation-font-family;
|
|
19
17
|
font-size: $circular-gauge-annotation-font-size;
|
|
20
18
|
font-weight: $circular-gauge-annotation-font-weight;
|
|
21
|
-
|
|
19
|
+
display: flex;
|
|
20
|
+
justify-content: center;
|
|
21
|
+
align-items: center;
|
|
22
|
+
position: absolute;
|
|
23
|
+
top: -1px;
|
|
24
|
+
left: -7px;
|
|
22
25
|
}
|
|
23
26
|
}
|
|
24
27
|
}
|
|
File without changes
|
package/{projects/sharedcomponents/src/lib → lib}/components/circular-gauge/style/_theme.scss
RENAMED
|
File without changes
|
package/{projects/sharedcomponents/src/lib → lib}/components/circular-gauge/style/material.scss
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{projects/sharedcomponents/src/lib → lib}/components/date-planning/style/_layout.scss
RENAMED
|
File without changes
|
|
File without changes
|
package/{projects/sharedcomponents/src/lib → lib}/components/date-planning/style/_theme.scss
RENAMED
|
File without changes
|
package/{projects/sharedcomponents/src/lib → lib}/components/date-planning/style/material.scss
RENAMED
|
File without changes
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter } from "@angular/core";
|
|
2
|
+
import SignaturePad from "signature_pad";
|
|
3
|
+
export declare class SignatureComponent {
|
|
4
|
+
set content(content: ElementRef);
|
|
5
|
+
title: string;
|
|
6
|
+
saveButtonLabel: string;
|
|
7
|
+
clearButtonLabel: string;
|
|
8
|
+
save: EventEmitter<string>;
|
|
9
|
+
showClass(): boolean;
|
|
10
|
+
signature: SignaturePad;
|
|
11
|
+
signatureCanvas: ElementRef;
|
|
12
|
+
handleSave(event: MouseEvent): void;
|
|
13
|
+
handleClear(event: MouseEvent): void;
|
|
14
|
+
private _initCanvas;
|
|
15
|
+
private _resizeSignatureCanvas;
|
|
16
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
|
+
export declare class SignaturesComponent {
|
|
3
|
+
showFirstSignature: boolean;
|
|
4
|
+
firstSignatureTitle: string;
|
|
5
|
+
showSecondSignature: boolean;
|
|
6
|
+
secondSignatureTitle: string;
|
|
7
|
+
saveButtonLabel: string;
|
|
8
|
+
clearButtonLabel: string;
|
|
9
|
+
saveFirstSignature: EventEmitter<string>;
|
|
10
|
+
saveSecondSignature: EventEmitter<string>;
|
|
11
|
+
showClass(): boolean;
|
|
12
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter } from "@angular/core";
|
|
2
|
+
import { PDFDocument } from "pdf-lib";
|
|
3
|
+
export interface TextDimension {
|
|
4
|
+
x: number;
|
|
5
|
+
y: number;
|
|
6
|
+
width: number;
|
|
7
|
+
height: number;
|
|
8
|
+
page: number;
|
|
9
|
+
}
|
|
10
|
+
export declare class DocsignComponent {
|
|
11
|
+
iframe: ElementRef;
|
|
12
|
+
/**
|
|
13
|
+
* Load an existing [[PDFDocument]]. The input data can be provided in
|
|
14
|
+
* multiple formats:
|
|
15
|
+
*
|
|
16
|
+
* | Type | Contents |
|
|
17
|
+
* | ------------- | ------------------------------------------------------ |
|
|
18
|
+
* | `string` | A base64 encoded string (or data URI) containing a PDF |
|
|
19
|
+
* | `Uint8Array` | The raw bytes of a PDF |
|
|
20
|
+
* | `ArrayBuffer` | The raw bytes of a PDF |
|
|
21
|
+
*
|
|
22
|
+
* For example:
|
|
23
|
+
* ```js
|
|
24
|
+
* import { PDFDocument } from 'pdf-lib'
|
|
25
|
+
*
|
|
26
|
+
* // pdf=string
|
|
27
|
+
* const base64 =
|
|
28
|
+
* 'JVBERi0xLjcKJYGBgYEKCjUgMCBvYmoKPDwKL0ZpbHRlciAvRmxhdGVEZWNvZGUKL0xlbm' +
|
|
29
|
+
* 'd0aCAxMDQKPj4Kc3RyZWFtCniccwrhMlAAwaJ0Ln2P1Jyy1JLM5ERdc0MjCwUjE4WQNC4Q' +
|
|
30
|
+
* '6cNlCFZkqGCqYGSqEJLLZWNuYGZiZmbkYuZsZmlmZGRgZmluDCQNzc3NTM2NzdzMXMxMjQ' +
|
|
31
|
+
* 'ztFEKyuEK0uFxDuAAOERdVCmVuZHN0cmVhbQplbmRvYmoKCjYgMCBvYmoKPDwKL0ZpbHRl' +
|
|
32
|
+
* 'ciAvRmxhdGVEZWNvZGUKL1R5cGUgL09ialN0bQovTiA0Ci9GaXJzdCAyMAovTGVuZ3RoID' +
|
|
33
|
+
* 'IxNQo+PgpzdHJlYW0KeJxVj9GqwjAMhu/zFHkBzTo3nCCCiiKIHPEICuJF3cKoSCu2E8/b' +
|
|
34
|
+
* '20wPIr1p8v9/8kVhgilmGfawX2CGaVrgcAi0/bsy0lrX7IGWpvJ4iJYEN3gEmrrGBlQwGs' +
|
|
35
|
+
* 'HHO9VBX1wNrxAqMX87RBD5xpJuddqwd82tjAHxzV1U5LPgy52DKXWnr1Lheg+j/c/pzGVr' +
|
|
36
|
+
* 'iqV0VlwZPXGPCJjElw/ybkwUmeoWgxesDXGhHJC/D/iikp1Av80ptKU0FdBEe25pPihAM1' +
|
|
37
|
+
* 'u6ytgaaWfs2Hrz35CJT1+EWmAKZW5kc3RyZWFtCmVuZG9iagoKNyAwIG9iago8PAovU2l6' +
|
|
38
|
+
* 'ZSA4Ci9Sb290IDIgMCBSCi9GaWx0ZXIgL0ZsYXRlRGVjb2RlCi9UeXBlIC9YUmVmCi9MZW' +
|
|
39
|
+
* '5ndGggMzgKL1cgWyAxIDIgMiBdCi9JbmRleCBbIDAgOCBdCj4+CnN0cmVhbQp4nBXEwREA' +
|
|
40
|
+
* 'EBAEsCwz3vrvRmOOyyOoGhZdutHN2MT55fIAVocD+AplbmRzdHJlYW0KZW5kb2JqCgpzdG' +
|
|
41
|
+
* 'FydHhyZWYKNTEwCiUlRU9G'
|
|
42
|
+
*
|
|
43
|
+
* const dataUri = 'data:application/pdf;base64,' + base64
|
|
44
|
+
*
|
|
45
|
+
* const pdfDoc1 = await PDFDocument.load(base64)
|
|
46
|
+
* const pdfDoc2 = await PDFDocument.load(dataUri)
|
|
47
|
+
*
|
|
48
|
+
* // pdf=Uint8Array
|
|
49
|
+
* import fs from 'fs'
|
|
50
|
+
* const uint8Array = fs.readFileSync('with_update_sections.pdf')
|
|
51
|
+
* const pdfDoc3 = await PDFDocument.load(uint8Array)
|
|
52
|
+
*
|
|
53
|
+
* // pdf=ArrayBuffer
|
|
54
|
+
* const url = 'https://pdf-lib.js.org/assets/with_update_sections.pdf'
|
|
55
|
+
* const arrayBuffer = await fetch(url).then(res => res.arrayBuffer())
|
|
56
|
+
* const pdfDoc4 = await PDFDocument.load(arrayBuffer)
|
|
57
|
+
*
|
|
58
|
+
* ```
|
|
59
|
+
*
|
|
60
|
+
* @param pdf The input data containing a PDF document.
|
|
61
|
+
* @param options The options to be used when loading the document.
|
|
62
|
+
* @returns Resolves with a document loaded from the input.
|
|
63
|
+
*/
|
|
64
|
+
set pdf(value: any);
|
|
65
|
+
get pdf(): any;
|
|
66
|
+
firstSignatureLabel: string;
|
|
67
|
+
firstSignatureField: string;
|
|
68
|
+
secondSignatureLabel: string;
|
|
69
|
+
secondSignatureField: string;
|
|
70
|
+
saveButtonLabel: string;
|
|
71
|
+
clearButtonLabel: string;
|
|
72
|
+
signDocumentButtonLabel: string;
|
|
73
|
+
cancelButtonLabel: string;
|
|
74
|
+
pdfSaved: EventEmitter<string>;
|
|
75
|
+
cancelClick: EventEmitter<MouseEvent>;
|
|
76
|
+
showClass(): boolean;
|
|
77
|
+
showSignaturePopup: boolean;
|
|
78
|
+
showSigBuyer: boolean;
|
|
79
|
+
sigBuyerPosition: TextDimension;
|
|
80
|
+
showSigSeller: boolean;
|
|
81
|
+
sigSellerPosition: TextDimension;
|
|
82
|
+
showSignatures: boolean;
|
|
83
|
+
pdfDoc: PDFDocument;
|
|
84
|
+
private _pdf;
|
|
85
|
+
saveFirstSignature(sig: string): void;
|
|
86
|
+
saveSecondSignature(sig: string): void;
|
|
87
|
+
private _openPDF;
|
|
88
|
+
private _savePdf;
|
|
89
|
+
private _checkSignatures;
|
|
90
|
+
private _getPositionSignature;
|
|
91
|
+
private _saveSignature;
|
|
92
|
+
}
|
|
File without changes
|
package/{projects/sharedcomponents/src/lib → lib}/components/docsign/style/_material-definition.scss
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { Icon } from '../../enum/icon.enum';
|
|
3
|
+
import { IconCacheService } from '../../service/icon-cache.service';
|
|
4
|
+
export declare class KeyPadComponent {
|
|
5
|
+
iconCacheService: IconCacheService;
|
|
6
|
+
icons: typeof Icon;
|
|
7
|
+
set model(value: number);
|
|
8
|
+
get model(): number;
|
|
9
|
+
showValue: boolean;
|
|
10
|
+
emitModelChangeOnEnter: boolean;
|
|
11
|
+
modelChange: EventEmitter<number>;
|
|
12
|
+
internalModelChange: EventEmitter<string>;
|
|
13
|
+
enterClick: EventEmitter<void>;
|
|
14
|
+
showClass(): boolean;
|
|
15
|
+
handleKeyDown(event: KeyboardEvent): void;
|
|
16
|
+
private readonly _validKeyMap;
|
|
17
|
+
constructor(iconCacheService: IconCacheService);
|
|
18
|
+
set internalModel(value: string);
|
|
19
|
+
get internalModel(): string;
|
|
20
|
+
isNegative: boolean;
|
|
21
|
+
private _model;
|
|
22
|
+
private _internalModel;
|
|
23
|
+
private _maxCharacters;
|
|
24
|
+
handleMinusClick(event: MouseEvent | KeyboardEvent): void;
|
|
25
|
+
handleClearClick(event: MouseEvent | KeyboardEvent): void;
|
|
26
|
+
handleBsClick(event: MouseEvent | KeyboardEvent): void;
|
|
27
|
+
handleButtonClick(chr: string): void;
|
|
28
|
+
handleEnterClick(event: MouseEvent | KeyboardEvent): void;
|
|
29
|
+
private _updateModel;
|
|
30
|
+
private _keyDown;
|
|
31
|
+
private _isEnter;
|
|
32
|
+
private _isMinus;
|
|
33
|
+
private _isEscape;
|
|
34
|
+
private _isBackspace;
|
|
35
|
+
private _emitModelChange;
|
|
36
|
+
}
|
|
File without changes
|
package/{projects/sharedcomponents/src/lib → lib}/components/key-pad/style/_material-definition.scss
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
|
+
import { Icon } from "../../enum/icon.enum";
|
|
3
|
+
import { IconCacheService } from "../../service/icon-cache.service";
|
|
4
|
+
export declare class LayoutSwitcherComponent {
|
|
5
|
+
iconCacheService: IconCacheService;
|
|
6
|
+
readonly icon: typeof Icon;
|
|
7
|
+
showClass(): boolean;
|
|
8
|
+
layoutItems: string[];
|
|
9
|
+
layoutSwitchEmit: EventEmitter<string>;
|
|
10
|
+
get activeIndex(): number;
|
|
11
|
+
set activeIndex(index: number);
|
|
12
|
+
showMaskSidebar: boolean;
|
|
13
|
+
private _activeIndex;
|
|
14
|
+
constructor(iconCacheService: IconCacheService);
|
|
15
|
+
toggleMaskSidebar(): void;
|
|
16
|
+
}
|
package/{projects/sharedcomponents/src/lib → lib}/components/layout-switcher/style/_layout.scss
RENAMED
|
File without changes
|
|
File without changes
|
package/{projects/sharedcomponents/src/lib → lib}/components/layout-switcher/style/_theme.scss
RENAMED
|
File without changes
|
package/{projects/sharedcomponents/src/lib → lib}/components/layout-switcher/style/material.scss
RENAMED
|
File without changes
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare enum GaugeColor {
|
|
2
|
+
Low = "#E0E0E0",
|
|
3
|
+
Medium = "#F88952",
|
|
4
|
+
High = "#5FDCB3"
|
|
5
|
+
}
|
|
6
|
+
export declare class CoLinearGaugeComponent {
|
|
7
|
+
set value(value: number);
|
|
8
|
+
get value(): number;
|
|
9
|
+
count: number;
|
|
10
|
+
showClass(): boolean;
|
|
11
|
+
private _value;
|
|
12
|
+
color: GaugeColor;
|
|
13
|
+
getStyle(): string;
|
|
14
|
+
private _setColor;
|
|
15
|
+
}
|
|
16
|
+
export {};
|
package/{projects/sharedcomponents/src/lib → lib}/components/linear-gauge/style/_layout.scss
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{projects/sharedcomponents/src/lib → lib}/components/linear-gauge/style/material.scss
RENAMED
|
File without changes
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { ChangeDetectorRef, EventEmitter, OnDestroy } from "@angular/core";
|
|
2
|
+
import { Icon } from "../../enum/icon.enum";
|
|
3
|
+
import { IconCacheService } from "../../service/icon-cache.service";
|
|
4
|
+
import { SendOption } from "./enums/send-option";
|
|
5
|
+
import { Printer } from "@colijnit/sharedapi/build/model/report/printer.bo";
|
|
6
|
+
import { StockService } from "../../service/stock.service";
|
|
7
|
+
import { StockStickersPrintLayouts } from "@colijnit/sharedapi/build/model/report/stock-stickers-print-layouts.bo";
|
|
8
|
+
import { CoDropDownListFields } from "../stock/stock-transfer/co-drop-down-list-fields.interface";
|
|
9
|
+
import { OptionsService } from "../../service/options.service";
|
|
10
|
+
import { DictionaryService } from "../../service/dictionary.service";
|
|
11
|
+
export declare class SendMethodDialogComponent implements OnDestroy {
|
|
12
|
+
iconCacheService: IconCacheService;
|
|
13
|
+
stockService: StockService;
|
|
14
|
+
private _optionsService;
|
|
15
|
+
private _dictionary;
|
|
16
|
+
private _changeDetector;
|
|
17
|
+
readonly icons: typeof Icon;
|
|
18
|
+
readonly sendOption: typeof SendOption;
|
|
19
|
+
showEmailOption: boolean;
|
|
20
|
+
showPrintOption: boolean;
|
|
21
|
+
showPdfOption: boolean;
|
|
22
|
+
showXmlOption: boolean;
|
|
23
|
+
showPrintPriceStickers: boolean;
|
|
24
|
+
showPrintStockStickers: boolean;
|
|
25
|
+
priceListCodeData: any;
|
|
26
|
+
sendOptions: {
|
|
27
|
+
option: SendOption;
|
|
28
|
+
iconName: Icon;
|
|
29
|
+
}[];
|
|
30
|
+
activeSendOption: SendOption;
|
|
31
|
+
showStandardPrinterOptions: boolean;
|
|
32
|
+
showPrinterSelections: boolean;
|
|
33
|
+
showExitButton: boolean;
|
|
34
|
+
defaultPrinter: Printer;
|
|
35
|
+
printTemplates: StockStickersPrintLayouts[];
|
|
36
|
+
printTemplatesField: CoDropDownListFields;
|
|
37
|
+
priceListDataField: CoDropDownListFields;
|
|
38
|
+
upAndLoaded: boolean;
|
|
39
|
+
emails: any[];
|
|
40
|
+
models: boolean[];
|
|
41
|
+
layouts: any[];
|
|
42
|
+
selectedLayout: 'Layout 1';
|
|
43
|
+
showDialog: boolean;
|
|
44
|
+
headerTitle: string;
|
|
45
|
+
printerList: Printer[];
|
|
46
|
+
set articleData(data: any);
|
|
47
|
+
startSignatureClicked: EventEmitter<any>;
|
|
48
|
+
printButtonClicked: EventEmitter<any>;
|
|
49
|
+
showClass(): boolean;
|
|
50
|
+
private _subscriptions;
|
|
51
|
+
constructor(iconCacheService: IconCacheService, stockService: StockService, _optionsService: OptionsService, _dictionary: DictionaryService, _changeDetector: ChangeDetectorRef);
|
|
52
|
+
ngOnDestroy(): void;
|
|
53
|
+
getPrinters(): Promise<void>;
|
|
54
|
+
closeDialogClick(): void;
|
|
55
|
+
handleSignatureStart(): void;
|
|
56
|
+
handlePrintClicked(): void;
|
|
57
|
+
togglePrinterSelection(): void;
|
|
58
|
+
onPrinterClicked(printer: any): void;
|
|
59
|
+
getPrintTemplates(): any;
|
|
60
|
+
private _handleSettingsLoaded;
|
|
61
|
+
private _initConnection;
|
|
62
|
+
}
|
package/{projects/sharedcomponents/src/lib → lib}/components/send-method-dialog/style/_layout.scss
RENAMED
|
File without changes
|
|
File without changes
|
package/{projects/sharedcomponents/src/lib → lib}/components/send-method-dialog/style/_theme.scss
RENAMED
|
File without changes
|
package/{projects/sharedcomponents/src/lib → lib}/components/send-method-dialog/style/material.scss
RENAMED
|
File without changes
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
|
+
export interface StatusbarData {
|
|
3
|
+
label: string;
|
|
4
|
+
percentage: number;
|
|
5
|
+
count?: number;
|
|
6
|
+
}
|
|
7
|
+
export declare class StatusbarComponent {
|
|
8
|
+
set statusbarData(value: StatusbarData[]);
|
|
9
|
+
get statusbarData(): StatusbarData[];
|
|
10
|
+
statusbarClick: EventEmitter<void>;
|
|
11
|
+
showClass(): boolean;
|
|
12
|
+
constructor();
|
|
13
|
+
showPopup: boolean;
|
|
14
|
+
popupClass: string;
|
|
15
|
+
private _statusbarData;
|
|
16
|
+
private _mouseY;
|
|
17
|
+
private _windowHeight;
|
|
18
|
+
onHover(event: any): void;
|
|
19
|
+
onLeave(): void;
|
|
20
|
+
onStatusbarClick(): void;
|
|
21
|
+
setPopupClass(): void;
|
|
22
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ArticleStock as ArticleStockBo } from "@colijnit/articleapi/build/model/article-stock.bo";
|
|
2
|
+
import { ArticleExtended } from "@colijnit/articleapi/build/model/article-extended.bo";
|
|
3
|
+
export declare class StockInformationComponent {
|
|
4
|
+
image: string;
|
|
5
|
+
article: ArticleExtended;
|
|
6
|
+
articleStock: ArticleStockBo;
|
|
7
|
+
allAvailableStockInformation: number;
|
|
8
|
+
allTechnicalStockInformation: number;
|
|
9
|
+
constructor();
|
|
10
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
|
+
import { StockService } from "../../../service/stock.service";
|
|
3
|
+
import { IconCacheService } from "../../../service/icon-cache.service";
|
|
4
|
+
import { Icon } from "../../../enum/icon.enum";
|
|
5
|
+
import { ArticleStock as ArticleStockBo } from "@colijnit/articleapi/build/model/article-stock.bo";
|
|
6
|
+
import { ArticleStock } from "@colijnit/articleapi/build/model/article-stock";
|
|
7
|
+
import { StockHistoryBo } from "@colijnit/articleapi/build/model/stock-history.bo";
|
|
8
|
+
import { ArticleStockManagement } from "@colijnit/articleapi/build/model/article-stock-management";
|
|
9
|
+
import { ArticleDetailsBo } from "@colijnit/articleapi/build/model/article-details.bo";
|
|
10
|
+
import { StockManagementWarehouses } from "@colijnit/articleapi/build/model/stock-management-warehouses.bo";
|
|
11
|
+
import { CoDropDownListFields } from "../stock-transfer/co-drop-down-list-fields.interface";
|
|
12
|
+
import { ArticleTransaction as ArticleTransactionBo } from "@colijnit/articleapi/build/model/article-transaction.bo";
|
|
13
|
+
export declare class StockInformationGridComponent {
|
|
14
|
+
iconCacheService: IconCacheService;
|
|
15
|
+
private _stockService;
|
|
16
|
+
readonly icons: typeof Icon;
|
|
17
|
+
stock: StockInformationGridComponent;
|
|
18
|
+
articleStockInformation: ArticleStockBo[];
|
|
19
|
+
stockLocationData: ArticleStockBo[];
|
|
20
|
+
stockHistoryInformation: StockHistoryBo[];
|
|
21
|
+
readonly transferIconClicked: EventEmitter<ArticleStockBo>;
|
|
22
|
+
readonly historyClicked: EventEmitter<any>;
|
|
23
|
+
image: string;
|
|
24
|
+
show: boolean;
|
|
25
|
+
hideOrShowLocationTab: boolean;
|
|
26
|
+
showStockHistory: boolean;
|
|
27
|
+
showSendMethodDialog: boolean;
|
|
28
|
+
inOrderInformation: ArticleTransactionBo[];
|
|
29
|
+
orderInformation: ArticleTransactionBo[];
|
|
30
|
+
hideOrShowTabs: boolean;
|
|
31
|
+
dataWareHouseCode: StockManagementWarehouses[];
|
|
32
|
+
dataWareHouseFields: CoDropDownListFields;
|
|
33
|
+
selectedWarehouse: any;
|
|
34
|
+
articleStockSearchInfo: ArticleStock;
|
|
35
|
+
articleDetails: ArticleDetailsBo[];
|
|
36
|
+
selectedArticleDetailsData: ArticleDetailsBo;
|
|
37
|
+
showChangeStockDetails: boolean;
|
|
38
|
+
articleDetailsInformation: ArticleStockManagement;
|
|
39
|
+
tabs: string[];
|
|
40
|
+
activeTab: string;
|
|
41
|
+
get activeTabText(): string;
|
|
42
|
+
constructor(iconCacheService: IconCacheService, _stockService: StockService);
|
|
43
|
+
handleTabClick(tabData: any): void;
|
|
44
|
+
onLocationClick(data: ArticleStockBo): void;
|
|
45
|
+
handleHistoryClick(): void;
|
|
46
|
+
backToStockInformation(): void;
|
|
47
|
+
handleStockTransferClick(event: any): void;
|
|
48
|
+
handleBackToStockClick(): Promise<void>;
|
|
49
|
+
openSendMethodDialog(data: any): void;
|
|
50
|
+
printStockStickers(): void;
|
|
51
|
+
onOkClick(): void;
|
|
52
|
+
onCancelClick(): void;
|
|
53
|
+
openDialogClick(data: any): void;
|
|
54
|
+
getArticleDetails(data: any): void;
|
|
55
|
+
getStockManagementWarehouses(data: ArticleStockBo): void;
|
|
56
|
+
onSelectWarehouse(event: any): void;
|
|
57
|
+
getInOrderData(): Promise<void>;
|
|
58
|
+
getOrderData(): Promise<void>;
|
|
59
|
+
addNewRow(): void;
|
|
60
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
|
+
import { ArticleStock } from "@colijnit/articleapi/build/model/article-stock";
|
|
3
|
+
import { StockService } from "../../../service/stock.service";
|
|
4
|
+
export declare class StockLocationComponent {
|
|
5
|
+
private _stockService;
|
|
6
|
+
stockLocationInformation: ArticleStock;
|
|
7
|
+
backToStockLines: EventEmitter<any>;
|
|
8
|
+
allWarehouses: any;
|
|
9
|
+
stockLocationColumns: any[];
|
|
10
|
+
constructor(_stockService: StockService);
|
|
11
|
+
backToStockInformation(): void;
|
|
12
|
+
onOkClick(): void;
|
|
13
|
+
onCancelClick(): void;
|
|
14
|
+
onSelectWarehouse(event: any): void;
|
|
15
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { AfterViewInit, EventEmitter } from "@angular/core";
|
|
2
|
+
import { StockService } from "../../../service/stock.service";
|
|
3
|
+
import { StockStatus } from "@colijnit/articleapi/build/model/stock-status.bo";
|
|
4
|
+
import { CoDropDownListFields } from "./co-drop-down-list-fields.interface";
|
|
5
|
+
import { ArticleDetailsBo } from "@colijnit/articleapi/build/model/article-details.bo";
|
|
6
|
+
export declare class StockChangeAmountComponent implements AfterViewInit {
|
|
7
|
+
private _stockService;
|
|
8
|
+
selectedArticleDetailsData: ArticleDetailsBo;
|
|
9
|
+
readonly closeStockChangeAmount: EventEmitter<any>;
|
|
10
|
+
stockState: StockStatus[];
|
|
11
|
+
stockStateDropdownField: CoDropDownListFields;
|
|
12
|
+
constructor(_stockService: StockService);
|
|
13
|
+
ngAfterViewInit(): void;
|
|
14
|
+
closeDialogClick(): void;
|
|
15
|
+
handleOkClick(data: ArticleDetailsBo): Promise<void>;
|
|
16
|
+
handleCancelClick(): void;
|
|
17
|
+
getStockState(): void;
|
|
18
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { AfterViewInit, EventEmitter } from "@angular/core";
|
|
2
|
+
import { PrintStockStickers } from "@colijnit/articleapi/build/model/print-stock-stickers";
|
|
3
|
+
import { StockService } from "../../../service/stock.service";
|
|
4
|
+
import { CoDropDownListFields } from "./co-drop-down-list-fields.interface";
|
|
5
|
+
import { ArticleStock as ArticleStockBo } from "@colijnit/articleapi/build/model/article-stock.bo";
|
|
6
|
+
import { ArticleDetailsBo } from "@colijnit/articleapi/build/model/article-details.bo";
|
|
7
|
+
import { StockManagementWarehouses } from "@colijnit/articleapi/build/model/stock-management-warehouses.bo";
|
|
8
|
+
import { StockStatus } from "@colijnit/articleapi/build/model/stock-status.bo";
|
|
9
|
+
import { StockLocation } from "@colijnit/articleapi/build/model/stock-location.bo";
|
|
10
|
+
export declare class StockTransferComponent implements AfterViewInit {
|
|
11
|
+
private _stockService;
|
|
12
|
+
stockSticker: PrintStockStickers;
|
|
13
|
+
article: ArticleStockBo;
|
|
14
|
+
articleToTransfer: ArticleDetailsBo;
|
|
15
|
+
articleWarehouse: any[];
|
|
16
|
+
allWarehouses: any[];
|
|
17
|
+
handleCancelClicked: EventEmitter<any>;
|
|
18
|
+
handleStickerClicked: EventEmitter<any>;
|
|
19
|
+
allWarehousesDropdownFields: CoDropDownListFields;
|
|
20
|
+
allLocationDropdownFields: CoDropDownListFields;
|
|
21
|
+
showSendMethodDialog: boolean;
|
|
22
|
+
warehouses: StockManagementWarehouses[];
|
|
23
|
+
stockState: StockStatus[];
|
|
24
|
+
stockStateDropdownField: CoDropDownListFields;
|
|
25
|
+
locations: StockLocation[];
|
|
26
|
+
selectedWarehouse: any;
|
|
27
|
+
constructor(_stockService: StockService);
|
|
28
|
+
ngAfterViewInit(): void;
|
|
29
|
+
handleOkClick(data: ArticleDetailsBo): Promise<void>;
|
|
30
|
+
handleCancelClick(): void;
|
|
31
|
+
handleSelectedWarehouse(event: any): void;
|
|
32
|
+
handleStickerClick(): Promise<void>;
|
|
33
|
+
getStockManagementWarehouses(): void;
|
|
34
|
+
getStockManagementLocations(data: any): void;
|
|
35
|
+
getStockState(): void;
|
|
36
|
+
}
|