@colijnit/sharedcomponents 1.0.58 → 1.0.59
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 +24 -24
- package/bundles/colijnit-sharedcomponents.umd.js +9843 -9843
- package/bundles/colijnit-sharedcomponents.umd.js.map +1 -1
- package/colijnit-sharedcomponents.d.ts +91 -91
- package/esm2015/colijnit-sharedcomponents.js +91 -91
- package/esm2015/lib/assets/dictionary/text.properties.js +11 -11
- package/esm2015/lib/businessobject/build-images-and-documentation-result.js +2 -2
- package/esm2015/lib/businessobject/co-document-right.bo.js +2 -2
- package/esm2015/lib/businessobject/drag-drop-container-element.js +2 -2
- package/esm2015/lib/businessobject/drag-drop-container.js +7 -7
- package/esm2015/lib/components/activity-list/activity-list.component.js +130 -130
- package/esm2015/lib/components/activity-list/activity-list.module.js +24 -24
- package/esm2015/lib/components/app-file-dropzone/app-file-dropzone.component.js +47 -47
- package/esm2015/lib/components/app-file-dropzone/app-file-dropzone.module.js +20 -20
- package/esm2015/lib/components/date-planning/component/agenda/agenda-base-view.component.js +61 -61
- package/esm2015/lib/components/date-planning/component/agenda/agenda-day-view.component.js +36 -36
- package/esm2015/lib/components/date-planning/component/agenda/agenda-event.component.js +56 -56
- package/esm2015/lib/components/date-planning/component/agenda/agenda-events.component.js +47 -47
- package/esm2015/lib/components/date-planning/component/agenda/agenda-half-hour-cell.component.js +68 -68
- package/esm2015/lib/components/date-planning/component/agenda/agenda-header.component.js +243 -243
- package/esm2015/lib/components/date-planning/component/agenda/agenda-hour-cell.component.js +36 -36
- package/esm2015/lib/components/date-planning/component/agenda/agenda-hour-view-labels.component.js +50 -50
- package/esm2015/lib/components/date-planning/component/agenda/agenda-hour-view.component.js +46 -46
- package/esm2015/lib/components/date-planning/component/agenda/agenda-month-view.component.js +61 -61
- package/esm2015/lib/components/date-planning/component/agenda/agenda-select-event.component.js +39 -39
- package/esm2015/lib/components/date-planning/component/agenda/agenda-view.component.js +35 -35
- package/esm2015/lib/components/date-planning/component/agenda/agenda-week-select-view.component.js +64 -64
- package/esm2015/lib/components/date-planning/component/agenda/agenda-week-view.component.js +48 -48
- package/esm2015/lib/components/date-planning/component/agenda/view-select.component.js +42 -42
- package/esm2015/lib/components/date-planning/component/calendar/calendar-all-months.component.js +34 -34
- package/esm2015/lib/components/date-planning/component/calendar/calendar-all-years.component.js +48 -48
- package/esm2015/lib/components/date-planning/component/calendar/calendar-header.component.js +107 -107
- package/esm2015/lib/components/date-planning/component/calendar/calendar-view.component.js +178 -178
- package/esm2015/lib/components/date-planning/component/calendar/calendar.component.js +34 -34
- package/esm2015/lib/components/date-planning/date-planning.component.js +113 -113
- package/esm2015/lib/components/date-planning/date-planning.module.js +63 -63
- package/esm2015/lib/components/docsign/component/signature/signature.component.js +75 -75
- package/esm2015/lib/components/docsign/component/signatures/signatures.component.js +44 -44
- package/esm2015/lib/components/docsign/docsign.component.js +242 -242
- package/esm2015/lib/components/docsign/docsign.module.js +23 -23
- package/esm2015/lib/components/file-upload/file-upload.component.js +189 -189
- package/esm2015/lib/components/file-upload/file-upload.module.js +25 -25
- package/esm2015/lib/components/file-upload-popup/file-upload-popup.component.js +397 -397
- package/esm2015/lib/components/file-upload-popup/file-upload-popup.module.js +30 -30
- package/esm2015/lib/components/files-upload/components/base-file-upload.component.js +469 -469
- package/esm2015/lib/components/files-upload/components/drag-drop-container.component.js +115 -115
- package/esm2015/lib/components/files-upload/files-upload.component.js +131 -131
- package/esm2015/lib/components/files-upload/files-upload.module.js +47 -47
- package/esm2015/lib/components/image-display/image-display.component.js +29 -29
- package/esm2015/lib/components/image-display/image-display.module.js +23 -23
- package/esm2015/lib/components/key-pad/key-pad.component.js +200 -200
- package/esm2015/lib/components/key-pad/key-pad.module.js +22 -22
- package/esm2015/lib/components/layout-switcher/layout-switcher.component.js +74 -74
- package/esm2015/lib/components/layout-switcher/layout-switcher.module.js +21 -21
- package/esm2015/lib/components/linear-gauge/co-linear-gauge.component.js +59 -59
- package/esm2015/lib/components/linear-gauge/co-linear-gauge.module.js +19 -19
- package/esm2015/lib/components/multi-property-toggler/multiple-property-toggler.component.js +89 -89
- package/esm2015/lib/components/multi-property-toggler/multiple-property-toggler.module.js +21 -21
- package/esm2015/lib/components/send-method-dialog/components/layout-selection/layout-selection.component.js +79 -79
- package/esm2015/lib/components/send-method-dialog/components/layout-selection/layout-selection.module.js +21 -21
- package/esm2015/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.js +85 -85
- package/esm2015/lib/components/send-method-dialog/components/printer-selection/printer-selection.module.js +21 -21
- package/esm2015/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.js +64 -64
- package/esm2015/lib/components/send-method-dialog/components/send-method-email/send-method-email.module.js +26 -26
- package/esm2015/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component.js +40 -40
- package/esm2015/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module.js +23 -23
- package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.js +61 -61
- package/esm2015/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module.js +28 -28
- package/esm2015/lib/components/send-method-dialog/components/signature-button/signature-button.component.js +38 -38
- package/esm2015/lib/components/send-method-dialog/components/signature-button/signature-button.module.js +21 -21
- package/esm2015/lib/components/send-method-dialog/model/email-address-viewmodel.js +7 -7
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.component.js +258 -258
- package/esm2015/lib/components/send-method-dialog/send-method-dialog.module.js +35 -35
- package/esm2015/lib/components/send-method-dialog/send-method-params.interface.js +2 -2
- package/esm2015/lib/components/send-method-dialog/service/send-method.service.js +59 -59
- package/esm2015/lib/components/simple-tags/simple-tags.component.js +229 -229
- package/esm2015/lib/components/simple-tags/simple-tags.module.js +26 -26
- package/esm2015/lib/components/statusbar/statusbar-popup.component.js +97 -97
- package/esm2015/lib/components/statusbar/statusbar.component.js +81 -81
- package/esm2015/lib/components/statusbar/statusbar.module.js +27 -27
- package/esm2015/lib/components/stock/components/allocation-stock-history/allocation-stock-history.component.js +47 -47
- package/esm2015/lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component.js +47 -47
- package/esm2015/lib/components/stock/components/order-stock-history/order-stock-history.component.js +47 -47
- package/esm2015/lib/components/stock/components/order-stock-tab/order-stock-tab.component.js +47 -47
- package/esm2015/lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component.js +47 -47
- package/esm2015/lib/components/stock/components/order-tab/order-tab.component.js +67 -67
- package/esm2015/lib/components/stock/components/stock-history/stock-history.component.js +53 -53
- package/esm2015/lib/components/stock/components/stock-location/stock-location.component.js +240 -240
- package/esm2015/lib/components/stock/components/stock-prognose/stock-prognose.component.js +52 -52
- package/esm2015/lib/components/stock/components/stock-tab/stock-tab.component.js +41 -41
- package/esm2015/lib/components/stock/localization/translation.js +63 -63
- package/esm2015/lib/components/stock/stock-history-tabs/stock-history-tabs.component.js +33 -33
- package/esm2015/lib/components/stock/stock-information/stock-information.component.js +48 -48
- package/esm2015/lib/components/stock/stock-information-grid/stock-information-grid.component.js +457 -457
- package/esm2015/lib/components/stock/stock-tabs/stock-tabs.component.js +241 -241
- package/esm2015/lib/components/stock/stock-transfer/co-drop-down-list-fields.interface.js +2 -2
- package/esm2015/lib/components/stock/stock-transfer/stock-change-amount.component.js +72 -72
- package/esm2015/lib/components/stock/stock-transfer/stock-transfer.component.js +149 -149
- package/esm2015/lib/components/stock/stock.component.js +193 -193
- package/esm2015/lib/components/stock/stock.module.js +80 -80
- package/esm2015/lib/components/stock-statusbar/stock-statusbar.component.js +23 -23
- package/esm2015/lib/components/stock-statusbar/stock-statusbar.module.js +19 -19
- package/esm2015/lib/components/tab-bar/tab-bar.component.js +88 -88
- package/esm2015/lib/components/tab-bar/tab-bar.module.js +21 -21
- package/esm2015/lib/components/tab-bar/tab.interface.js +2 -2
- package/esm2015/lib/components/tile-renderer/tile-render.component.js +80 -80
- package/esm2015/lib/components/tile-renderer/tile-render.module.js +26 -26
- package/esm2015/lib/decorator/input-boolean.decorator.js +34 -34
- package/esm2015/lib/enum/calendar-view.enum.js +9 -9
- package/esm2015/lib/enum/document-email-report.enum.js +18 -18
- package/esm2015/lib/enum/domain-multiple-name.enum.js +13 -13
- package/esm2015/lib/enum/file-type.js +14 -14
- package/esm2015/lib/enum/files-upload-config-objects.js +3 -3
- package/esm2015/lib/enum/gauge-color.enum.js +10 -10
- package/esm2015/lib/enum/icon.enum.js +44 -44
- package/esm2015/lib/enum/internal-param.enum.js +38 -38
- package/esm2015/lib/enum/keyboard-code.enum.js +32 -32
- package/esm2015/lib/enum/language-code.enum.js +8 -8
- package/esm2015/lib/enum/month.enum.js +17 -17
- package/esm2015/lib/enum/read-write-access-config-names.enum.js +2 -2
- package/esm2015/lib/enum/table-name.enum.js +86 -86
- package/esm2015/lib/enum/tag-category.enum.js +22 -22
- package/esm2015/lib/enum/tags-component-config-names.js +2 -2
- package/esm2015/lib/enum/thumb-three-way-state.js +19 -19
- package/esm2015/lib/enum/tile-size-type.js +7 -7
- package/esm2015/lib/enum/time-period.enum.js +11 -11
- package/esm2015/lib/event/co-drag-event.js +2 -2
- package/esm2015/lib/event/co-drop-event.js +2 -2
- package/esm2015/lib/interface/key-value-pair.js +2 -2
- package/esm2015/lib/interface/operation-callback-simple-function.js +3 -3
- package/esm2015/lib/localization/localization.module.js +19 -19
- package/esm2015/lib/localization/localize.pipe.js +26 -26
- package/esm2015/lib/localization/localize.service.js +30 -30
- package/esm2015/lib/localization/translation.js +3 -3
- package/esm2015/lib/model/agenda-event-per-day.model.js +6 -6
- package/esm2015/lib/model/agenda-event.model.js +8 -8
- package/esm2015/lib/model/agenda-null-objects.js +11 -11
- package/esm2015/lib/model/constant/all-months.js +17 -17
- package/esm2015/lib/model/date-range.js +5 -5
- package/esm2015/lib/model/day.model.js +7 -7
- package/esm2015/lib/model/icon-svg.js +43 -43
- package/esm2015/lib/model/month.model.js +11 -11
- package/esm2015/lib/model/send-method.js +8 -8
- package/esm2015/lib/model/settings.js +4 -4
- package/esm2015/lib/model/tag-tree-item.bo.js +16 -16
- package/esm2015/lib/model/time-window.bo.js +26 -26
- package/esm2015/lib/model/tree-object.js +15 -15
- package/esm2015/lib/model/week.model.js +6 -6
- package/esm2015/lib/model/weekday.model.js +10 -10
- package/esm2015/lib/pipe/array-number.pipe.js +15 -15
- package/esm2015/lib/pipe/file-type-image.pipe.js +51 -51
- package/esm2015/lib/pipe/master-pipes.js +9 -9
- package/esm2015/lib/pipe/ucfirst.pipe.js +16 -16
- package/esm2015/lib/service/dictionary.service.js +76 -76
- package/esm2015/lib/service/drag-drop.service.js +365 -365
- package/esm2015/lib/service/icon-cache.service.js +51 -51
- package/esm2015/lib/service/options.service.js +48 -48
- package/esm2015/lib/service/shared-connector.service.js +433 -433
- package/esm2015/lib/service/shared.service.js +60 -60
- package/esm2015/lib/service/stock.service.js +110 -110
- package/esm2015/lib/utils/array-utils.js +202 -202
- package/esm2015/lib/utils/calendar.utils.js +68 -68
- package/esm2015/lib/utils/check-precision-and-scale-result.js +2 -2
- package/esm2015/lib/utils/check-within-stepped-bounds-result.js +2 -2
- package/esm2015/lib/utils/co-document-shared-field-logic.js +50 -50
- package/esm2015/lib/utils/date-utils.js +264 -264
- package/esm2015/lib/utils/enum-utils.js +128 -128
- package/esm2015/lib/utils/function/not-nill.function.js +5 -5
- package/esm2015/lib/utils/is-nill.function.js +5 -5
- package/esm2015/lib/utils/map-utils.js +41 -41
- package/esm2015/lib/utils/number-utils.js +390 -390
- package/esm2015/lib/utils/object-utils.js +278 -278
- package/esm2015/lib/utils/ref-code-utils.js +49 -49
- package/esm2015/lib/utils/string-utils.js +93 -93
- package/esm2015/public-api.js +31 -31
- package/fesm2015/colijnit-sharedcomponents.js +10320 -10320
- package/fesm2015/colijnit-sharedcomponents.js.map +1 -1
- package/lib/assets/dictionary/text.properties.d.ts +3 -3
- package/lib/businessobject/build-images-and-documentation-result.d.ts +5 -5
- package/lib/businessobject/co-document-right.bo.d.ts +6 -6
- package/lib/businessobject/drag-drop-container-element.d.ts +6 -6
- package/lib/businessobject/drag-drop-container.d.ts +6 -6
- package/lib/components/access/read-write-access.scss +25 -25
- package/lib/components/access/style/_layout.scss +23 -23
- package/lib/components/access/style/_material-definition.scss +12 -12
- package/lib/components/access/style/_theme.scss +4 -4
- package/lib/components/access/style/material.scss +4 -4
- package/lib/components/activity-list/activity-list.component.d.ts +33 -33
- package/lib/components/activity-list/activity-list.module.d.ts +2 -2
- package/lib/components/activity-list/style/_layout.scss +68 -68
- package/lib/components/activity-list/style/_theme.scss +4 -4
- package/lib/components/activity-list/style/material.scss +4 -4
- package/lib/components/app-file-dropzone/app-file-dropzone.component.d.ts +14 -14
- package/lib/components/app-file-dropzone/app-file-dropzone.module.d.ts +2 -2
- package/lib/components/app-file-dropzone/style/_layout.scss +61 -61
- package/lib/components/app-file-dropzone/style/_theme.scss +4 -4
- package/lib/components/app-file-dropzone/style/material.scss +4 -4
- package/lib/components/date-planning/component/agenda/agenda-base-view.component.d.ts +21 -21
- package/lib/components/date-planning/component/agenda/agenda-day-view.component.d.ts +7 -7
- package/lib/components/date-planning/component/agenda/agenda-event.component.d.ts +18 -18
- package/lib/components/date-planning/component/agenda/agenda-events.component.d.ts +13 -13
- package/lib/components/date-planning/component/agenda/agenda-half-hour-cell.component.d.ts +18 -18
- package/lib/components/date-planning/component/agenda/agenda-header.component.d.ts +48 -48
- package/lib/components/date-planning/component/agenda/agenda-hour-cell.component.d.ts +9 -9
- package/lib/components/date-planning/component/agenda/agenda-hour-view-labels.component.d.ts +8 -8
- package/lib/components/date-planning/component/agenda/agenda-hour-view.component.d.ts +7 -7
- package/lib/components/date-planning/component/agenda/agenda-month-view.component.d.ts +10 -10
- package/lib/components/date-planning/component/agenda/agenda-select-event.component.d.ts +12 -12
- package/lib/components/date-planning/component/agenda/agenda-view.component.d.ts +12 -12
- package/lib/components/date-planning/component/agenda/agenda-week-select-view.component.d.ts +10 -10
- package/lib/components/date-planning/component/agenda/agenda-week-view.component.d.ts +9 -9
- package/lib/components/date-planning/component/agenda/style/_layout.scss +443 -443
- package/lib/components/date-planning/component/agenda/style/_material-definition.scss +12 -12
- package/lib/components/date-planning/component/agenda/style/_theme.scss +7 -7
- package/lib/components/date-planning/component/agenda/style/material.scss +5 -5
- package/lib/components/date-planning/component/agenda/view-select.component.d.ts +11 -11
- package/lib/components/date-planning/component/calendar/calendar-all-months.component.d.ts +9 -9
- package/lib/components/date-planning/component/calendar/calendar-all-years.component.d.ts +9 -9
- package/lib/components/date-planning/component/calendar/calendar-header.component.d.ts +23 -23
- package/lib/components/date-planning/component/calendar/calendar-view.component.d.ts +31 -31
- package/lib/components/date-planning/component/calendar/calendar.component.d.ts +10 -10
- package/lib/components/date-planning/component/calendar/style/_layout.scss +167 -167
- package/lib/components/date-planning/component/calendar/style/_material-definition.scss +7 -7
- package/lib/components/date-planning/component/calendar/style/_theme.scss +7 -7
- package/lib/components/date-planning/component/calendar/style/material.scss +5 -5
- package/lib/components/date-planning/date-planning.component.d.ts +28 -28
- package/lib/components/date-planning/date-planning.module.d.ts +2 -2
- package/lib/components/date-planning/style/_layout.scss +45 -45
- package/lib/components/date-planning/style/_theme.scss +5 -5
- package/lib/components/date-planning/style/material.scss +7 -7
- package/lib/components/docsign/component/signature/signature.component.d.ts +16 -16
- package/lib/components/docsign/component/signature/style/_layout.scss +40 -40
- package/lib/components/docsign/component/signature/style/_material-definition.scss +11 -11
- package/lib/components/docsign/component/signature/style/_theme.scss +13 -13
- package/lib/components/docsign/component/signature/style/material.scss +4 -4
- package/lib/components/docsign/component/signatures/signatures.component.d.ts +12 -12
- package/lib/components/docsign/component/signatures/style/_layout.scss +13 -13
- package/lib/components/docsign/component/signatures/style/_material-definition.scss +1 -1
- package/lib/components/docsign/component/signatures/style/_theme.scss +4 -4
- package/lib/components/docsign/component/signatures/style/material.scss +5 -5
- package/lib/components/docsign/docsign.component.d.ts +94 -94
- package/lib/components/docsign/docsign.module.d.ts +2 -2
- package/lib/components/docsign/style/_layout.scss +40 -40
- package/lib/components/docsign/style/_material-definition.scss +12 -12
- package/lib/components/docsign/style/_theme.scss +12 -12
- package/lib/components/docsign/style/material.scss +15 -15
- package/lib/components/file-upload/file-upload.component.d.ts +42 -42
- package/lib/components/file-upload/file-upload.module.d.ts +2 -2
- package/lib/components/file-upload/style/_layout.scss +59 -59
- package/lib/components/file-upload/style/_material-definition.scss +2 -2
- package/lib/components/file-upload/style/_theme.scss +4 -4
- package/lib/components/file-upload/style/material.scss +4 -4
- package/lib/components/file-upload-popup/file-upload-popup.component.d.ts +75 -75
- package/lib/components/file-upload-popup/file-upload-popup.module.d.ts +2 -2
- package/lib/components/file-upload-popup/style/_layout.scss +48 -48
- package/lib/components/file-upload-popup/style/_material-definition.scss +2 -2
- package/lib/components/file-upload-popup/style/_theme.scss +5 -5
- package/lib/components/file-upload-popup/style/material.scss +4 -4
- package/lib/components/files-upload/components/base-file-upload.component.d.ts +98 -98
- package/lib/components/files-upload/components/drag-drop-container.component.d.ts +34 -34
- package/lib/components/files-upload/files-upload.component.d.ts +32 -32
- package/lib/components/files-upload/files-upload.module.d.ts +2 -2
- package/lib/components/files-upload/style/_layout.scss +49 -49
- package/lib/components/files-upload/style/_theme.scss +5 -5
- package/lib/components/files-upload/style/material.scss +4 -4
- package/lib/components/image-display/image-display.component.d.ts +14 -14
- package/lib/components/image-display/image-display.module.d.ts +2 -2
- package/lib/components/image-display/style/_layout.scss +56 -56
- package/lib/components/image-display/style/_material-definition.scss +4 -4
- package/lib/components/image-display/style/_theme.scss +6 -6
- package/lib/components/image-display/style/material.scss +3 -3
- package/lib/components/key-pad/key-pad.component.d.ts +38 -38
- package/lib/components/key-pad/key-pad.module.d.ts +2 -2
- package/lib/components/key-pad/style/_layout.scss +160 -160
- package/lib/components/key-pad/style/_material-definition.scss +19 -19
- package/lib/components/key-pad/style/_theme.scss +35 -35
- package/lib/components/key-pad/style/material.scss +4 -4
- package/lib/components/layout-switcher/layout-switcher.component.d.ts +16 -16
- package/lib/components/layout-switcher/layout-switcher.module.d.ts +2 -2
- package/lib/components/layout-switcher/style/_layout.scss +94 -94
- package/lib/components/layout-switcher/style/_material-definition.scss +16 -16
- package/lib/components/layout-switcher/style/_theme.scss +4 -4
- package/lib/components/layout-switcher/style/material.scss +6 -6
- package/lib/components/linear-gauge/co-linear-gauge.component.d.ts +11 -11
- package/lib/components/linear-gauge/co-linear-gauge.module.d.ts +2 -2
- package/lib/components/linear-gauge/style/_layout.scss +20 -20
- package/lib/components/linear-gauge/style/_material-definition.scss +8 -8
- package/lib/components/linear-gauge/style/_theme.scss +4 -4
- package/lib/components/linear-gauge/style/material.scss +6 -6
- package/lib/components/login/style/_layout.scss +57 -57
- package/lib/components/login/style/_material-definition.scss +23 -23
- package/lib/components/login/style/_theme.scss +7 -7
- package/lib/components/login/style/material.scss +4 -4
- package/lib/components/multi-property-toggler/multiple-property-toggler.component.d.ts +27 -27
- package/lib/components/multi-property-toggler/multiple-property-toggler.module.d.ts +2 -2
- package/lib/components/multi-property-toggler/style/_layout.scss +24 -24
- package/lib/components/multi-property-toggler/style/_theme.scss +4 -4
- package/lib/components/multi-property-toggler/style/material.scss +4 -4
- package/lib/components/screen-config-generator/style/_layout.scss +95 -95
- package/lib/components/screen-config-generator/style/_theme.scss +4 -4
- package/lib/components/screen-config-generator/style/material.scss +4 -4
- package/lib/components/send-method-dialog/components/layout-selection/layout-selection.component.d.ts +19 -19
- package/lib/components/send-method-dialog/components/layout-selection/layout-selection.module.d.ts +2 -2
- package/lib/components/send-method-dialog/components/layout-selection/style/_layout.scss +44 -44
- package/lib/components/send-method-dialog/components/layout-selection/style/_material-definition.scss +19 -19
- package/lib/components/send-method-dialog/components/layout-selection/style/_theme.scss +17 -17
- package/lib/components/send-method-dialog/components/layout-selection/style/material.scss +4 -4
- package/lib/components/send-method-dialog/components/printer-selection/printer-selection.component.d.ts +19 -19
- package/lib/components/send-method-dialog/components/printer-selection/printer-selection.module.d.ts +2 -2
- package/lib/components/send-method-dialog/components/printer-selection/style/_layout.scss +69 -69
- package/lib/components/send-method-dialog/components/printer-selection/style/_material-definition.scss +37 -37
- package/lib/components/send-method-dialog/components/printer-selection/style/_theme.scss +23 -23
- package/lib/components/send-method-dialog/components/printer-selection/style/material.scss +4 -4
- package/lib/components/send-method-dialog/components/send-method-email/send-method-email.component.d.ts +14 -14
- package/lib/components/send-method-dialog/components/send-method-email/send-method-email.module.d.ts +2 -2
- package/lib/components/send-method-dialog/components/send-method-email/style/_layout.scss +29 -29
- package/lib/components/send-method-dialog/components/send-method-email/style/_material-definition.scss +8 -8
- package/lib/components/send-method-dialog/components/send-method-email/style/_theme.scss +5 -5
- package/lib/components/send-method-dialog/components/send-method-email/style/material.scss +4 -4
- package/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component.d.ts +8 -8
- package/lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module.d.ts +2 -2
- package/lib/components/send-method-dialog/components/send-method-pdf/style/_layout.scss +25 -25
- package/lib/components/send-method-dialog/components/send-method-pdf/style/_material-definition.scss +5 -5
- package/lib/components/send-method-dialog/components/send-method-pdf/style/_theme.scss +5 -5
- package/lib/components/send-method-dialog/components/send-method-pdf/style/material.scss +4 -4
- package/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component.d.ts +13 -13
- package/lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module.d.ts +2 -2
- package/lib/components/send-method-dialog/components/send-method-printer/style/_layout.scss +30 -30
- package/lib/components/send-method-dialog/components/send-method-printer/style/_material-definition.scss +5 -5
- package/lib/components/send-method-dialog/components/send-method-printer/style/_theme.scss +5 -5
- package/lib/components/send-method-dialog/components/send-method-printer/style/material.scss +4 -4
- package/lib/components/send-method-dialog/components/signature-button/signature-button.component.d.ts +12 -12
- package/lib/components/send-method-dialog/components/signature-button/signature-button.module.d.ts +2 -2
- package/lib/components/send-method-dialog/components/signature-button/style/_layout.scss +28 -28
- package/lib/components/send-method-dialog/components/signature-button/style/_material-definition.scss +8 -8
- package/lib/components/send-method-dialog/components/signature-button/style/_theme.scss +4 -4
- package/lib/components/send-method-dialog/components/signature-button/style/material.scss +4 -4
- package/lib/components/send-method-dialog/model/email-address-viewmodel.d.ts +5 -5
- package/lib/components/send-method-dialog/send-method-dialog.component.d.ts +71 -71
- package/lib/components/send-method-dialog/send-method-dialog.module.d.ts +2 -2
- package/lib/components/send-method-dialog/send-method-params.interface.d.ts +13 -13
- package/lib/components/send-method-dialog/service/send-method.service.d.ts +23 -23
- package/lib/components/send-method-dialog/style/_layout.scss +165 -165
- package/lib/components/send-method-dialog/style/_material-definition.scss +48 -48
- package/lib/components/send-method-dialog/style/_theme.scss +33 -33
- package/lib/components/send-method-dialog/style/material.scss +10 -10
- package/lib/components/simple-tags/simple-tags.component.d.ts +31 -31
- package/lib/components/simple-tags/simple-tags.module.d.ts +2 -2
- package/lib/components/simple-tags/style/_layout.scss +272 -272
- package/lib/components/simple-tags/style/_material-definition.scss +39 -39
- package/lib/components/simple-tags/style/_theme.scss +4 -4
- package/lib/components/simple-tags/style/material.scss +4 -4
- package/lib/components/statusbar/statusbar-popup.component.d.ts +21 -21
- package/lib/components/statusbar/statusbar.component.d.ts +26 -26
- package/lib/components/statusbar/statusbar.module.d.ts +2 -2
- package/lib/components/statusbar/style/_layout.scss +70 -70
- package/lib/components/statusbar/style/_material-definition.scss +23 -23
- package/lib/components/statusbar/style/_theme.scss +13 -13
- package/lib/components/statusbar/style/material.scss +5 -5
- package/lib/components/stock/components/allocation-stock-history/allocation-stock-history.component.d.ts +9 -9
- package/lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component.d.ts +9 -9
- package/lib/components/stock/components/order-stock-history/order-stock-history.component.d.ts +9 -9
- package/lib/components/stock/components/order-stock-tab/order-stock-tab.component.d.ts +11 -11
- package/lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component.d.ts +9 -9
- package/lib/components/stock/components/order-tab/order-tab.component.d.ts +20 -20
- package/lib/components/stock/components/stock-history/stock-history.component.d.ts +13 -13
- package/lib/components/stock/components/stock-location/stock-location.component.d.ts +50 -50
- package/lib/components/stock/components/stock-prognose/stock-prognose.component.d.ts +11 -11
- package/lib/components/stock/components/stock-tab/stock-tab.component.d.ts +9 -9
- package/lib/components/stock/localization/translation.d.ts +60 -60
- package/lib/components/stock/stock-history-tabs/stock-history-tabs.component.d.ts +7 -7
- package/lib/components/stock/stock-information/stock-information.component.d.ts +8 -8
- package/lib/components/stock/stock-information-grid/stock-information-grid.component.d.ts +75 -75
- package/lib/components/stock/stock-tabs/stock-tabs.component.d.ts +56 -56
- package/lib/components/stock/stock-transfer/co-drop-down-list-fields.interface.d.ts +4 -4
- package/lib/components/stock/stock-transfer/stock-change-amount.component.d.ts +18 -18
- package/lib/components/stock/stock-transfer/stock-transfer.component.d.ts +42 -42
- package/lib/components/stock/stock.component.d.ts +57 -57
- package/lib/components/stock/stock.module.d.ts +2 -2
- package/lib/components/stock/style/_layout.scss +286 -286
- package/lib/components/stock/style/_material-definition.scss +25 -25
- package/lib/components/stock/style/_theme.scss +5 -5
- package/lib/components/stock/style/material.scss +4 -4
- package/lib/components/stock-statusbar/stock-statusbar.component.d.ts +4 -4
- package/lib/components/stock-statusbar/stock-statusbar.module.d.ts +2 -2
- package/lib/components/stock-statusbar/style/_layout.scss +24 -24
- package/lib/components/stock-statusbar/style/material.scss +4 -4
- package/lib/components/tab-bar/style/_layout.scss +78 -78
- package/lib/components/tab-bar/style/_material-definition.scss +6 -6
- package/lib/components/tab-bar/style/material.scss +4 -4
- package/lib/components/tab-bar/tab-bar.component.d.ts +21 -21
- package/lib/components/tab-bar/tab-bar.module.d.ts +2 -2
- package/lib/components/tab-bar/tab.interface.d.ts +5 -5
- package/lib/components/tags/component/style/_layout.scss +67 -67
- package/lib/components/tags/component/style/_material-definition.scss +1 -1
- package/lib/components/tags/component/style/_theme.scss +8 -8
- package/lib/components/tags/component/style/material.scss +3 -3
- package/lib/components/tags/component/tag-join-label/style/_layout.scss +97 -97
- package/lib/components/tags/component/tag-join-label/style/_material-definition.scss +4 -4
- package/lib/components/tags/component/tag-join-label/style/_theme.scss +8 -8
- package/lib/components/tags/component/tag-join-label/style/material.scss +3 -3
- package/lib/components/tile-renderer/style/_layout.scss +90 -90
- package/lib/components/tile-renderer/style/_theme.scss +4 -4
- package/lib/components/tile-renderer/style/material.scss +4 -4
- package/lib/components/tile-renderer/tile-render.component.d.ts +31 -31
- package/lib/components/tile-renderer/tile-render.module.d.ts +2 -2
- package/lib/decorator/input-boolean.decorator.d.ts +8 -8
- package/lib/enum/calendar-view.enum.d.ts +7 -7
- package/lib/enum/document-email-report.enum.d.ts +15 -15
- package/lib/enum/domain-multiple-name.enum.d.ts +10 -10
- package/lib/enum/file-type.d.ts +7 -7
- package/lib/enum/files-upload-config-objects.d.ts +22 -22
- package/lib/enum/gauge-color.enum.d.ts +8 -8
- package/lib/enum/icon.enum.d.ts +42 -42
- package/lib/enum/internal-param.enum.d.ts +34 -34
- package/lib/enum/keyboard-code.enum.d.ts +30 -30
- package/lib/enum/language-code.enum.d.ts +6 -6
- package/lib/enum/month.enum.d.ts +14 -14
- package/lib/enum/read-write-access-config-names.enum.d.ts +4 -4
- package/lib/enum/table-name.enum.d.ts +84 -84
- package/lib/enum/tag-category.enum.d.ts +19 -19
- package/lib/enum/tags-component-config-names.d.ts +4 -4
- package/lib/enum/thumb-three-way-state.d.ts +6 -6
- package/lib/enum/tile-size-type.d.ts +4 -4
- package/lib/enum/time-period.enum.d.ts +8 -8
- package/lib/event/co-drag-event.d.ts +5 -5
- package/lib/event/co-drop-event.d.ts +8 -8
- package/lib/interface/key-value-pair.d.ts +4 -4
- package/lib/interface/operation-callback-simple-function.d.ts +4 -4
- package/lib/localization/localization.module.d.ts +2 -2
- package/lib/localization/localize.pipe.d.ts +7 -7
- package/lib/localization/localize.service.d.ts +7 -7
- package/lib/localization/translation.d.ts +2 -2
- package/lib/model/agenda-event-per-day.model.d.ts +5 -5
- package/lib/model/agenda-event.model.d.ts +17 -17
- package/lib/model/agenda-null-objects.d.ts +10 -10
- package/lib/model/constant/all-months.d.ts +2 -2
- package/lib/model/date-range.d.ts +7 -7
- package/lib/model/day.model.d.ts +8 -8
- package/lib/model/icon-svg.d.ts +4 -4
- package/lib/model/month.model.d.ts +5 -5
- package/lib/model/send-method.d.ts +7 -7
- package/lib/model/settings.d.ts +3 -3
- package/lib/model/tag-tree-item.bo.d.ts +18 -18
- package/lib/model/time-window.bo.d.ts +13 -13
- package/lib/model/tree-object.d.ts +8 -8
- package/lib/model/week.model.d.ts +4 -4
- package/lib/model/weekday.model.d.ts +16 -16
- package/lib/pipe/array-number.pipe.d.ts +4 -4
- package/lib/pipe/file-type-image.pipe.d.ts +12 -12
- package/lib/pipe/master-pipes.d.ts +1 -1
- package/lib/pipe/ucfirst.pipe.d.ts +4 -4
- package/lib/service/dictionary.service.d.ts +21 -21
- package/lib/service/drag-drop.service.d.ts +86 -86
- package/lib/service/icon-cache.service.d.ts +18 -18
- package/lib/service/options.service.d.ts +13 -13
- package/lib/service/shared-connector.service.d.ts +55 -55
- package/lib/service/shared.service.d.ts +18 -18
- package/lib/service/stock.service.d.ts +41 -41
- package/lib/style/_mixin.scss +14 -14
- package/lib/style/_variables.scss +21 -21
- package/lib/style/sharedcomponents-globals.scss +10 -10
- package/lib/utils/array-utils.d.ts +63 -63
- package/lib/utils/calendar.utils.d.ts +10 -10
- package/lib/utils/check-precision-and-scale-result.d.ts +4 -4
- package/lib/utils/check-within-stepped-bounds-result.d.ts +8 -8
- package/lib/utils/co-document-shared-field-logic.d.ts +7 -7
- package/lib/utils/date-utils.d.ts +44 -44
- package/lib/utils/enum-utils.d.ts +31 -31
- package/lib/utils/function/not-nill.function.d.ts +1 -1
- package/lib/utils/is-nill.function.d.ts +1 -1
- package/lib/utils/map-utils.d.ts +16 -16
- package/lib/utils/number-utils.d.ts +125 -125
- package/lib/utils/object-utils.d.ts +40 -40
- package/lib/utils/ref-code-utils.d.ts +10 -10
- package/lib/utils/string-utils.d.ts +38 -38
- package/package.json +6 -6
- package/public-api.d.ts +27 -27
|
@@ -1,91 +1,91 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
export { AppFileDropzoneComponent as ɵdg } from './lib/components/app-file-dropzone/app-file-dropzone.component';
|
|
6
|
-
export { AppFileDropzoneModule as ɵdf } from './lib/components/app-file-dropzone/app-file-dropzone.module';
|
|
7
|
-
export { AgendaBaseViewComponent as ɵcd } from './lib/components/date-planning/component/agenda/agenda-base-view.component';
|
|
8
|
-
export { AgendaDayViewComponent as ɵce } from './lib/components/date-planning/component/agenda/agenda-day-view.component';
|
|
9
|
-
export { AgendaEventComponent as ɵcm } from './lib/components/date-planning/component/agenda/agenda-event.component';
|
|
10
|
-
export { AgendaEventsComponent as ɵcl } from './lib/components/date-planning/component/agenda/agenda-events.component';
|
|
11
|
-
export { AgendaHalfHourCellComponent as ɵck } from './lib/components/date-planning/component/agenda/agenda-half-hour-cell.component';
|
|
12
|
-
export { AgendaHeaderComponent as ɵca } from './lib/components/date-planning/component/agenda/agenda-header.component';
|
|
13
|
-
export { AgendaHourCellComponent as ɵci } from './lib/components/date-planning/component/agenda/agenda-hour-cell.component';
|
|
14
|
-
export { AgendaHourViewLabelsComponent as ɵcj } from './lib/components/date-planning/component/agenda/agenda-hour-view-labels.component';
|
|
15
|
-
export { AgendaHourViewComponent as ɵch } from './lib/components/date-planning/component/agenda/agenda-hour-view.component';
|
|
16
|
-
export { AgendaMonthViewComponent as ɵcc } from './lib/components/date-planning/component/agenda/agenda-month-view.component';
|
|
17
|
-
export { AgendaSelectEventComponent as ɵco } from './lib/components/date-planning/component/agenda/agenda-select-event.component';
|
|
18
|
-
export { AgendaViewComponent as ɵcb } from './lib/components/date-planning/component/agenda/agenda-view.component';
|
|
19
|
-
export { AgendaWeekSelectViewComponent as ɵcg } from './lib/components/date-planning/component/agenda/agenda-week-select-view.component';
|
|
20
|
-
export { AgendaWeekViewComponent as ɵcf } from './lib/components/date-planning/component/agenda/agenda-week-view.component';
|
|
21
|
-
export { ViewSelectComponent as ɵcn } from './lib/components/date-planning/component/agenda/view-select.component';
|
|
22
|
-
export { CalendarAllMonthsComponent as ɵbv } from './lib/components/date-planning/component/calendar/calendar-all-months.component';
|
|
23
|
-
export { CalendarAllYearsComponent as ɵbu } from './lib/components/date-planning/component/calendar/calendar-all-years.component';
|
|
24
|
-
export { CalendarHeaderComponent as ɵbw } from './lib/components/date-planning/component/calendar/calendar-header.component';
|
|
25
|
-
export { CalendarViewComponent as ɵby } from './lib/components/date-planning/component/calendar/calendar-view.component';
|
|
26
|
-
export { CalendarComponent as ɵbx } from './lib/components/date-planning/component/calendar/calendar.component';
|
|
27
|
-
export { SignatureComponent as ɵa } from './lib/components/docsign/component/signature/signature.component';
|
|
28
|
-
export { SignaturesComponent as ɵb } from './lib/components/docsign/component/signatures/signatures.component';
|
|
29
|
-
export { FileUploadPopupComponent as ɵde } from './lib/components/file-upload-popup/file-upload-popup.component';
|
|
30
|
-
export { FileUploadPopupModule as ɵdb } from './lib/components/file-upload-popup/file-upload-popup.module';
|
|
31
|
-
export { FileUploadComponent as ɵda } from './lib/components/file-upload/file-upload.component';
|
|
32
|
-
export { FileUploadModule as ɵcx } from './lib/components/file-upload/file-upload.module';
|
|
33
|
-
export { BaseFileUploadComponent as ɵct } from './lib/components/files-upload/components/base-file-upload.component';
|
|
34
|
-
export { DragDropContainerComponent as ɵdh } from './lib/components/files-upload/components/drag-drop-container.component';
|
|
35
|
-
export { ImageDisplayComponent as ɵcw } from './lib/components/image-display/image-display.component';
|
|
36
|
-
export { ImageDisplayModule as ɵcv } from './lib/components/image-display/image-display.module';
|
|
37
|
-
export { MultiplePropertyTogglerComponent as ɵdd } from './lib/components/multi-property-toggler/multiple-property-toggler.component';
|
|
38
|
-
export { MultiplePropertyTogglerModule as ɵdc } from './lib/components/multi-property-toggler/multiple-property-toggler.module';
|
|
39
|
-
export { LayoutSelectionComponent as ɵl } from './lib/components/send-method-dialog/components/layout-selection/layout-selection.component';
|
|
40
|
-
export { LayoutSelectionModule as ɵk } from './lib/components/send-method-dialog/components/layout-selection/layout-selection.module';
|
|
41
|
-
export { PrinterSelectionComponent as ɵr } from './lib/components/send-method-dialog/components/printer-selection/printer-selection.component';
|
|
42
|
-
export { PrinterSelectionModule as ɵq } from './lib/components/send-method-dialog/components/printer-selection/printer-selection.module';
|
|
43
|
-
export { SendMethodEmailComponent as ɵo } from './lib/components/send-method-dialog/components/send-method-email/send-method-email.component';
|
|
44
|
-
export { SendMethodEmailModule as ɵj } from './lib/components/send-method-dialog/components/send-method-email/send-method-email.module';
|
|
45
|
-
export { SendMethodPdfComponent as ɵu } from './lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component';
|
|
46
|
-
export { SendMethodPdfModule as ɵt } from './lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module';
|
|
47
|
-
export { SendMethodPrinterComponent as ɵs } from './lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component';
|
|
48
|
-
export { SendMethodPrinterModule as ɵp } from './lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module';
|
|
49
|
-
export { SignatureButtonComponent as ɵn } from './lib/components/send-method-dialog/components/signature-button/signature-button.component';
|
|
50
|
-
export { SignatureButtonModule as ɵm } from './lib/components/send-method-dialog/components/signature-button/signature-button.module';
|
|
51
|
-
export { SendMethodService as ɵi } from './lib/components/send-method-dialog/service/send-method.service';
|
|
52
|
-
export { StatusbarPopupComponent as ɵx } from './lib/components/statusbar/statusbar-popup.component';
|
|
53
|
-
export { StockStatusbarComponent as ɵz } from './lib/components/stock-statusbar/stock-statusbar.component';
|
|
54
|
-
export { StockStatusbarModule as ɵy } from './lib/components/stock-statusbar/stock-statusbar.module';
|
|
55
|
-
export { AllocationStockHistoryComponent as ɵbq } from './lib/components/stock/components/allocation-stock-history/allocation-stock-history.component';
|
|
56
|
-
export { OrderCommissionStockHistoryComponent as ɵbo } from './lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component';
|
|
57
|
-
export { OrderStockHistoryComponent as ɵbp } from './lib/components/stock/components/order-stock-history/order-stock-history.component';
|
|
58
|
-
export { OrderStockTabComponent as ɵbk } from './lib/components/stock/components/order-stock-tab/order-stock-tab.component';
|
|
59
|
-
export { OrderSupplyStockHistoryComponent as ɵbn } from './lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component';
|
|
60
|
-
export { OrderTabComponent as ɵbh } from './lib/components/stock/components/order-tab/order-tab.component';
|
|
61
|
-
export { StockHistoryComponent as ɵbm } from './lib/components/stock/components/stock-history/stock-history.component';
|
|
62
|
-
export { StockLocationComponent as ɵbl } from './lib/components/stock/components/stock-location/stock-location.component';
|
|
63
|
-
export { StockPrognoseComponent as ɵbr } from './lib/components/stock/components/stock-prognose/stock-prognose.component';
|
|
64
|
-
export { StockTabComponent as ɵbg } from './lib/components/stock/components/stock-tab/stock-tab.component';
|
|
65
|
-
export { StockHistoryTabsComponent as ɵbj } from './lib/components/stock/stock-history-tabs/stock-history-tabs.component';
|
|
66
|
-
export { StockInformationGridComponent as ɵbd } from './lib/components/stock/stock-information-grid/stock-information-grid.component';
|
|
67
|
-
export { StockInformationComponent as ɵbc } from './lib/components/stock/stock-information/stock-information.component';
|
|
68
|
-
export { StockTabsComponent as ɵbi } from './lib/components/stock/stock-tabs/stock-tabs.component';
|
|
69
|
-
export { StockChangeAmountComponent as ɵbf } from './lib/components/stock/stock-transfer/stock-change-amount.component';
|
|
70
|
-
export { StockTransferComponent as ɵbe } from './lib/components/stock/stock-transfer/stock-transfer.component';
|
|
71
|
-
export { TabBarComponent as ɵw } from './lib/components/tab-bar/tab-bar.component';
|
|
72
|
-
export { TabBarModule as ɵv } from './lib/components/tab-bar/tab-bar.module';
|
|
73
|
-
export { TileRenderComponent as ɵcz } from './lib/components/tile-renderer/tile-render.component';
|
|
74
|
-
export { TileRenderModule as ɵcy } from './lib/components/tile-renderer/tile-render.module';
|
|
75
|
-
export { InputBoolean as ɵcu } from './lib/decorator/input-boolean.decorator';
|
|
76
|
-
export { Icon as ɵbt } from './lib/enum/icon.enum';
|
|
77
|
-
export { LanguageCode as ɵbz } from './lib/enum/language-code.enum';
|
|
78
|
-
export { LocalizationModule as ɵba } from './lib/localization/localization.module';
|
|
79
|
-
export { LocalizePipe as ɵbb } from './lib/localization/localize.pipe';
|
|
80
|
-
export { LocalizeService as ɵg } from './lib/localization/localize.service';
|
|
81
|
-
export { SendMethod as ɵbs } from './lib/model/send-method';
|
|
82
|
-
export { ArrayNumberPipe as ɵcq } from './lib/pipe/array-number.pipe';
|
|
83
|
-
export { FileTypeImagePipe as ɵcs } from './lib/pipe/file-type-image.pipe';
|
|
84
|
-
export { MASTER_PIPES as ɵcp } from './lib/pipe/master-pipes';
|
|
85
|
-
export { UCfirstPipe as ɵcr } from './lib/pipe/ucfirst.pipe';
|
|
86
|
-
export { DictionaryService as ɵf } from './lib/service/dictionary.service';
|
|
87
|
-
export { DragDropService as ɵdi } from './lib/service/drag-drop.service';
|
|
88
|
-
export { IconCacheService as ɵh } from './lib/service/icon-cache.service';
|
|
89
|
-
export { OptionsService as ɵe } from './lib/service/options.service';
|
|
90
|
-
export { SharedConnectorService as ɵd } from './lib/service/shared-connector.service';
|
|
91
|
-
export { StockService as ɵc } from './lib/service/stock.service';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
|
+
export { AppFileDropzoneComponent as ɵdg } from './lib/components/app-file-dropzone/app-file-dropzone.component';
|
|
6
|
+
export { AppFileDropzoneModule as ɵdf } from './lib/components/app-file-dropzone/app-file-dropzone.module';
|
|
7
|
+
export { AgendaBaseViewComponent as ɵcd } from './lib/components/date-planning/component/agenda/agenda-base-view.component';
|
|
8
|
+
export { AgendaDayViewComponent as ɵce } from './lib/components/date-planning/component/agenda/agenda-day-view.component';
|
|
9
|
+
export { AgendaEventComponent as ɵcm } from './lib/components/date-planning/component/agenda/agenda-event.component';
|
|
10
|
+
export { AgendaEventsComponent as ɵcl } from './lib/components/date-planning/component/agenda/agenda-events.component';
|
|
11
|
+
export { AgendaHalfHourCellComponent as ɵck } from './lib/components/date-planning/component/agenda/agenda-half-hour-cell.component';
|
|
12
|
+
export { AgendaHeaderComponent as ɵca } from './lib/components/date-planning/component/agenda/agenda-header.component';
|
|
13
|
+
export { AgendaHourCellComponent as ɵci } from './lib/components/date-planning/component/agenda/agenda-hour-cell.component';
|
|
14
|
+
export { AgendaHourViewLabelsComponent as ɵcj } from './lib/components/date-planning/component/agenda/agenda-hour-view-labels.component';
|
|
15
|
+
export { AgendaHourViewComponent as ɵch } from './lib/components/date-planning/component/agenda/agenda-hour-view.component';
|
|
16
|
+
export { AgendaMonthViewComponent as ɵcc } from './lib/components/date-planning/component/agenda/agenda-month-view.component';
|
|
17
|
+
export { AgendaSelectEventComponent as ɵco } from './lib/components/date-planning/component/agenda/agenda-select-event.component';
|
|
18
|
+
export { AgendaViewComponent as ɵcb } from './lib/components/date-planning/component/agenda/agenda-view.component';
|
|
19
|
+
export { AgendaWeekSelectViewComponent as ɵcg } from './lib/components/date-planning/component/agenda/agenda-week-select-view.component';
|
|
20
|
+
export { AgendaWeekViewComponent as ɵcf } from './lib/components/date-planning/component/agenda/agenda-week-view.component';
|
|
21
|
+
export { ViewSelectComponent as ɵcn } from './lib/components/date-planning/component/agenda/view-select.component';
|
|
22
|
+
export { CalendarAllMonthsComponent as ɵbv } from './lib/components/date-planning/component/calendar/calendar-all-months.component';
|
|
23
|
+
export { CalendarAllYearsComponent as ɵbu } from './lib/components/date-planning/component/calendar/calendar-all-years.component';
|
|
24
|
+
export { CalendarHeaderComponent as ɵbw } from './lib/components/date-planning/component/calendar/calendar-header.component';
|
|
25
|
+
export { CalendarViewComponent as ɵby } from './lib/components/date-planning/component/calendar/calendar-view.component';
|
|
26
|
+
export { CalendarComponent as ɵbx } from './lib/components/date-planning/component/calendar/calendar.component';
|
|
27
|
+
export { SignatureComponent as ɵa } from './lib/components/docsign/component/signature/signature.component';
|
|
28
|
+
export { SignaturesComponent as ɵb } from './lib/components/docsign/component/signatures/signatures.component';
|
|
29
|
+
export { FileUploadPopupComponent as ɵde } from './lib/components/file-upload-popup/file-upload-popup.component';
|
|
30
|
+
export { FileUploadPopupModule as ɵdb } from './lib/components/file-upload-popup/file-upload-popup.module';
|
|
31
|
+
export { FileUploadComponent as ɵda } from './lib/components/file-upload/file-upload.component';
|
|
32
|
+
export { FileUploadModule as ɵcx } from './lib/components/file-upload/file-upload.module';
|
|
33
|
+
export { BaseFileUploadComponent as ɵct } from './lib/components/files-upload/components/base-file-upload.component';
|
|
34
|
+
export { DragDropContainerComponent as ɵdh } from './lib/components/files-upload/components/drag-drop-container.component';
|
|
35
|
+
export { ImageDisplayComponent as ɵcw } from './lib/components/image-display/image-display.component';
|
|
36
|
+
export { ImageDisplayModule as ɵcv } from './lib/components/image-display/image-display.module';
|
|
37
|
+
export { MultiplePropertyTogglerComponent as ɵdd } from './lib/components/multi-property-toggler/multiple-property-toggler.component';
|
|
38
|
+
export { MultiplePropertyTogglerModule as ɵdc } from './lib/components/multi-property-toggler/multiple-property-toggler.module';
|
|
39
|
+
export { LayoutSelectionComponent as ɵl } from './lib/components/send-method-dialog/components/layout-selection/layout-selection.component';
|
|
40
|
+
export { LayoutSelectionModule as ɵk } from './lib/components/send-method-dialog/components/layout-selection/layout-selection.module';
|
|
41
|
+
export { PrinterSelectionComponent as ɵr } from './lib/components/send-method-dialog/components/printer-selection/printer-selection.component';
|
|
42
|
+
export { PrinterSelectionModule as ɵq } from './lib/components/send-method-dialog/components/printer-selection/printer-selection.module';
|
|
43
|
+
export { SendMethodEmailComponent as ɵo } from './lib/components/send-method-dialog/components/send-method-email/send-method-email.component';
|
|
44
|
+
export { SendMethodEmailModule as ɵj } from './lib/components/send-method-dialog/components/send-method-email/send-method-email.module';
|
|
45
|
+
export { SendMethodPdfComponent as ɵu } from './lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component';
|
|
46
|
+
export { SendMethodPdfModule as ɵt } from './lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module';
|
|
47
|
+
export { SendMethodPrinterComponent as ɵs } from './lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component';
|
|
48
|
+
export { SendMethodPrinterModule as ɵp } from './lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module';
|
|
49
|
+
export { SignatureButtonComponent as ɵn } from './lib/components/send-method-dialog/components/signature-button/signature-button.component';
|
|
50
|
+
export { SignatureButtonModule as ɵm } from './lib/components/send-method-dialog/components/signature-button/signature-button.module';
|
|
51
|
+
export { SendMethodService as ɵi } from './lib/components/send-method-dialog/service/send-method.service';
|
|
52
|
+
export { StatusbarPopupComponent as ɵx } from './lib/components/statusbar/statusbar-popup.component';
|
|
53
|
+
export { StockStatusbarComponent as ɵz } from './lib/components/stock-statusbar/stock-statusbar.component';
|
|
54
|
+
export { StockStatusbarModule as ɵy } from './lib/components/stock-statusbar/stock-statusbar.module';
|
|
55
|
+
export { AllocationStockHistoryComponent as ɵbq } from './lib/components/stock/components/allocation-stock-history/allocation-stock-history.component';
|
|
56
|
+
export { OrderCommissionStockHistoryComponent as ɵbo } from './lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component';
|
|
57
|
+
export { OrderStockHistoryComponent as ɵbp } from './lib/components/stock/components/order-stock-history/order-stock-history.component';
|
|
58
|
+
export { OrderStockTabComponent as ɵbk } from './lib/components/stock/components/order-stock-tab/order-stock-tab.component';
|
|
59
|
+
export { OrderSupplyStockHistoryComponent as ɵbn } from './lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component';
|
|
60
|
+
export { OrderTabComponent as ɵbh } from './lib/components/stock/components/order-tab/order-tab.component';
|
|
61
|
+
export { StockHistoryComponent as ɵbm } from './lib/components/stock/components/stock-history/stock-history.component';
|
|
62
|
+
export { StockLocationComponent as ɵbl } from './lib/components/stock/components/stock-location/stock-location.component';
|
|
63
|
+
export { StockPrognoseComponent as ɵbr } from './lib/components/stock/components/stock-prognose/stock-prognose.component';
|
|
64
|
+
export { StockTabComponent as ɵbg } from './lib/components/stock/components/stock-tab/stock-tab.component';
|
|
65
|
+
export { StockHistoryTabsComponent as ɵbj } from './lib/components/stock/stock-history-tabs/stock-history-tabs.component';
|
|
66
|
+
export { StockInformationGridComponent as ɵbd } from './lib/components/stock/stock-information-grid/stock-information-grid.component';
|
|
67
|
+
export { StockInformationComponent as ɵbc } from './lib/components/stock/stock-information/stock-information.component';
|
|
68
|
+
export { StockTabsComponent as ɵbi } from './lib/components/stock/stock-tabs/stock-tabs.component';
|
|
69
|
+
export { StockChangeAmountComponent as ɵbf } from './lib/components/stock/stock-transfer/stock-change-amount.component';
|
|
70
|
+
export { StockTransferComponent as ɵbe } from './lib/components/stock/stock-transfer/stock-transfer.component';
|
|
71
|
+
export { TabBarComponent as ɵw } from './lib/components/tab-bar/tab-bar.component';
|
|
72
|
+
export { TabBarModule as ɵv } from './lib/components/tab-bar/tab-bar.module';
|
|
73
|
+
export { TileRenderComponent as ɵcz } from './lib/components/tile-renderer/tile-render.component';
|
|
74
|
+
export { TileRenderModule as ɵcy } from './lib/components/tile-renderer/tile-render.module';
|
|
75
|
+
export { InputBoolean as ɵcu } from './lib/decorator/input-boolean.decorator';
|
|
76
|
+
export { Icon as ɵbt } from './lib/enum/icon.enum';
|
|
77
|
+
export { LanguageCode as ɵbz } from './lib/enum/language-code.enum';
|
|
78
|
+
export { LocalizationModule as ɵba } from './lib/localization/localization.module';
|
|
79
|
+
export { LocalizePipe as ɵbb } from './lib/localization/localize.pipe';
|
|
80
|
+
export { LocalizeService as ɵg } from './lib/localization/localize.service';
|
|
81
|
+
export { SendMethod as ɵbs } from './lib/model/send-method';
|
|
82
|
+
export { ArrayNumberPipe as ɵcq } from './lib/pipe/array-number.pipe';
|
|
83
|
+
export { FileTypeImagePipe as ɵcs } from './lib/pipe/file-type-image.pipe';
|
|
84
|
+
export { MASTER_PIPES as ɵcp } from './lib/pipe/master-pipes';
|
|
85
|
+
export { UCfirstPipe as ɵcr } from './lib/pipe/ucfirst.pipe';
|
|
86
|
+
export { DictionaryService as ɵf } from './lib/service/dictionary.service';
|
|
87
|
+
export { DragDropService as ɵdi } from './lib/service/drag-drop.service';
|
|
88
|
+
export { IconCacheService as ɵh } from './lib/service/icon-cache.service';
|
|
89
|
+
export { OptionsService as ɵe } from './lib/service/options.service';
|
|
90
|
+
export { SharedConnectorService as ɵd } from './lib/service/shared-connector.service';
|
|
91
|
+
export { StockService as ɵc } from './lib/service/stock.service';
|
|
@@ -1,92 +1,92 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
export { AppFileDropzoneComponent as ɵdg } from './lib/components/app-file-dropzone/app-file-dropzone.component';
|
|
6
|
-
export { AppFileDropzoneModule as ɵdf } from './lib/components/app-file-dropzone/app-file-dropzone.module';
|
|
7
|
-
export { AgendaBaseViewComponent as ɵcd } from './lib/components/date-planning/component/agenda/agenda-base-view.component';
|
|
8
|
-
export { AgendaDayViewComponent as ɵce } from './lib/components/date-planning/component/agenda/agenda-day-view.component';
|
|
9
|
-
export { AgendaEventComponent as ɵcm } from './lib/components/date-planning/component/agenda/agenda-event.component';
|
|
10
|
-
export { AgendaEventsComponent as ɵcl } from './lib/components/date-planning/component/agenda/agenda-events.component';
|
|
11
|
-
export { AgendaHalfHourCellComponent as ɵck } from './lib/components/date-planning/component/agenda/agenda-half-hour-cell.component';
|
|
12
|
-
export { AgendaHeaderComponent as ɵca } from './lib/components/date-planning/component/agenda/agenda-header.component';
|
|
13
|
-
export { AgendaHourCellComponent as ɵci } from './lib/components/date-planning/component/agenda/agenda-hour-cell.component';
|
|
14
|
-
export { AgendaHourViewLabelsComponent as ɵcj } from './lib/components/date-planning/component/agenda/agenda-hour-view-labels.component';
|
|
15
|
-
export { AgendaHourViewComponent as ɵch } from './lib/components/date-planning/component/agenda/agenda-hour-view.component';
|
|
16
|
-
export { AgendaMonthViewComponent as ɵcc } from './lib/components/date-planning/component/agenda/agenda-month-view.component';
|
|
17
|
-
export { AgendaSelectEventComponent as ɵco } from './lib/components/date-planning/component/agenda/agenda-select-event.component';
|
|
18
|
-
export { AgendaViewComponent as ɵcb } from './lib/components/date-planning/component/agenda/agenda-view.component';
|
|
19
|
-
export { AgendaWeekSelectViewComponent as ɵcg } from './lib/components/date-planning/component/agenda/agenda-week-select-view.component';
|
|
20
|
-
export { AgendaWeekViewComponent as ɵcf } from './lib/components/date-planning/component/agenda/agenda-week-view.component';
|
|
21
|
-
export { ViewSelectComponent as ɵcn } from './lib/components/date-planning/component/agenda/view-select.component';
|
|
22
|
-
export { CalendarAllMonthsComponent as ɵbv } from './lib/components/date-planning/component/calendar/calendar-all-months.component';
|
|
23
|
-
export { CalendarAllYearsComponent as ɵbu } from './lib/components/date-planning/component/calendar/calendar-all-years.component';
|
|
24
|
-
export { CalendarHeaderComponent as ɵbw } from './lib/components/date-planning/component/calendar/calendar-header.component';
|
|
25
|
-
export { CalendarViewComponent as ɵby } from './lib/components/date-planning/component/calendar/calendar-view.component';
|
|
26
|
-
export { CalendarComponent as ɵbx } from './lib/components/date-planning/component/calendar/calendar.component';
|
|
27
|
-
export { SignatureComponent as ɵa } from './lib/components/docsign/component/signature/signature.component';
|
|
28
|
-
export { SignaturesComponent as ɵb } from './lib/components/docsign/component/signatures/signatures.component';
|
|
29
|
-
export { FileUploadPopupComponent as ɵde } from './lib/components/file-upload-popup/file-upload-popup.component';
|
|
30
|
-
export { FileUploadPopupModule as ɵdb } from './lib/components/file-upload-popup/file-upload-popup.module';
|
|
31
|
-
export { FileUploadComponent as ɵda } from './lib/components/file-upload/file-upload.component';
|
|
32
|
-
export { FileUploadModule as ɵcx } from './lib/components/file-upload/file-upload.module';
|
|
33
|
-
export { BaseFileUploadComponent as ɵct } from './lib/components/files-upload/components/base-file-upload.component';
|
|
34
|
-
export { DragDropContainerComponent as ɵdh } from './lib/components/files-upload/components/drag-drop-container.component';
|
|
35
|
-
export { ImageDisplayComponent as ɵcw } from './lib/components/image-display/image-display.component';
|
|
36
|
-
export { ImageDisplayModule as ɵcv } from './lib/components/image-display/image-display.module';
|
|
37
|
-
export { MultiplePropertyTogglerComponent as ɵdd } from './lib/components/multi-property-toggler/multiple-property-toggler.component';
|
|
38
|
-
export { MultiplePropertyTogglerModule as ɵdc } from './lib/components/multi-property-toggler/multiple-property-toggler.module';
|
|
39
|
-
export { LayoutSelectionComponent as ɵl } from './lib/components/send-method-dialog/components/layout-selection/layout-selection.component';
|
|
40
|
-
export { LayoutSelectionModule as ɵk } from './lib/components/send-method-dialog/components/layout-selection/layout-selection.module';
|
|
41
|
-
export { PrinterSelectionComponent as ɵr } from './lib/components/send-method-dialog/components/printer-selection/printer-selection.component';
|
|
42
|
-
export { PrinterSelectionModule as ɵq } from './lib/components/send-method-dialog/components/printer-selection/printer-selection.module';
|
|
43
|
-
export { SendMethodEmailComponent as ɵo } from './lib/components/send-method-dialog/components/send-method-email/send-method-email.component';
|
|
44
|
-
export { SendMethodEmailModule as ɵj } from './lib/components/send-method-dialog/components/send-method-email/send-method-email.module';
|
|
45
|
-
export { SendMethodPdfComponent as ɵu } from './lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component';
|
|
46
|
-
export { SendMethodPdfModule as ɵt } from './lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module';
|
|
47
|
-
export { SendMethodPrinterComponent as ɵs } from './lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component';
|
|
48
|
-
export { SendMethodPrinterModule as ɵp } from './lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module';
|
|
49
|
-
export { SignatureButtonComponent as ɵn } from './lib/components/send-method-dialog/components/signature-button/signature-button.component';
|
|
50
|
-
export { SignatureButtonModule as ɵm } from './lib/components/send-method-dialog/components/signature-button/signature-button.module';
|
|
51
|
-
export { SendMethodService as ɵi } from './lib/components/send-method-dialog/service/send-method.service';
|
|
52
|
-
export { StatusbarPopupComponent as ɵx } from './lib/components/statusbar/statusbar-popup.component';
|
|
53
|
-
export { StockStatusbarComponent as ɵz } from './lib/components/stock-statusbar/stock-statusbar.component';
|
|
54
|
-
export { StockStatusbarModule as ɵy } from './lib/components/stock-statusbar/stock-statusbar.module';
|
|
55
|
-
export { AllocationStockHistoryComponent as ɵbq } from './lib/components/stock/components/allocation-stock-history/allocation-stock-history.component';
|
|
56
|
-
export { OrderCommissionStockHistoryComponent as ɵbo } from './lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component';
|
|
57
|
-
export { OrderStockHistoryComponent as ɵbp } from './lib/components/stock/components/order-stock-history/order-stock-history.component';
|
|
58
|
-
export { OrderStockTabComponent as ɵbk } from './lib/components/stock/components/order-stock-tab/order-stock-tab.component';
|
|
59
|
-
export { OrderSupplyStockHistoryComponent as ɵbn } from './lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component';
|
|
60
|
-
export { OrderTabComponent as ɵbh } from './lib/components/stock/components/order-tab/order-tab.component';
|
|
61
|
-
export { StockHistoryComponent as ɵbm } from './lib/components/stock/components/stock-history/stock-history.component';
|
|
62
|
-
export { StockLocationComponent as ɵbl } from './lib/components/stock/components/stock-location/stock-location.component';
|
|
63
|
-
export { StockPrognoseComponent as ɵbr } from './lib/components/stock/components/stock-prognose/stock-prognose.component';
|
|
64
|
-
export { StockTabComponent as ɵbg } from './lib/components/stock/components/stock-tab/stock-tab.component';
|
|
65
|
-
export { StockHistoryTabsComponent as ɵbj } from './lib/components/stock/stock-history-tabs/stock-history-tabs.component';
|
|
66
|
-
export { StockInformationGridComponent as ɵbd } from './lib/components/stock/stock-information-grid/stock-information-grid.component';
|
|
67
|
-
export { StockInformationComponent as ɵbc } from './lib/components/stock/stock-information/stock-information.component';
|
|
68
|
-
export { StockTabsComponent as ɵbi } from './lib/components/stock/stock-tabs/stock-tabs.component';
|
|
69
|
-
export { StockChangeAmountComponent as ɵbf } from './lib/components/stock/stock-transfer/stock-change-amount.component';
|
|
70
|
-
export { StockTransferComponent as ɵbe } from './lib/components/stock/stock-transfer/stock-transfer.component';
|
|
71
|
-
export { TabBarComponent as ɵw } from './lib/components/tab-bar/tab-bar.component';
|
|
72
|
-
export { TabBarModule as ɵv } from './lib/components/tab-bar/tab-bar.module';
|
|
73
|
-
export { TileRenderComponent as ɵcz } from './lib/components/tile-renderer/tile-render.component';
|
|
74
|
-
export { TileRenderModule as ɵcy } from './lib/components/tile-renderer/tile-render.module';
|
|
75
|
-
export { InputBoolean as ɵcu } from './lib/decorator/input-boolean.decorator';
|
|
76
|
-
export { Icon as ɵbt } from './lib/enum/icon.enum';
|
|
77
|
-
export { LanguageCode as ɵbz } from './lib/enum/language-code.enum';
|
|
78
|
-
export { LocalizationModule as ɵba } from './lib/localization/localization.module';
|
|
79
|
-
export { LocalizePipe as ɵbb } from './lib/localization/localize.pipe';
|
|
80
|
-
export { LocalizeService as ɵg } from './lib/localization/localize.service';
|
|
81
|
-
export { SendMethod as ɵbs } from './lib/model/send-method';
|
|
82
|
-
export { ArrayNumberPipe as ɵcq } from './lib/pipe/array-number.pipe';
|
|
83
|
-
export { FileTypeImagePipe as ɵcs } from './lib/pipe/file-type-image.pipe';
|
|
84
|
-
export { MASTER_PIPES as ɵcp } from './lib/pipe/master-pipes';
|
|
85
|
-
export { UCfirstPipe as ɵcr } from './lib/pipe/ucfirst.pipe';
|
|
86
|
-
export { DictionaryService as ɵf } from './lib/service/dictionary.service';
|
|
87
|
-
export { DragDropService as ɵdi } from './lib/service/drag-drop.service';
|
|
88
|
-
export { IconCacheService as ɵh } from './lib/service/icon-cache.service';
|
|
89
|
-
export { OptionsService as ɵe } from './lib/service/options.service';
|
|
90
|
-
export { SharedConnectorService as ɵd } from './lib/service/shared-connector.service';
|
|
91
|
-
export { StockService as ɵc } from './lib/service/stock.service';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
|
+
export { AppFileDropzoneComponent as ɵdg } from './lib/components/app-file-dropzone/app-file-dropzone.component';
|
|
6
|
+
export { AppFileDropzoneModule as ɵdf } from './lib/components/app-file-dropzone/app-file-dropzone.module';
|
|
7
|
+
export { AgendaBaseViewComponent as ɵcd } from './lib/components/date-planning/component/agenda/agenda-base-view.component';
|
|
8
|
+
export { AgendaDayViewComponent as ɵce } from './lib/components/date-planning/component/agenda/agenda-day-view.component';
|
|
9
|
+
export { AgendaEventComponent as ɵcm } from './lib/components/date-planning/component/agenda/agenda-event.component';
|
|
10
|
+
export { AgendaEventsComponent as ɵcl } from './lib/components/date-planning/component/agenda/agenda-events.component';
|
|
11
|
+
export { AgendaHalfHourCellComponent as ɵck } from './lib/components/date-planning/component/agenda/agenda-half-hour-cell.component';
|
|
12
|
+
export { AgendaHeaderComponent as ɵca } from './lib/components/date-planning/component/agenda/agenda-header.component';
|
|
13
|
+
export { AgendaHourCellComponent as ɵci } from './lib/components/date-planning/component/agenda/agenda-hour-cell.component';
|
|
14
|
+
export { AgendaHourViewLabelsComponent as ɵcj } from './lib/components/date-planning/component/agenda/agenda-hour-view-labels.component';
|
|
15
|
+
export { AgendaHourViewComponent as ɵch } from './lib/components/date-planning/component/agenda/agenda-hour-view.component';
|
|
16
|
+
export { AgendaMonthViewComponent as ɵcc } from './lib/components/date-planning/component/agenda/agenda-month-view.component';
|
|
17
|
+
export { AgendaSelectEventComponent as ɵco } from './lib/components/date-planning/component/agenda/agenda-select-event.component';
|
|
18
|
+
export { AgendaViewComponent as ɵcb } from './lib/components/date-planning/component/agenda/agenda-view.component';
|
|
19
|
+
export { AgendaWeekSelectViewComponent as ɵcg } from './lib/components/date-planning/component/agenda/agenda-week-select-view.component';
|
|
20
|
+
export { AgendaWeekViewComponent as ɵcf } from './lib/components/date-planning/component/agenda/agenda-week-view.component';
|
|
21
|
+
export { ViewSelectComponent as ɵcn } from './lib/components/date-planning/component/agenda/view-select.component';
|
|
22
|
+
export { CalendarAllMonthsComponent as ɵbv } from './lib/components/date-planning/component/calendar/calendar-all-months.component';
|
|
23
|
+
export { CalendarAllYearsComponent as ɵbu } from './lib/components/date-planning/component/calendar/calendar-all-years.component';
|
|
24
|
+
export { CalendarHeaderComponent as ɵbw } from './lib/components/date-planning/component/calendar/calendar-header.component';
|
|
25
|
+
export { CalendarViewComponent as ɵby } from './lib/components/date-planning/component/calendar/calendar-view.component';
|
|
26
|
+
export { CalendarComponent as ɵbx } from './lib/components/date-planning/component/calendar/calendar.component';
|
|
27
|
+
export { SignatureComponent as ɵa } from './lib/components/docsign/component/signature/signature.component';
|
|
28
|
+
export { SignaturesComponent as ɵb } from './lib/components/docsign/component/signatures/signatures.component';
|
|
29
|
+
export { FileUploadPopupComponent as ɵde } from './lib/components/file-upload-popup/file-upload-popup.component';
|
|
30
|
+
export { FileUploadPopupModule as ɵdb } from './lib/components/file-upload-popup/file-upload-popup.module';
|
|
31
|
+
export { FileUploadComponent as ɵda } from './lib/components/file-upload/file-upload.component';
|
|
32
|
+
export { FileUploadModule as ɵcx } from './lib/components/file-upload/file-upload.module';
|
|
33
|
+
export { BaseFileUploadComponent as ɵct } from './lib/components/files-upload/components/base-file-upload.component';
|
|
34
|
+
export { DragDropContainerComponent as ɵdh } from './lib/components/files-upload/components/drag-drop-container.component';
|
|
35
|
+
export { ImageDisplayComponent as ɵcw } from './lib/components/image-display/image-display.component';
|
|
36
|
+
export { ImageDisplayModule as ɵcv } from './lib/components/image-display/image-display.module';
|
|
37
|
+
export { MultiplePropertyTogglerComponent as ɵdd } from './lib/components/multi-property-toggler/multiple-property-toggler.component';
|
|
38
|
+
export { MultiplePropertyTogglerModule as ɵdc } from './lib/components/multi-property-toggler/multiple-property-toggler.module';
|
|
39
|
+
export { LayoutSelectionComponent as ɵl } from './lib/components/send-method-dialog/components/layout-selection/layout-selection.component';
|
|
40
|
+
export { LayoutSelectionModule as ɵk } from './lib/components/send-method-dialog/components/layout-selection/layout-selection.module';
|
|
41
|
+
export { PrinterSelectionComponent as ɵr } from './lib/components/send-method-dialog/components/printer-selection/printer-selection.component';
|
|
42
|
+
export { PrinterSelectionModule as ɵq } from './lib/components/send-method-dialog/components/printer-selection/printer-selection.module';
|
|
43
|
+
export { SendMethodEmailComponent as ɵo } from './lib/components/send-method-dialog/components/send-method-email/send-method-email.component';
|
|
44
|
+
export { SendMethodEmailModule as ɵj } from './lib/components/send-method-dialog/components/send-method-email/send-method-email.module';
|
|
45
|
+
export { SendMethodPdfComponent as ɵu } from './lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.component';
|
|
46
|
+
export { SendMethodPdfModule as ɵt } from './lib/components/send-method-dialog/components/send-method-pdf/send-method-pdf.module';
|
|
47
|
+
export { SendMethodPrinterComponent as ɵs } from './lib/components/send-method-dialog/components/send-method-printer/send-method-printer.component';
|
|
48
|
+
export { SendMethodPrinterModule as ɵp } from './lib/components/send-method-dialog/components/send-method-printer/send-method-printer.module';
|
|
49
|
+
export { SignatureButtonComponent as ɵn } from './lib/components/send-method-dialog/components/signature-button/signature-button.component';
|
|
50
|
+
export { SignatureButtonModule as ɵm } from './lib/components/send-method-dialog/components/signature-button/signature-button.module';
|
|
51
|
+
export { SendMethodService as ɵi } from './lib/components/send-method-dialog/service/send-method.service';
|
|
52
|
+
export { StatusbarPopupComponent as ɵx } from './lib/components/statusbar/statusbar-popup.component';
|
|
53
|
+
export { StockStatusbarComponent as ɵz } from './lib/components/stock-statusbar/stock-statusbar.component';
|
|
54
|
+
export { StockStatusbarModule as ɵy } from './lib/components/stock-statusbar/stock-statusbar.module';
|
|
55
|
+
export { AllocationStockHistoryComponent as ɵbq } from './lib/components/stock/components/allocation-stock-history/allocation-stock-history.component';
|
|
56
|
+
export { OrderCommissionStockHistoryComponent as ɵbo } from './lib/components/stock/components/order-commission-stock-history/order-commission-stock-history.component';
|
|
57
|
+
export { OrderStockHistoryComponent as ɵbp } from './lib/components/stock/components/order-stock-history/order-stock-history.component';
|
|
58
|
+
export { OrderStockTabComponent as ɵbk } from './lib/components/stock/components/order-stock-tab/order-stock-tab.component';
|
|
59
|
+
export { OrderSupplyStockHistoryComponent as ɵbn } from './lib/components/stock/components/order-supply-stock-history/order-supply-stock-history.component';
|
|
60
|
+
export { OrderTabComponent as ɵbh } from './lib/components/stock/components/order-tab/order-tab.component';
|
|
61
|
+
export { StockHistoryComponent as ɵbm } from './lib/components/stock/components/stock-history/stock-history.component';
|
|
62
|
+
export { StockLocationComponent as ɵbl } from './lib/components/stock/components/stock-location/stock-location.component';
|
|
63
|
+
export { StockPrognoseComponent as ɵbr } from './lib/components/stock/components/stock-prognose/stock-prognose.component';
|
|
64
|
+
export { StockTabComponent as ɵbg } from './lib/components/stock/components/stock-tab/stock-tab.component';
|
|
65
|
+
export { StockHistoryTabsComponent as ɵbj } from './lib/components/stock/stock-history-tabs/stock-history-tabs.component';
|
|
66
|
+
export { StockInformationGridComponent as ɵbd } from './lib/components/stock/stock-information-grid/stock-information-grid.component';
|
|
67
|
+
export { StockInformationComponent as ɵbc } from './lib/components/stock/stock-information/stock-information.component';
|
|
68
|
+
export { StockTabsComponent as ɵbi } from './lib/components/stock/stock-tabs/stock-tabs.component';
|
|
69
|
+
export { StockChangeAmountComponent as ɵbf } from './lib/components/stock/stock-transfer/stock-change-amount.component';
|
|
70
|
+
export { StockTransferComponent as ɵbe } from './lib/components/stock/stock-transfer/stock-transfer.component';
|
|
71
|
+
export { TabBarComponent as ɵw } from './lib/components/tab-bar/tab-bar.component';
|
|
72
|
+
export { TabBarModule as ɵv } from './lib/components/tab-bar/tab-bar.module';
|
|
73
|
+
export { TileRenderComponent as ɵcz } from './lib/components/tile-renderer/tile-render.component';
|
|
74
|
+
export { TileRenderModule as ɵcy } from './lib/components/tile-renderer/tile-render.module';
|
|
75
|
+
export { InputBoolean as ɵcu } from './lib/decorator/input-boolean.decorator';
|
|
76
|
+
export { Icon as ɵbt } from './lib/enum/icon.enum';
|
|
77
|
+
export { LanguageCode as ɵbz } from './lib/enum/language-code.enum';
|
|
78
|
+
export { LocalizationModule as ɵba } from './lib/localization/localization.module';
|
|
79
|
+
export { LocalizePipe as ɵbb } from './lib/localization/localize.pipe';
|
|
80
|
+
export { LocalizeService as ɵg } from './lib/localization/localize.service';
|
|
81
|
+
export { SendMethod as ɵbs } from './lib/model/send-method';
|
|
82
|
+
export { ArrayNumberPipe as ɵcq } from './lib/pipe/array-number.pipe';
|
|
83
|
+
export { FileTypeImagePipe as ɵcs } from './lib/pipe/file-type-image.pipe';
|
|
84
|
+
export { MASTER_PIPES as ɵcp } from './lib/pipe/master-pipes';
|
|
85
|
+
export { UCfirstPipe as ɵcr } from './lib/pipe/ucfirst.pipe';
|
|
86
|
+
export { DictionaryService as ɵf } from './lib/service/dictionary.service';
|
|
87
|
+
export { DragDropService as ɵdi } from './lib/service/drag-drop.service';
|
|
88
|
+
export { IconCacheService as ɵh } from './lib/service/icon-cache.service';
|
|
89
|
+
export { OptionsService as ɵe } from './lib/service/options.service';
|
|
90
|
+
export { SharedConnectorService as ɵd } from './lib/service/shared-connector.service';
|
|
91
|
+
export { StockService as ɵc } from './lib/service/stock.service';
|
|
92
92
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29saWpuaXQtc2hhcmVkY29tcG9uZW50cy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL3NoYXJlZGNvbXBvbmVudHMvc3JjL2NvbGlqbml0LXNoYXJlZGNvbXBvbmVudHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQztBQUU3QixPQUFPLEVBQUMsd0JBQXdCLElBQUksR0FBRyxFQUFDLE1BQU0sZ0VBQWdFLENBQUM7QUFDL0csT0FBTyxFQUFDLHFCQUFxQixJQUFJLEdBQUcsRUFBQyxNQUFNLDZEQUE2RCxDQUFDO0FBQ3pHLE9BQU8sRUFBQyx1QkFBdUIsSUFBSSxHQUFHLEVBQUMsTUFBTSw0RUFBNEUsQ0FBQztBQUMxSCxPQUFPLEVBQUMsc0JBQXNCLElBQUksR0FBRyxFQUFDLE1BQU0sMkVBQTJFLENBQUM7QUFDeEgsT0FBTyxFQUFDLG9CQUFvQixJQUFJLEdBQUcsRUFBQyxNQUFNLHdFQUF3RSxDQUFDO0FBQ25ILE9BQU8sRUFBQyxxQkFBcUIsSUFBSSxHQUFHLEVBQUMsTUFBTSx5RUFBeUUsQ0FBQztBQUNySCxPQUFPLEVBQUMsMkJBQTJCLElBQUksR0FBRyxFQUFDLE1BQU0saUZBQWlGLENBQUM7QUFDbkksT0FBTyxFQUFDLHFCQUFxQixJQUFJLEdBQUcsRUFBQyxNQUFNLHlFQUF5RSxDQUFDO0FBQ3JILE9BQU8sRUFBQyx1QkFBdUIsSUFBSSxHQUFHLEVBQUMsTUFBTSw0RUFBNEUsQ0FBQztBQUMxSCxPQUFPLEVBQUMsNkJBQTZCLElBQUksR0FBRyxFQUFDLE1BQU0sbUZBQW1GLENBQUM7QUFDdkksT0FBTyxFQUFDLHVCQUF1QixJQUFJLEdBQUcsRUFBQyxNQUFNLDRFQUE0RSxDQUFDO0FBQzFILE9BQU8sRUFBQyx3QkFBd0IsSUFBSSxHQUFHLEVBQUMsTUFBTSw2RUFBNkUsQ0FBQztBQUM1SCxPQUFPLEVBQUMsMEJBQTBCLElBQUksR0FBRyxFQUFD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QUksR0FBRyxFQUFDLE1BQU0saUNBQWlDLENBQUM7QUFDekUsT0FBTyxFQUFDLFlBQVksSUFBSSxHQUFHLEVBQUMsTUFBTSx5QkFBeUIsQ0FBQztBQUM1RCxPQUFPLEVBQUMsV0FBVyxJQUFJLEdBQUcsRUFBQyxNQUFNLHlCQUF5QixDQUFDO0FBQzNELE9BQU8sRUFBQyxpQkFBaUIsSUFBSSxFQUFFLEVBQUMsTUFBTSxrQ0FBa0MsQ0FBQztBQUN6RSxPQUFPLEVBQUMsZUFBZSxJQUFJLEdBQUcsRUFBQyxNQUFNLGlDQUFpQyxDQUFDO0FBQ3ZFLE9BQU8sRUFBQyxnQkFBZ0IsSUFBSSxFQUFFLEVBQUMsTUFBTSxrQ0FBa0MsQ0FBQztBQUN4RSxPQUFPLEVBQUMsY0FBYyxJQUFJLEVBQUUsRUFBQyxNQUFNLCtCQUErQixDQUFDO0FBQ25FLE9BQU8sRUFBQyxzQkFBc0IsSUFBSSxFQUFFLEVBQUMsTUFBTSx3Q0FBd0MsQ0FBQztBQUNwRixPQUFPLEVBQUMsWUFBWSxJQUFJLEVBQUUsRUFBQyxNQUFNLDZCQUE2QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuXG5leHBvcnQge0FwcEZpbGVEcm9wem9uZUNvbXBvbmVudCBhcyDJtWRnfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2FwcC1maWxlLWRyb3B6b25lL2FwcC1maWxlLWRyb3B6b25lLmNvbXBvbmVudCc7XG5leHBvcnQge0FwcEZpbGVEcm9wem9uZU1vZHVsZSBhcyDJtWRmfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2FwcC1maWxlLWRyb3B6b25lL2FwcC1maWxlLWRyb3B6b25lLm1vZHVsZSc7XG5leHBvcnQge0FnZW5kYUJhc2VWaWV3Q29tcG9uZW50IGFzIMm1Y2R9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvZGF0ZS1wbGFubmluZy9jb21wb25lbnQvYWdlbmRhL2FnZW5kYS1iYXNlLXZpZXcuY29tcG9uZW50JztcbmV4cG9ydCB7QWdlbmRhRGF5Vmlld0NvbXBvbmVudCBhcyDJtWNlfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2RhdGUtcGxhbm5pbmcvY29tcG9uZW50L2FnZW5kYS9hZ2VuZGEtZGF5LXZpZXcuY29tcG9uZW50JztcbmV4cG9ydCB7QWdlbmRhRXZlbnRDb21wb25lbnQgYXMgybVjbX0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9kYXRlLXBsYW5uaW5nL2NvbXBvbmVudC9hZ2VuZGEvYWdlbmRhLWV2ZW50LmNvbXBvbmVudCc7XG5leHBvcnQge0FnZW5kYUV2ZW50c0NvbXBvbmVudCBhcyDJtWNsfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2RhdGUtcGxhbm5pbmcvY29tcG9uZW50L2FnZW5kYS9hZ2VuZGEtZXZlbnRzLmNvbXBvbmVudCc7XG5leHBvcnQge0FnZW5kYUhhbGZIb3VyQ2VsbENvbXBvbmVudCBhcyDJtWNrfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2RhdGUtcGxhbm5pbmcvY29tcG9uZW50L2FnZW5kYS9hZ2VuZGEtaGFsZi1ob3VyLWNlbGwuY29tcG9uZW50JztcbmV4cG9ydCB7QWdlbmRhSGVhZGVyQ29tcG9uZW50IGFzIMm1Y2F9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvZGF0ZS1wbGFubmluZy9jb21wb25lbnQvYWdlbmRhL2FnZW5kYS1oZWFkZXIuY29tcG9uZW50JztcbmV4cG9ydCB7QWdlbmRhSG91ckNlbGxDb21wb25lbnQgYXMgybVjaX0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9kYXRlLXBsYW5uaW5nL2NvbXBvbmVudC9hZ2VuZGEvYWdlbmRhLWhvdXItY2VsbC5jb21wb25lbnQnO1xuZXhwb3J0IHtBZ2VuZGFIb3VyVmlld0xhYmVsc0NvbXBvbmVudCBhcyDJtWNqfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2RhdGUtcGxhbm5pbmcvY29tcG9uZW50L2FnZW5kYS9hZ2VuZGEtaG91ci12aWV3LWxhYmVscy5jb21wb25lbnQnO1xuZXhwb3J0IHtBZ2VuZGFIb3VyVmlld0NvbXBvbmVudCBhcyDJtWNofSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2RhdGUtcGxhbm5pbmcvY29tcG9uZW50L2FnZW5kYS9hZ2VuZGEtaG91ci12aWV3LmNvbXBvbmVudCc7XG5leHBvcnQge0FnZW5kYU1vbnRoVmlld0NvbXBvbmVudCBhcyDJtWNjfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2RhdGUtcGxhbm5pbmcvY29tcG9uZW50L2FnZW5kYS9hZ2VuZGEtbW9udGgtdmlldy5jb21wb25lbnQnO1xuZXhwb3J0IHtBZ2VuZGFTZWxlY3RFdmVudENvbXBvbmVudCBhcyDJtWNvfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2RhdGUtcGxhbm5pbmcvY29tcG9uZW50L2FnZW5kYS9hZ2VuZGEtc2VsZWN0LWV2ZW50LmNvbXBvbmVudCc7XG5leHBvcnQge0FnZW5kYVZpZXdDb21wb25lbnQgYXMgybVjYn0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9kYXRlLXBsYW5uaW5nL2NvbXBvbmVudC9hZ2VuZGEvYWdlbmRhLXZpZXcuY29tcG9uZW50JztcbmV4cG9ydCB7QWdlbmRhV2Vla1NlbGVjdFZpZXdDb21wb25lbnQgYXMgybVjZ30gZnJvbSAnLi9saWIvY29tcG9uZW50cy9kYXRlLXBsYW5uaW5nL2NvbXBvbmVudC9hZ2VuZGEvYWdlbmRhLXdlZWstc2VsZWN0LXZpZXcuY29tcG9uZW50JztcbmV4cG9ydCB7QWdlbmRhV2Vla1ZpZXdDb21wb25lbnQgYXMgybVjZn0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9kYXRlLXBsYW5uaW5nL2NvbXBvbmVudC9hZ2VuZGEvYWdlbmRhLXdlZWstdmlldy5jb21wb25lbnQnO1xuZXhwb3J0IHtWaWV3U2VsZWN0Q29tcG9uZW50IGFzIMm1Y259IGZyb20gJy4vbGliL2NvbXBvbmVudHMvZGF0ZS1wbGFubmluZy9jb21wb25lbnQvYWdlbmRhL3ZpZXctc2VsZWN0LmNvbXBvbmVudCc7XG5leHBvcnQge0NhbGVuZGFyQWxsTW9udGhzQ29tcG9uZW50IGFzIMm1YnZ9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvZGF0ZS1wbGFubmluZy9jb21wb25lbnQvY2FsZW5kYXIvY2FsZW5kYXItYWxsLW1vbnRocy5jb21wb25lbnQnO1xuZXhwb3J0IHtDYWxlbmRhckFsbFllYXJzQ29tcG9uZW50IGFzIMm1YnV9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvZGF0ZS1wbGFubmluZy9jb21wb25lbnQvY2FsZW5kYXIvY2FsZW5kYXItYWxsLXllYXJzLmNvbXBvbmVudCc7XG5leHBvcnQge0NhbGVuZGFySGVhZGVyQ29tcG9uZW50IGFzIMm1Ynd9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvZGF0ZS1wbGFubmluZy9jb21wb25lbnQvY2FsZW5kYXIvY2FsZW5kYXItaGVhZGVyLmNvbXBvbmVudCc7XG5leHBvcnQge0NhbGVuZGFyVmlld0NvbXBvbmVudCBhcyDJtWJ5fSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2RhdGUtcGxhbm5pbmcvY29tcG9uZW50L2NhbGVuZGFyL2NhbGVuZGFyLXZpZXcuY29tcG9uZW50JztcbmV4cG9ydCB7Q2FsZW5kYXJDb21wb25lbnQgYXMgybVieH0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9kYXRlLXBsYW5uaW5nL2NvbXBvbmVudC9jYWxlbmRhci9jYWxlbmRhci5jb21wb25lbnQnO1xuZXhwb3J0IHtTaWduYXR1cmVDb21wb25lbnQgYXMgybVhfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2RvY3NpZ24vY29tcG9uZW50L3NpZ25hdHVyZS9zaWduYXR1cmUuY29tcG9uZW50JztcbmV4cG9ydCB7U2lnbmF0dXJlc0NvbXBvbmVudCBhcyDJtWJ9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvZG9jc2lnbi9jb21wb25lbnQvc2lnbmF0dXJlcy9zaWduYXR1cmVzLmNvbXBvbmVudCc7XG5leHBvcnQge0ZpbGVVcGxvYWRQb3B1cENvbXBvbmVudCBhcyDJtWRlfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2ZpbGUtdXBsb2FkLXBvcHVwL2ZpbGUtdXBsb2FkLXBvcHVwLmNvbXBvbmVudCc7XG5leHBvcnQge0ZpbGVVcGxvYWRQb3B1cE1vZHVsZSBhcyDJtWRifSBmcm9tICcuL2xpYi9jb21wb25lbnRzL2ZpbGUtdXBsb2FkLXBvcHVwL2ZpbGUtdXBsb2FkLXBvcHVwLm1vZHVsZSc7XG5leHBvcnQge0ZpbGVVcGxvYWRDb21wb25lbnQgYXMgybVkYX0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9maWxlLXVwbG9hZC9maWxlLXVwbG9hZC5jb21wb25lbnQnO1xuZXhwb3J0IHtGaWxlVXBsb2FkTW9kdWxlIGFzIMm1Y3h9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvZmlsZS11cGxvYWQvZmlsZS11cGxvYWQubW9kdWxlJztcbmV4cG9ydCB7QmFzZUZpbGVVcGxvYWRDb21wb25lbnQgYXMgybVjdH0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9maWxlcy11cGxvYWQvY29tcG9uZW50cy9iYXNlLWZpbGUtdXBsb2FkLmNvbXBvbmVudCc7XG5leHBvcnQge0RyYWdEcm9wQ29udGFpbmVyQ29tcG9uZW50IGFzIMm1ZGh9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvZmlsZXMtdXBsb2FkL2NvbXBvbmVudHMvZHJhZy1kcm9wLWNvbnRhaW5lci5jb21wb25lbnQnO1xuZXhwb3J0IHtJbWFnZURpc3BsYXlDb21wb25lbnQgYXMgybVjd30gZnJvbSAnLi9saWIvY29tcG9uZW50cy9pbWFnZS1kaXNwbGF5L2ltYWdlLWRpc3BsYXkuY29tcG9uZW50JztcbmV4cG9ydCB7SW1hZ2VEaXNwbGF5TW9kdWxlIGFzIMm1Y3Z9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvaW1hZ2UtZGlzcGxheS9pbWFnZS1kaXNwbGF5Lm1vZHVsZSc7XG5leHBvcnQge011bHRpcGxlUHJvcGVydHlUb2dnbGVyQ29tcG9uZW50IGFzIMm1ZGR9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvbXVsdGktcHJvcGVydHktdG9nZ2xlci9tdWx0aXBsZS1wcm9wZXJ0eS10b2dnbGVyLmNvbXBvbmVudCc7XG5leHBvcnQge011bHRpcGxlUHJvcGVydHlUb2dnbGVyTW9kdWxlIGFzIMm1ZGN9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvbXVsdGktcHJvcGVydHktdG9nZ2xlci9tdWx0aXBsZS1wcm9wZXJ0eS10b2dnbGVyLm1vZHVsZSc7XG5leHBvcnQge0xheW91dFNlbGVjdGlvbkNvbXBvbmVudCBhcyDJtWx9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc2VuZC1tZXRob2QtZGlhbG9nL2NvbXBvbmVudHMvbGF5b3V0LXNlbGVjdGlvbi9sYXlvdXQtc2VsZWN0aW9uLmNvbXBvbmVudCc7XG5leHBvcnQge0xheW91dFNlbGVjdGlvbk1vZHVsZSBhcyDJtWt9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc2VuZC1tZXRob2QtZGlhbG9nL2NvbXBvbmVudHMvbGF5b3V0LXNlbGVjdGlvbi9sYXlvdXQtc2VsZWN0aW9uLm1vZHVsZSc7XG5leHBvcnQge1ByaW50ZXJTZWxlY3Rpb25Db21wb25lbnQgYXMgybVyfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3NlbmQtbWV0aG9kLWRpYWxvZy9jb21wb25lbnRzL3ByaW50ZXItc2VsZWN0aW9uL3ByaW50ZXItc2VsZWN0aW9uLmNvbXBvbmVudCc7XG5leHBvcnQge1ByaW50ZXJTZWxlY3Rpb25Nb2R1bGUgYXMgybVxfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3NlbmQtbWV0aG9kLWRpYWxvZy9jb21wb25lbnRzL3ByaW50ZXItc2VsZWN0aW9uL3ByaW50ZXItc2VsZWN0aW9uLm1vZHVsZSc7XG5leHBvcnQge1NlbmRNZXRob2RFbWFpbENvbXBvbmVudCBhcyDJtW99IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc2VuZC1tZXRob2QtZGlhbG9nL2NvbXBvbmVudHMvc2VuZC1tZXRob2QtZW1haWwvc2VuZC1tZXRob2QtZW1haWwuY29tcG9uZW50JztcbmV4cG9ydCB7U2VuZE1ldGhvZEVtYWlsTW9kdWxlIGFzIMm1an0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9zZW5kLW1ldGhvZC1kaWFsb2cvY29tcG9uZW50cy9zZW5kLW1ldGhvZC1lbWFpbC9zZW5kLW1ldGhvZC1lbWFpbC5tb2R1bGUnO1xuZXhwb3J0IHtTZW5kTWV0aG9kUGRmQ29tcG9uZW50IGFzIMm1dX0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9zZW5kLW1ldGhvZC1kaWFsb2cvY29tcG9uZW50cy9zZW5kLW1ldGhvZC1wZGYvc2VuZC1tZXRob2QtcGRmLmNvbXBvbmVudCc7XG5leHBvcnQge1NlbmRNZXRob2RQZGZNb2R1bGUgYXMgybV0fSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3NlbmQtbWV0aG9kLWRpYWxvZy9jb21wb25lbnRzL3NlbmQtbWV0aG9kLXBkZi9zZW5kLW1ldGhvZC1wZGYubW9kdWxlJztcbmV4cG9ydCB7U2VuZE1ldGhvZFByaW50ZXJDb21wb25lbnQgYXMgybVzfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3NlbmQtbWV0aG9kLWRpYWxvZy9jb21wb25lbnRzL3NlbmQtbWV0aG9kLXByaW50ZXIvc2VuZC1tZXRob2QtcHJpbnRlci5jb21wb25lbnQnO1xuZXhwb3J0IHtTZW5kTWV0aG9kUHJpbnRlck1vZHVsZSBhcyDJtXB9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc2VuZC1tZXRob2QtZGlhbG9nL2NvbXBvbmVudHMvc2VuZC1tZXRob2QtcHJpbnRlci9zZW5kLW1ldGhvZC1wcmludGVyLm1vZHVsZSc7XG5leHBvcnQge1NpZ25hdHVyZUJ1dHRvbkNvbXBvbmVudCBhcyDJtW59IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc2VuZC1tZXRob2QtZGlhbG9nL2NvbXBvbmVudHMvc2lnbmF0dXJlLWJ1dHRvbi9zaWduYXR1cmUtYnV0dG9uLmNvbXBvbmVudCc7XG5leHBvcnQge1NpZ25hdHVyZUJ1dHRvbk1vZHVsZSBhcyDJtW19IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc2VuZC1tZXRob2QtZGlhbG9nL2NvbXBvbmVudHMvc2lnbmF0dXJlLWJ1dHRvbi9zaWduYXR1cmUtYnV0dG9uLm1vZHVsZSc7XG5leHBvcnQge1NlbmRNZXRob2RTZXJ2aWNlIGFzIMm1aX0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9zZW5kLW1ldGhvZC1kaWFsb2cvc2VydmljZS9zZW5kLW1ldGhvZC5zZXJ2aWNlJztcbmV4cG9ydCB7U3RhdHVzYmFyUG9wdXBDb21wb25lbnQgYXMgybV4fSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3N0YXR1c2Jhci9zdGF0dXNiYXItcG9wdXAuY29tcG9uZW50JztcbmV4cG9ydCB7U3RvY2tTdGF0dXNiYXJDb21wb25lbnQgYXMgybV6fSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3N0b2NrLXN0YXR1c2Jhci9zdG9jay1zdGF0dXNiYXIuY29tcG9uZW50JztcbmV4cG9ydCB7U3RvY2tTdGF0dXNiYXJNb2R1bGUgYXMgybV5fSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3N0b2NrLXN0YXR1c2Jhci9zdG9jay1zdGF0dXNiYXIubW9kdWxlJztcbmV4cG9ydCB7QWxsb2NhdGlvblN0b2NrSGlzdG9yeUNvbXBvbmVudCBhcyDJtWJxfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3N0b2NrL2NvbXBvbmVudHMvYWxsb2NhdGlvbi1zdG9jay1oaXN0b3J5L2FsbG9jYXRpb24tc3RvY2staGlzdG9yeS5jb21wb25lbnQnO1xuZXhwb3J0IHtPcmRlckNvbW1pc3Npb25TdG9ja0hpc3RvcnlDb21wb25lbnQgYXMgybVib30gZnJvbSAnLi9saWIvY29tcG9uZW50cy9zdG9jay9jb21wb25lbnRzL29yZGVyLWNvbW1pc3Npb24tc3RvY2staGlzdG9yeS9vcmRlci1jb21taXNzaW9uLXN0b2NrLWhpc3RvcnkuY29tcG9uZW50JztcbmV4cG9ydCB7T3JkZXJTdG9ja0hpc3RvcnlDb21wb25lbnQgYXMgybVicH0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9zdG9jay9jb21wb25lbnRzL29yZGVyLXN0b2NrLWhpc3Rvcnkvb3JkZXItc3RvY2staGlzdG9yeS5jb21wb25lbnQnO1xuZXhwb3J0IHtPcmRlclN0b2NrVGFiQ29tcG9uZW50IGFzIMm1Ymt9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc3RvY2svY29tcG9uZW50cy9vcmRlci1zdG9jay10YWIvb3JkZXItc3RvY2stdGFiLmNvbXBvbmVudCc7XG5leHBvcnQge09yZGVyU3VwcGx5U3RvY2tIaXN0b3J5Q29tcG9uZW50IGFzIMm1Ym59IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc3RvY2svY29tcG9uZW50cy9vcmRlci1zdXBwbHktc3RvY2staGlzdG9yeS9vcmRlci1zdXBwbHktc3RvY2staGlzdG9yeS5jb21wb25lbnQnO1xuZXhwb3J0IHtPcmRlclRhYkNvbXBvbmVudCBhcyDJtWJofSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3N0b2NrL2NvbXBvbmVudHMvb3JkZXItdGFiL29yZGVyLXRhYi5jb21wb25lbnQnO1xuZXhwb3J0IHtTdG9ja0hpc3RvcnlDb21wb25lbnQgYXMgybVibX0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9zdG9jay9jb21wb25lbnRzL3N0b2NrLWhpc3Rvcnkvc3RvY2staGlzdG9yeS5jb21wb25lbnQnO1xuZXhwb3J0IHtTdG9ja0xvY2F0aW9uQ29tcG9uZW50IGFzIMm1Ymx9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc3RvY2svY29tcG9uZW50cy9zdG9jay1sb2NhdGlvbi9zdG9jay1sb2NhdGlvbi5jb21wb25lbnQnO1xuZXhwb3J0IHtTdG9ja1Byb2dub3NlQ29tcG9uZW50IGFzIMm1YnJ9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc3RvY2svY29tcG9uZW50cy9zdG9jay1wcm9nbm9zZS9zdG9jay1wcm9nbm9zZS5jb21wb25lbnQnO1xuZXhwb3J0IHtTdG9ja1RhYkNvbXBvbmVudCBhcyDJtWJnfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3N0b2NrL2NvbXBvbmVudHMvc3RvY2stdGFiL3N0b2NrLXRhYi5jb21wb25lbnQnO1xuZXhwb3J0IHtTdG9ja0hpc3RvcnlUYWJzQ29tcG9uZW50IGFzIMm1Ymp9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc3RvY2svc3RvY2staGlzdG9yeS10YWJzL3N0b2NrLWhpc3RvcnktdGFicy5jb21wb25lbnQnO1xuZXhwb3J0IHtTdG9ja0luZm9ybWF0aW9uR3JpZENvbXBvbmVudCBhcyDJtWJkfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3N0b2NrL3N0b2NrLWluZm9ybWF0aW9uLWdyaWQvc3RvY2staW5mb3JtYXRpb24tZ3JpZC5jb21wb25lbnQnO1xuZXhwb3J0IHtTdG9ja0luZm9ybWF0aW9uQ29tcG9uZW50IGFzIMm1YmN9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc3RvY2svc3RvY2staW5mb3JtYXRpb24vc3RvY2staW5mb3JtYXRpb24uY29tcG9uZW50JztcbmV4cG9ydCB7U3RvY2tUYWJzQ29tcG9uZW50IGFzIMm1Yml9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc3RvY2svc3RvY2stdGFicy9zdG9jay10YWJzLmNvbXBvbmVudCc7XG5leHBvcnQge1N0b2NrQ2hhbmdlQW1vdW50Q29tcG9uZW50IGFzIMm1YmZ9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc3RvY2svc3RvY2stdHJhbnNmZXIvc3RvY2stY2hhbmdlLWFtb3VudC5jb21wb25lbnQnO1xuZXhwb3J0IHtTdG9ja1RyYW5zZmVyQ29tcG9uZW50IGFzIMm1YmV9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc3RvY2svc3RvY2stdHJhbnNmZXIvc3RvY2stdHJhbnNmZXIuY29tcG9uZW50JztcbmV4cG9ydCB7VGFiQmFyQ29tcG9uZW50IGFzIMm1d30gZnJvbSAnLi9saWIvY29tcG9uZW50cy90YWItYmFyL3RhYi1iYXIuY29tcG9uZW50JztcbmV4cG9ydCB7VGFiQmFyTW9kdWxlIGFzIMm1dn0gZnJvbSAnLi9saWIvY29tcG9uZW50cy90YWItYmFyL3RhYi1iYXIubW9kdWxlJztcbmV4cG9ydCB7VGlsZVJlbmRlckNvbXBvbmVudCBhcyDJtWN6fSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3RpbGUtcmVuZGVyZXIvdGlsZS1yZW5kZXIuY29tcG9uZW50JztcbmV4cG9ydCB7VGlsZVJlbmRlck1vZHVsZSBhcyDJtWN5fSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3RpbGUtcmVuZGVyZXIvdGlsZS1yZW5kZXIubW9kdWxlJztcbmV4cG9ydCB7SW5wdXRCb29sZWFuIGFzIMm1Y3V9IGZyb20gJy4vbGliL2RlY29yYXRvci9pbnB1dC1ib29sZWFuLmRlY29yYXRvcic7XG5leHBvcnQge0ljb24gYXMgybVidH0gZnJvbSAnLi9saWIvZW51bS9pY29uLmVudW0nO1xuZXhwb3J0IHtMYW5ndWFnZUNvZGUgYXMgybVien0gZnJvbSAnLi9saWIvZW51bS9sYW5ndWFnZS1jb2RlLmVudW0nO1xuZXhwb3J0IHtMb2NhbGl6YXRpb25Nb2R1bGUgYXMgybViYX0gZnJvbSAnLi9saWIvbG9jYWxpemF0aW9uL2xvY2FsaXphdGlvbi5tb2R1bGUnO1xuZXhwb3J0IHtMb2NhbGl6ZVBpcGUgYXMgybViYn0gZnJvbSAnLi9saWIvbG9jYWxpemF0aW9uL2xvY2FsaXplLnBpcGUnO1xuZXhwb3J0IHtMb2NhbGl6ZVNlcnZpY2UgYXMgybVnfSBmcm9tICcuL2xpYi9sb2NhbGl6YXRpb24vbG9jYWxpemUuc2VydmljZSc7XG5leHBvcnQge1NlbmRNZXRob2QgYXMgybVic30gZnJvbSAnLi9saWIvbW9kZWwvc2VuZC1tZXRob2QnO1xuZXhwb3J0IHtBcnJheU51bWJlclBpcGUgYXMgybVjcX0gZnJvbSAnLi9saWIvcGlwZS9hcnJheS1udW1iZXIucGlwZSc7XG5leHBvcnQge0ZpbGVUeXBlSW1hZ2VQaXBlIGFzIMm1Y3N9IGZyb20gJy4vbGliL3BpcGUvZmlsZS10eXBlLWltYWdlLnBpcGUnO1xuZXhwb3J0IHtNQVNURVJfUElQRVMgYXMgybVjcH0gZnJvbSAnLi9saWIvcGlwZS9tYXN0ZXItcGlwZXMnO1xuZXhwb3J0IHtVQ2ZpcnN0UGlwZSBhcyDJtWNyfSBmcm9tICcuL2xpYi9waXBlL3VjZmlyc3QucGlwZSc7XG5leHBvcnQge0RpY3Rpb25hcnlTZXJ2aWNlIGFzIMm1Zn0gZnJvbSAnLi9saWIvc2VydmljZS9kaWN0aW9uYXJ5LnNlcnZpY2UnO1xuZXhwb3J0IHtEcmFnRHJvcFNlcnZpY2UgYXMgybVkaX0gZnJvbSAnLi9saWIvc2VydmljZS9kcmFnLWRyb3Auc2VydmljZSc7XG5leHBvcnQge0ljb25DYWNoZVNlcnZpY2UgYXMgybVofSBmcm9tICcuL2xpYi9zZXJ2aWNlL2ljb24tY2FjaGUuc2VydmljZSc7XG5leHBvcnQge09wdGlvbnNTZXJ2aWNlIGFzIMm1ZX0gZnJvbSAnLi9saWIvc2VydmljZS9vcHRpb25zLnNlcnZpY2UnO1xuZXhwb3J0IHtTaGFyZWRDb25uZWN0b3JTZXJ2aWNlIGFzIMm1ZH0gZnJvbSAnLi9saWIvc2VydmljZS9zaGFyZWQtY29ubmVjdG9yLnNlcnZpY2UnO1xuZXhwb3J0IHtTdG9ja1NlcnZpY2UgYXMgybVjfSBmcm9tICcuL2xpYi9zZXJ2aWNlL3N0b2NrLnNlcnZpY2UnOyJdfQ==
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export class Dictionary {
|
|
2
|
-
constructor() {
|
|
3
|
-
this.strings = {
|
|
4
|
-
"nl": {},
|
|
5
|
-
"de": {},
|
|
6
|
-
"fr": {},
|
|
7
|
-
"en": {},
|
|
8
|
-
};
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
export class Dictionary {
|
|
2
|
+
constructor() {
|
|
3
|
+
this.strings = {
|
|
4
|
+
"nl": {},
|
|
5
|
+
"de": {},
|
|
6
|
+
"fr": {},
|
|
7
|
+
"en": {},
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC5wcm9wZXJ0aWVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2hhcmVkY29tcG9uZW50cy9zcmMvbGliL2Fzc2V0cy9kaWN0aW9uYXJ5L3RleHQucHJvcGVydGllcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxNQUFNLE9BQU8sVUFBVTtJQUF2QjtRQUNTLFlBQU8sR0FBTztZQUNuQixJQUFJLEVBQUUsRUFBRTtZQUNSLElBQUksRUFBRSxFQUFFO1lBQ1IsSUFBSSxFQUFFLEVBQUU7WUFDUixJQUFJLEVBQUUsRUFBRTtTQUNULENBQUM7SUFDSixDQUFDO0NBQUEiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgRGljdGlvbmFyeSB7XG4gIHB1YmxpYyBzdHJpbmdzOiB7fSA9IHtcbiAgICBcIm5sXCI6IHt9LFxuICAgIFwiZGVcIjoge30sXG4gICAgXCJmclwiOiB7fSxcbiAgICBcImVuXCI6IHt9LFxuICB9O1xufVxuIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVpbGQtaW1hZ2VzLWFuZC1kb2N1bWVudGF0aW9uLXJlc3VsdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NoYXJlZGNvbXBvbmVudHMvc3JjL2xpYi9idXNpbmVzc29iamVjdC9idWlsZC1pbWFnZXMtYW5kLWRvY3VtZW50YXRpb24tcmVzdWx0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0NvRG9jdW1lbnR9IGZyb20gXCJAY29saWpuaXQvbWFpbmFwaS9idWlsZC9tb2RlbC9jby1kb2N1bWVudFwiO1xuXG5cblxuZXhwb3J0IGludGVyZmFjZSBCdWlsZEltYWdlc0FuZERvY3VtZW50YXRpb25SZXN1bHQge1xuICAgIGltYWdlczogQ29Eb2N1bWVudFtdO1xuICAgIGRvY3VtZW50YXRpb246IENvRG9jdW1lbnRbXTtcbn1cbiJdfQ==
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export class CoDocumentRight {
|
|
2
|
-
}
|
|
1
|
+
export class CoDocumentRight {
|
|
2
|
+
}
|
|
3
3
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY28tZG9jdW1lbnQtcmlnaHQuYm8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaGFyZWRjb21wb25lbnRzL3NyYy9saWIvYnVzaW5lc3NvYmplY3QvY28tZG9jdW1lbnQtcmlnaHQuYm8udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBR0EsTUFBTSxPQUFPLGVBQWU7Q0FNM0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge09iamVjdFJpZ2h0VHlwZX0gZnJvbSBcIkBjb2xpam5pdC9zaGFyZWRhcGkvYnVpbGQvZW51bS9vYmplY3QtcmlnaHQtdHlwZS5lbnVtXCI7XG5cblxuZXhwb3J0IGNsYXNzIENvRG9jdW1lbnRSaWdodCB7XG5cbiAgICBwdWJsaWMgdXNlckdyb3VwSWQ6IG51bWJlcjtcbiAgICBwdWJsaWMgZG9jdW1lbnRJZDogbnVtYmVyO1xuICAgIHB1YmxpYyByaWdodExldmVsOiBPYmplY3RSaWdodFR5cGU7XG5cbn1cbiJdfQ==
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
export {};
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhZy1kcm9wLWNvbnRhaW5lci1lbGVtZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2hhcmVkY29tcG9uZW50cy9zcmMvbGliL2J1c2luZXNzb2JqZWN0L2RyYWctZHJvcC1jb250YWluZXItZWxlbWVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiXG4vLyBGb3IgZHJhZ2Ryb3BzZXJ2aWNlLlxuaW1wb3J0IHtEcmFnRHJvcENvbnRhaW5lcn0gZnJvbSBcIi4vZHJhZy1kcm9wLWNvbnRhaW5lclwiO1xuXG5leHBvcnQgaW50ZXJmYWNlIERyYWdEcm9wQ29udGFpbmVyRWxlbWVudCB7XG4gICAgY29udGFpbmVyOiBEcmFnRHJvcENvbnRhaW5lcjtcbiAgICBlbGVtZW50OiBIVE1MRWxlbWVudDtcbiAgICBlbGVtZW50SWR4OiBudW1iZXI7XG59XG4iXX0=
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export class DragDropContainer {
|
|
2
|
-
constructor(element, direction) {
|
|
3
|
-
this.element = element;
|
|
4
|
-
this.direction = direction;
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
export class DragDropContainer {
|
|
2
|
+
constructor(element, direction) {
|
|
3
|
+
this.element = element;
|
|
4
|
+
this.direction = direction;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZHJhZy1kcm9wLWNvbnRhaW5lci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NoYXJlZGNvbXBvbmVudHMvc3JjL2xpYi9idXNpbmVzc29iamVjdC9kcmFnLWRyb3AtY29udGFpbmVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUdBLE1BQU0sT0FBTyxpQkFBaUI7SUFDMUIsWUFDVyxPQUFvQixFQUNwQixTQUF3QjtRQUR4QixZQUFPLEdBQVAsT0FBTyxDQUFhO1FBQ3BCLGNBQVMsR0FBVCxTQUFTLENBQWU7SUFDbkMsQ0FBQztDQUNKIiwic291cmNlc0NvbnRlbnQiOlsiLy8gRm9yIGRyYWdkcm9wc2VydmljZVxuaW1wb3J0IHtDb09yaWVudGF0aW9ufSBmcm9tIFwiQGNvbGlqbml0L2NvcmVjb21wb25lbnRzX3YxMlwiO1xuXG5leHBvcnQgY2xhc3MgRHJhZ0Ryb3BDb250YWluZXIge1xuICAgIGNvbnN0cnVjdG9yKFxuICAgICAgICBwdWJsaWMgZWxlbWVudDogSFRNTEVsZW1lbnQsXG4gICAgICAgIHB1YmxpYyBkaXJlY3Rpb246IENvT3JpZW50YXRpb24pIHtcbiAgICB9XG59XG4iXX0=
|