@wcardinal/wcardinal-ui 0.305.0 → 0.307.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/wcardinal/ui/d-controller-focus-impl.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-controller-focus.d.ts +2 -1
- package/dist/types/wcardinal/ui/d-controller-keyboard-impl.d.ts +11 -0
- package/dist/types/wcardinal/ui/d-controller-keyboard.d.ts +1 -7
- package/dist/types/wcardinal/ui/index.d.ts +1 -0
- package/dist/types/wcardinal/ui/shape/variant/e-shape-group-size-editor.d.ts +2 -2
- package/dist/types/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.d.ts +2 -2
- package/dist/types/wcardinal/ui/shape/variant/e-shape-group-size-viewer.d.ts +2 -2
- package/dist/types/wcardinal/ui/shape/variant/e-shape-group-size.d.ts +2 -2
- package/dist/wcardinal/ui/d-controller-focus-impl.js +10 -3
- package/dist/wcardinal/ui/d-controller-focus-impl.js.map +1 -1
- package/dist/wcardinal/ui/d-controller-focus.js.map +1 -1
- package/dist/wcardinal/ui/d-controller-keyboard-impl.js +66 -0
- package/dist/wcardinal/ui/d-controller-keyboard-impl.js.map +1 -0
- package/dist/wcardinal/ui/d-controller-keyboard.js +1 -61
- package/dist/wcardinal/ui/d-controller-keyboard.js.map +1 -1
- package/dist/wcardinal/ui/d-controllers.js +2 -2
- package/dist/wcardinal/ui/d-controllers.js.map +1 -1
- package/dist/wcardinal/ui/index.js +1 -0
- package/dist/wcardinal/ui/index.js.map +1 -1
- package/dist/wcardinal/ui/shape/variant/e-shape-embedded-layer.js +8 -1
- package/dist/wcardinal/ui/shape/variant/e-shape-embedded-layer.js.map +1 -1
- package/dist/wcardinal/ui/shape/variant/e-shape-group-size-editor.js +2 -1
- package/dist/wcardinal/ui/shape/variant/e-shape-group-size-editor.js.map +1 -1
- package/dist/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.js +2 -2
- package/dist/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.js.map +1 -1
- package/dist/wcardinal/ui/shape/variant/e-shape-group-size-viewer.js +2 -1
- package/dist/wcardinal/ui/shape/variant/e-shape-group-size-viewer.js.map +1 -1
- package/dist/wcardinal/ui/shape/variant/e-shape-group-size.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-base.js +15 -9
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-base.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-dialog-processing-message.js +0 -8
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-dialog-processing-message.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-list-items.js +5 -5
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-list-items.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cells.js +2 -2
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-cells.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-row.js +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body-row.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body.js +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-body.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-header-cell.js +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-header-cell.js.map +1 -1
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-header.js +2 -2
- package/dist/wcardinal/ui/theme/dark/d-theme-dark-table-header.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-base.js +15 -9
- package/dist/wcardinal/ui/theme/white/d-theme-white-base.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-dialog-processing-message.js +0 -8
- package/dist/wcardinal/ui/theme/white/d-theme-white-dialog-processing-message.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-list-items.js +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-list-items.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cells.js +2 -2
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-cells.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-row.js +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body-row.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body.js +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-body.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-header-cell.js +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-header-cell.js.map +1 -1
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-header.js +2 -2
- package/dist/wcardinal/ui/theme/white/d-theme-white-table-header.js.map +1 -1
- package/dist/wcardinal-ui-theme-dark.js +28 -30
- package/dist/wcardinal-ui-theme-dark.min.js +2 -2
- package/dist/wcardinal-ui-theme-dark.min.js.map +1 -1
- package/dist/wcardinal-ui-theme-white.js +24 -26
- package/dist/wcardinal-ui-theme-white.min.js +2 -2
- package/dist/wcardinal-ui-theme-white.min.js.map +1 -1
- package/dist/wcardinal-ui.cjs.js +82 -72
- package/dist/wcardinal-ui.js +32 -18
- package/dist/wcardinal-ui.min.js +2 -2
- package/dist/wcardinal-ui.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/main/typescript/wcardinal/ui/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nexport * from \"./load\";\nexport * from \"./shape\";\nexport * from \"./snapper\";\nexport * from \"./theme\";\nexport * from \"./util\";\nexport * from \"./d-align-horizontal\";\nexport * from \"./d-align-vertical\";\nexport * from \"./d-align-with\";\nexport * from \"./d-animation-base\";\nexport * from \"./d-animation-empty\";\nexport * from \"./d-animation-fade-in\";\nexport * from \"./d-animation-timings\";\nexport * from \"./d-animation\";\nexport * from \"./d-application-layer-like\";\nexport * from \"./d-application-layer-options\";\nexport * from \"./d-application-layer-stage-like\";\nexport * from \"./d-application-layer\";\nexport * from \"./d-application-like\";\nexport * from \"./d-application-padding\";\nexport * from \"./d-application\";\nexport * from \"./d-applications\";\nexport * from \"./d-background\";\nexport * from \"./d-base-auto-set\";\nexport * from \"./d-base-auto\";\nexport * from \"./d-base-background-mesh-geometry\";\nexport * from \"./d-base-background-mesh\";\nexport * from \"./d-base-background-snippet\";\nexport * from \"./d-base-background\";\nexport * from \"./d-base-border-mesh-geometry\";\nexport * from \"./d-base-border-mesh\";\nexport * from \"./d-base-border-snippet\";\nexport * from \"./d-base-border\";\nexport * from \"./d-base-corner\";\nexport * from \"./d-base-interactive\";\nexport * from \"./d-base-mesh-geometry\";\nexport * from \"./d-base-outline-snippet\";\nexport * from \"./d-base-outline\";\nexport * from \"./d-base-overflow-mask-simple\";\nexport * from \"./d-base-overflow-mask\";\nexport * from \"./d-base-padding-adjustable\";\nexport * from \"./d-base-padding\";\nexport * from \"./d-base-point\";\nexport * from \"./d-base-reflowable-container\";\nexport * from \"./d-base-reflowable-impl\";\nexport * from \"./d-base-reflowable\";\nexport * from \"./d-base-snippet-container\";\nexport * from \"./d-base-snippet\";\nexport * from \"./d-base-state-set-impl-observable\";\nexport * from \"./d-base-state-set-impl\";\nexport * from \"./d-base-state-set-like\";\nexport * from \"./d-base-state-set\";\nexport * from \"./d-base-state\";\nexport * from \"./d-base\";\nexport * from \"./d-board\";\nexport * from \"./d-border-mask\";\nexport * from \"./d-border\";\nexport * from \"./d-button-ambient\";\nexport * from \"./d-button-base-when\";\nexport * from \"./d-button-base\";\nexport * from \"./d-button-check-right\";\nexport * from \"./d-button-check\";\nexport * from \"./d-button-color-gradient\";\nexport * from \"./d-button-color\";\nexport * from \"./d-button-danger\";\nexport * from \"./d-button-date\";\nexport * from \"./d-button-datetime\";\nexport * from \"./d-button-file\";\nexport * from \"./d-button-group\";\nexport * from \"./d-button-link\";\nexport * from \"./d-button-primary\";\nexport * from \"./d-button-radio-right\";\nexport * from \"./d-button-radio\";\nexport * from \"./d-button-redo\";\nexport * from \"./d-button-secondary\";\nexport * from \"./d-button-select\";\nexport * from \"./d-button-time\";\nexport * from \"./d-button-undo\";\nexport * from \"./d-button\";\nexport * from \"./d-canvas-container\";\nexport * from \"./d-canvas\";\nexport * from \"./d-chart-axis-bar\";\nexport * from \"./d-chart-axis-base-bar\";\nexport * from \"./d-chart-axis-base-options-parser\";\nexport * from \"./d-chart-axis-base-options\";\nexport * from \"./d-chart-axis-base-tick-container\";\nexport * from \"./d-chart-axis-base-tick-major-gridline\";\nexport * from \"./d-chart-axis-base-tick-major\";\nexport * from \"./d-chart-axis-base-tick-minor\";\nexport * from \"./d-chart-axis-base\";\nexport * from \"./d-chart-axis-container-impl\";\nexport * from \"./d-chart-axis-container\";\nexport * from \"./d-chart-axis-position\";\nexport * from \"./d-chart-axis-tick-container\";\nexport * from \"./d-chart-axis-tick-major-gridline\";\nexport * from \"./d-chart-axis-tick-major\";\nexport * from \"./d-chart-axis-tick-minor\";\nexport * from \"./d-chart-axis-tick-position\";\nexport * from \"./d-chart-axis-x-datetime\";\nexport * from \"./d-chart-axis-x\";\nexport * from \"./d-chart-axis-y\";\nexport * from \"./d-chart-axis\";\nexport * from \"./d-chart-color-set\";\nexport * from \"./d-chart-coordinate-base\";\nexport * from \"./d-chart-coordinate-container-impl\";\nexport * from \"./d-chart-coordinate-container-sub-impl\";\nexport * from \"./d-chart-coordinate-container-sub\";\nexport * from \"./d-chart-coordinate-container\";\nexport * from \"./d-chart-coordinate-direction\";\nexport * from \"./d-chart-coordinate-linear-tick\";\nexport * from \"./d-chart-coordinate-linear\";\nexport * from \"./d-chart-coordinate-log-tick\";\nexport * from \"./d-chart-coordinate-log\";\nexport * from \"./d-chart-coordinate-tick-major-step-function\";\nexport * from \"./d-chart-coordinate-tick-minor-step-function\";\nexport * from \"./d-chart-coordinate-tick\";\nexport * from \"./d-chart-coordinate-transform-impl\";\nexport * from \"./d-chart-coordinate-transform-mark\";\nexport * from \"./d-chart-coordinate-transform\";\nexport * from \"./d-chart-coordinate\";\nexport * from \"./d-chart-legend-item\";\nexport * from \"./d-chart-legend\";\nexport * from \"./d-chart-overview\";\nexport * from \"./d-chart-plot-area-container\";\nexport * from \"./d-chart-plot-area\";\nexport * from \"./d-chart-plot-area-impl\";\nexport * from \"./d-chart-region-impl-observable\";\nexport * from \"./d-chart-region-impl\";\nexport * from \"./d-chart-region\";\nexport * from \"./d-chart-selection-container-impl\";\nexport * from \"./d-chart-selection-container\";\nexport * from \"./d-chart-selection-gridline-x\";\nexport * from \"./d-chart-selection-gridline-y\";\nexport * from \"./d-chart-selection-marker\";\nexport * from \"./d-chart-selection-shape-base\";\nexport * from \"./d-chart-selection-shape\";\nexport * from \"./d-chart-selection-simple\";\nexport * from \"./d-chart-selection-sub-impl\";\nexport * from \"./d-chart-selection-sub\";\nexport * from \"./d-chart-selection\";\nexport * from \"./d-chart-series-bar\";\nexport * from \"./d-chart-series-base-coordinate-container\";\nexport * from \"./d-chart-series-base\";\nexport * from \"./d-chart-series-container-impl\";\nexport * from \"./d-chart-series-container\";\nexport * from \"./d-chart-series-coordinate-container\";\nexport * from \"./d-chart-series-fill-computed-impl\";\nexport * from \"./d-chart-series-fill-computed\";\nexport * from \"./d-chart-series-fill-impl\";\nexport * from \"./d-chart-series-fill\";\nexport * from \"./d-chart-series-line-of-any\";\nexport * from \"./d-chart-series-line-of-circles\";\nexport * from \"./d-chart-series-line-of-rectangle-roundeds\";\nexport * from \"./d-chart-series-line-of-rectangles\";\nexport * from \"./d-chart-series-line-of-triangle-roundeds\";\nexport * from \"./d-chart-series-line-of-triangles\";\nexport * from \"./d-chart-series-line\";\nexport * from \"./d-chart-series-linear-parameters-impl\";\nexport * from \"./d-chart-series-linear-parameters\";\nexport * from \"./d-chart-series-linear\";\nexport * from \"./d-chart-series-padding-computed-impl\";\nexport * from \"./d-chart-series-padding-computed\";\nexport * from \"./d-chart-series-padding-impl\";\nexport * from \"./d-chart-series-padding\";\nexport * from \"./d-chart-series-point-computed-impl\";\nexport * from \"./d-chart-series-point-computed\";\nexport * from \"./d-chart-series-point-impl\";\nexport * from \"./d-chart-series-point\";\nexport * from \"./d-chart-series-scalar\";\nexport * from \"./d-chart-series-stroke-computed-impl\";\nexport * from \"./d-chart-series-stroke-computed\";\nexport * from \"./d-chart-series-stroke-impl\";\nexport * from \"./d-chart-series-stroke\";\nexport * from \"./d-chart-series\";\nexport * from \"./d-chart\";\nexport * from \"./d-color-and-alpha\";\nexport * from \"./d-color-gradient-observable\";\nexport * from \"./d-color-gradient-point-observable\";\nexport * from \"./d-color-gradient\";\nexport * from \"./d-command-base\";\nexport * from \"./d-command-clear\";\nexport * from \"./d-command-create\";\nexport * from \"./d-command-save-as\";\nexport * from \"./d-command-save\";\nexport * from \"./d-command\";\nexport * from \"./d-content\";\nexport * from \"./d-controller-command-impl\";\nexport * from \"./d-controller-command\";\nexport * from \"./d-controller-document\";\nexport * from \"./d-controller-focus-impl\";\nexport * from \"./d-controller-focus\";\nexport * from \"./d-controller-keyboard\";\nexport * from \"./d-controllers\";\nexport * from \"./d-coordinate\";\nexport * from \"./d-corner-mask\";\nexport * from \"./d-corner\";\nexport * from \"./d-diagram-base-controller\";\nexport * from \"./d-diagram-base\";\nexport * from \"./d-diagram-canvas-base\";\nexport * from \"./d-diagram-canvas-base-shape-impl\";\nexport * from \"./d-diagram-canvas-base-shape\";\nexport * from \"./d-diagram-canvas-data-impl\";\nexport * from \"./d-diagram-canvas-data\";\nexport * from \"./d-diagram-canvas-editor-background\";\nexport * from \"./d-diagram-canvas-editor-shape-impl\";\nexport * from \"./d-diagram-canvas-editor-shape\";\nexport * from \"./d-diagram-canvas-editor-snap\";\nexport * from \"./d-diagram-canvas-editor\";\nexport * from \"./d-diagram-canvas-mapping-impl\";\nexport * from \"./d-diagram-canvas-mapping-point-impl\";\nexport * from \"./d-diagram-canvas-mapping\";\nexport * from \"./d-diagram-canvas-shape-impl\";\nexport * from \"./d-diagram-canvas-shape\";\nexport * from \"./d-diagram-canvas-ticker-impl\";\nexport * from \"./d-diagram-canvas-ticker\";\nexport * from \"./d-diagram-canvas-tile\";\nexport * from \"./d-diagram-canvas\";\nexport * from \"./d-diagram-controller\";\nexport * from \"./d-diagram-data-impl\";\nexport * from \"./d-diagram-data-mapper\";\nexport * from \"./d-diagram-data-private-impl\";\nexport * from \"./d-diagram-data-scoped\";\nexport * from \"./d-diagram-data-remote-impl\";\nexport * from \"./d-diagram-data-remote\";\nexport * from \"./d-diagram-data\";\nexport * from \"./d-diagram-editor-controller\";\nexport * from \"./d-diagram-editor-thumbnail\";\nexport * from \"./d-diagram-editor\";\nexport * from \"./d-diagram-layer-background\";\nexport * from \"./d-diagram-layer-container\";\nexport * from \"./d-diagram-layer\";\nexport * from \"./d-diagram-layers\";\nexport * from \"./d-diagram-serialized\";\nexport * from \"./d-diagram-shape\";\nexport * from \"./d-diagram-snapshot\";\nexport * from \"./d-diagram-ticker\";\nexport * from \"./d-diagram\";\nexport * from \"./d-diagrams\";\nexport * from \"./d-dialog-align\";\nexport * from \"./d-dialog-close-on\";\nexport * from \"./d-dialog-color-gradient\";\nexport * from \"./d-dialog-color\";\nexport * from \"./d-dialog-confirm-delete\";\nexport * from \"./d-dialog-confirm-discard\";\nexport * from \"./d-dialog-confirm-message\";\nexport * from \"./d-dialog-confirm\";\nexport * from \"./d-dialog-date\";\nexport * from \"./d-dialog-datetime\";\nexport * from \"./d-dialog-fitted-content\";\nexport * from \"./d-dialog-fitted\";\nexport * from \"./d-dialog-gesture-impl\";\nexport * from \"./d-dialog-gesture-mode\";\nexport * from \"./d-dialog-gesture\";\nexport * from \"./d-dialog-input-boolean\";\nexport * from \"./d-dialog-input-integer\";\nexport * from \"./d-dialog-input-real\";\nexport * from \"./d-dialog-input-text\";\nexport * from \"./d-dialog-input\";\nexport * from \"./d-dialog-layered-content\";\nexport * from \"./d-dialog-layered-footer\";\nexport * from \"./d-dialog-layered-header-button-close\";\nexport * from \"./d-dialog-layered-header-separator\";\nexport * from \"./d-dialog-layered-header\";\nexport * from \"./d-dialog-layered\";\nexport * from \"./d-dialog-message\";\nexport * from \"./d-dialog-mode\";\nexport * from \"./d-dialog-processing-message\";\nexport * from \"./d-dialog-processing\";\nexport * from \"./d-dialog-save-as\";\nexport * from \"./d-dialog-select-list-item-updater\";\nexport * from \"./d-dialog-select-list-item\";\nexport * from \"./d-dialog-select-list\";\nexport * from \"./d-dialog-select-search-dismissable-impl\";\nexport * from \"./d-dialog-select-search-dismissable\";\nexport * from \"./d-dialog-select-search-impl\";\nexport * from \"./d-dialog-select-search\";\nexport * from \"./d-dialog-select\";\nexport * from \"./d-dialog-state\";\nexport * from \"./d-dialog-time\";\nexport * from \"./d-dialog\";\nexport * from \"./d-document\";\nexport * from \"./d-dropdown-base\";\nexport * from \"./d-dropdown\";\nexport * from \"./d-dynamic-text-geometry\";\nexport * from \"./d-dynamic-text-measure-result-character\";\nexport * from \"./d-dynamic-text-measure-result\";\nexport * from \"./d-dynamic-text-measure\";\nexport * from \"./d-dynamic-text-style-word-wrap\";\nexport * from \"./d-dynamic-text-style\";\nexport * from \"./d-dynamic-text\";\nexport * from \"./d-expandable-header\";\nexport * from \"./d-expandable\";\nexport * from \"./d-font\";\nexport * from \"./d-html-element-state\";\nexport * from \"./d-html-element\";\nexport * from \"./d-image-base-theme-wrapper-secondary\";\nexport * from \"./d-image-base-theme-wrapper-tertiary\";\nexport * from \"./d-image-base\";\nexport * from \"./d-image-piece-layouter-part-bottom\";\nexport * from \"./d-image-piece-layouter-part-center\";\nexport * from \"./d-image-piece-layouter-part-container\";\nexport * from \"./d-image-piece-layouter-part-left\";\nexport * from \"./d-image-piece-layouter-part-middle\";\nexport * from \"./d-image-piece-layouter-part-right\";\nexport * from \"./d-image-piece-layouter-part-top\";\nexport * from \"./d-image-piece-layouter-part\";\nexport * from \"./d-image-piece-layouter\";\nexport * from \"./d-image-piece\";\nexport * from \"./d-image\";\nexport * from \"./d-input-and-label\";\nexport * from \"./d-input-boolean-button-off\";\nexport * from \"./d-input-boolean-button-on\";\nexport * from \"./d-input-boolean\";\nexport * from \"./d-input-input\";\nexport * from \"./d-input-integer-and-label\";\nexport * from \"./d-input-integer\";\nexport * from \"./d-input-label\";\nexport * from \"./d-input-number\";\nexport * from \"./d-input-real-and-label\";\nexport * from \"./d-input-real\";\nexport * from \"./d-input-search\";\nexport * from \"./d-input-text-and-label\";\nexport * from \"./d-input-text-area\";\nexport * from \"./d-input-text\";\nexport * from \"./d-input\";\nexport * from \"./d-item-updater\";\nexport * from \"./d-layout-clear-type\";\nexport * from \"./d-layout-direction\";\nexport * from \"./d-layout-horizontal\";\nexport * from \"./d-layout-space\";\nexport * from \"./d-layout-vertical\";\nexport * from \"./d-layout\";\nexport * from \"./d-link-menu-item-id\";\nexport * from \"./d-link-menu\";\nexport * from \"./d-link-target\";\nexport * from \"./d-link\";\nexport * from \"./d-links\";\nexport * from \"./d-list-data-impl\";\nexport * from \"./d-list-data-mapped-impl\";\nexport * from \"./d-list-data-mapped\";\nexport * from \"./d-list-data-selection-multiple\";\nexport * from \"./d-list-data-selection-none\";\nexport * from \"./d-list-data-selection-parent\";\nexport * from \"./d-list-data-selection-single\";\nexport * from \"./d-list-data-selection\";\nexport * from \"./d-list-data\";\nexport * from \"./d-list-item-accessor-impl\";\nexport * from \"./d-list-item-accessor\";\nexport * from \"./d-list-item-ambient\";\nexport * from \"./d-list-item-updater\";\nexport * from \"./d-list-item\";\nexport * from \"./d-list\";\nexport * from \"./d-map-coordinate-epsg3857\";\nexport * from \"./d-map-coordinate\";\nexport * from \"./d-map-coordinates\";\nexport * from \"./d-map-tile-mapping-internal\";\nexport * from \"./d-map-tile-mapping\";\nexport * from \"./d-map-tile-plane\";\nexport * from \"./d-map-tile-pyramid-impl\";\nexport * from \"./d-map-tile-pyramid\";\nexport * from \"./d-map-tile-pyramids\";\nexport * from \"./d-map-tile-url-builder\";\nexport * from \"./d-map-tile\";\nexport * from \"./d-menu-align\";\nexport * from \"./d-menu-bar-item\";\nexport * from \"./d-menu-bar\";\nexport * from \"./d-menu-context\";\nexport * from \"./d-menu-item-base-selection\";\nexport * from \"./d-menu-item-base\";\nexport * from \"./d-menu-item-check-is-compatible\";\nexport * from \"./d-menu-item-check\";\nexport * from \"./d-menu-item-expandable-body\";\nexport * from \"./d-menu-item-expandable-header\";\nexport * from \"./d-menu-item-expandable-is-compatible\";\nexport * from \"./d-menu-item-expandable-item-check\";\nexport * from \"./d-menu-item-expandable-item-link\";\nexport * from \"./d-menu-item-expandable-item-menu\";\nexport * from \"./d-menu-item-expandable-item-separator\";\nexport * from \"./d-menu-item-expandable-item-space\";\nexport * from \"./d-menu-item-expandable-item-text\";\nexport * from \"./d-menu-item-expandable\";\nexport * from \"./d-menu-item-expandables\";\nexport * from \"./d-menu-item-link-is-compatible\";\nexport * from \"./d-menu-item-link\";\nexport * from \"./d-menu-item-menu-is-compatible\";\nexport * from \"./d-menu-item-menu-to-sub-menu-options\";\nexport * from \"./d-menu-item-menu\";\nexport * from \"./d-menu-item-options-union\";\nexport * from \"./d-menu-item-separator-reflowable\";\nexport * from \"./d-menu-item-separator\";\nexport * from \"./d-menu-item-space-is-compatible\";\nexport * from \"./d-menu-item-space\";\nexport * from \"./d-menu-item-text\";\nexport * from \"./d-menu-item\";\nexport * from \"./d-menu-sided-content\";\nexport * from \"./d-menu-sided-item-check\";\nexport * from \"./d-menu-sided-item-expandable-item-check\";\nexport * from \"./d-menu-sided-item-expandable-item-link\";\nexport * from \"./d-menu-sided-item-expandable-item-menu\";\nexport * from \"./d-menu-sided-item-expandable-item-separator\";\nexport * from \"./d-menu-sided-item-expandable-item-space\";\nexport * from \"./d-menu-sided-item-expandable-item-text\";\nexport * from \"./d-menu-sided-item-expandable\";\nexport * from \"./d-menu-sided-item-expandables\";\nexport * from \"./d-menu-sided-item-link\";\nexport * from \"./d-menu-sided-item-menu\";\nexport * from \"./d-menu-sided-item-separator\";\nexport * from \"./d-menu-sided-item-space\";\nexport * from \"./d-menu-sided-item-text\";\nexport * from \"./d-menu-sided-selection\";\nexport * from \"./d-menu-sided\";\nexport * from \"./d-menu-sideds\";\nexport * from \"./d-menu\";\nexport * from \"./d-menus\";\nexport * from \"./d-note-error\";\nexport * from \"./d-note-no-items-found\";\nexport * from \"./d-note-searching\";\nexport * from \"./d-note-small-error\";\nexport * from \"./d-note-small-no-items-found\";\nexport * from \"./d-note-small-searching\";\nexport * from \"./d-note-small\";\nexport * from \"./d-note\";\nexport * from \"./d-notification\";\nexport * from \"./d-outline\";\nexport * from \"./d-padding\";\nexport * from \"./d-pagination-button-last\";\nexport * from \"./d-pagination-button-next\";\nexport * from \"./d-pagination-button-page\";\nexport * from \"./d-pagination-button-previous\";\nexport * from \"./d-pagination-button-top\";\nexport * from \"./d-pagination-dots\";\nexport * from \"./d-pagination-page\";\nexport * from \"./d-pagination\";\nexport * from \"./d-pane-scrollbar\";\nexport * from \"./d-pane\";\nexport * from \"./d-picker-color-and-alpha\";\nexport * from \"./d-picker-color-gradient-recent\";\nexport * from \"./d-picker-color-gradient-view\";\nexport * from \"./d-picker-color-gradient\";\nexport * from \"./d-picker-color-recent\";\nexport * from \"./d-picker-color\";\nexport * from \"./d-picker-date\";\nexport * from \"./d-picker-dates\";\nexport * from \"./d-picker-datetime-button-back\";\nexport * from \"./d-picker-datetime-button-date\";\nexport * from \"./d-picker-datetime-button-next\";\nexport * from \"./d-picker-datetime-label-date\";\nexport * from \"./d-picker-datetime-label\";\nexport * from \"./d-picker-datetime-mask\";\nexport * from \"./d-picker-datetime-masks\";\nexport * from \"./d-picker-datetime-range\";\nexport * from \"./d-picker-datetime-space\";\nexport * from \"./d-picker-datetime\";\nexport * from \"./d-picker-datetimes\";\nexport * from \"./d-picker-time-bound-constant\";\nexport * from \"./d-picker-time-bound-hours\";\nexport * from \"./d-picker-time-bound-minutes\";\nexport * from \"./d-picker-time-bound-seconds\";\nexport * from \"./d-picker-time-bound\";\nexport * from \"./d-picker-time-bounds\";\nexport * from \"./d-picker-time-range\";\nexport * from \"./d-picker-time\";\nexport * from \"./d-picker-times\";\nexport * from \"./d-scalar-expression\";\nexport * from \"./d-scalar-function\";\nexport * from \"./d-scalar-functions\";\nexport * from \"./d-scalar-set\";\nexport * from \"./d-scalar\";\nexport * from \"./d-scroll-bar-horizontal\";\nexport * from \"./d-scroll-bar-thumb-horizontal\";\nexport * from \"./d-scroll-bar-thumb-reflowable-horizontal\";\nexport * from \"./d-scroll-bar-thumb-reflowable-vertical\";\nexport * from \"./d-scroll-bar-thumb-vertical\";\nexport * from \"./d-scroll-bar-thumb\";\nexport * from \"./d-scroll-bar-vertical\";\nexport * from \"./d-scroll-bar\";\nexport * from \"./d-select-multiple\";\nexport * from \"./d-select\";\nexport * from \"./d-shadow-impl\";\nexport * from \"./d-shadow\";\nexport * from \"./d-slider-horizontal\";\nexport * from \"./d-slider-label\";\nexport * from \"./d-slider-thumb\";\nexport * from \"./d-slider-track-horizontal\";\nexport * from \"./d-slider-track-vertical\";\nexport * from \"./d-slider-track\";\nexport * from \"./d-slider-value\";\nexport * from \"./d-slider-vertical\";\nexport * from \"./d-slider\";\nexport * from \"./d-state-aware\";\nexport * from \"./d-table-body-cell-action-dialog\";\nexport * from \"./d-table-body-cell-action-menu\";\nexport * from \"./d-table-body-cell-action-promise\";\nexport * from \"./d-table-body-cell-button\";\nexport * from \"./d-table-body-cell-check\";\nexport * from \"./d-table-body-cell-color\";\nexport * from \"./d-table-body-cell-date\";\nexport * from \"./d-table-body-cell-datetime\";\nexport * from \"./d-table-body-cell-index\";\nexport * from \"./d-table-body-cell-input-integer\";\nexport * from \"./d-table-body-cell-input-real\";\nexport * from \"./d-table-body-cell-input-text\";\nexport * from \"./d-table-body-cell-input-tree-input\";\nexport * from \"./d-table-body-cell-input-tree-marker\";\nexport * from \"./d-table-body-cell-input-tree\";\nexport * from \"./d-table-body-cell-options\";\nexport * from \"./d-table-body-cell-link\";\nexport * from \"./d-table-body-cell-select-dialog\";\nexport * from \"./d-table-body-cell-select-menu\";\nexport * from \"./d-table-body-cell-select-multiple\";\nexport * from \"./d-table-body-cell-select-promise\";\nexport * from \"./d-table-body-cell-text\";\nexport * from \"./d-table-body-cell-time\";\nexport * from \"./d-table-body-cell-tree\";\nexport * from \"./d-table-body-cell\";\nexport * from \"./d-table-body-cells\";\nexport * from \"./d-table-body-row\";\nexport * from \"./d-table-body\";\nexport * from \"./d-table-category-cell\";\nexport * from \"./d-table-category\";\nexport * from \"./d-table-column-editing\";\nexport * from \"./d-table-column-formatter\";\nexport * from \"./d-table-column-getter\";\nexport * from \"./d-table-column-renderable\";\nexport * from \"./d-table-column-selecting\";\nexport * from \"./d-table-column-setter\";\nexport * from \"./d-table-column-sorting\";\nexport * from \"./d-table-column-state\";\nexport * from \"./d-table-column-type\";\nexport * from \"./d-table-column\";\nexport * from \"./d-table-data-filter\";\nexport * from \"./d-table-data-list-filter\";\nexport * from \"./d-table-data-list-mapped\";\nexport * from \"./d-table-data-list-selection\";\nexport * from \"./d-table-data-list-sorter\";\nexport * from \"./d-table-data-list\";\nexport * from \"./d-table-data-selection\";\nexport * from \"./d-table-data-sorter\";\nexport * from \"./d-table-data-tree-filter\";\nexport * from \"./d-table-data-tree-item-accessor\";\nexport * from \"./d-table-data-tree-item\";\nexport * from \"./d-table-data-tree-selection-impl\";\nexport * from \"./d-table-data-tree-selection\";\nexport * from \"./d-table-data-tree-sorter\";\nexport * from \"./d-table-data-tree\";\nexport * from \"./d-table-data\";\nexport * from \"./d-table-header-cell-check\";\nexport * from \"./d-table-header-cell\";\nexport * from \"./d-table-header\";\nexport * from \"./d-table-row\";\nexport * from \"./d-table-scrollbar\";\nexport * from \"./d-table-state\";\nexport * from \"./d-table\";\nexport * from \"./d-text-base\";\nexport * from \"./d-text\";\nexport * from \"./d-tree-data-impl\";\nexport * from \"./d-tree-data-mapped-impl\";\nexport * from \"./d-tree-data-mapped\";\nexport * from \"./d-tree-data-selection-multiple\";\nexport * from \"./d-tree-data-selection-none\";\nexport * from \"./d-tree-data-selection-parent\";\nexport * from \"./d-tree-data-selection-single\";\nexport * from \"./d-tree-data-selection\";\nexport * from \"./d-tree-data\";\nexport * from \"./d-tree-item-button\";\nexport * from \"./d-tree-item-non-editable\";\nexport * from \"./d-tree-item-state\";\nexport * from \"./d-tree-item-text\";\nexport * from \"./d-tree-item-updater\";\nexport * from \"./d-tree-item\";\nexport * from \"./d-tree-node-accessor-impl\";\nexport * from \"./d-tree-node-accessor\";\nexport * from \"./d-tree-node-iteratee\";\nexport * from \"./d-tree-node\";\nexport * from \"./d-tree\";\nexport * from \"./d-view-constraint\";\nexport * from \"./d-view-gesture-impl\";\nexport * from \"./d-view-gesture\";\nexport * from \"./d-view-impl\";\nexport * from \"./d-view-stopper\";\nexport * from \"./d-view-to-target\";\nexport * from \"./d-view-transform-impl\";\nexport * from \"./d-view-transform\";\nexport * from \"./d-view\";\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/main/typescript/wcardinal/ui/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nexport * from \"./load\";\nexport * from \"./shape\";\nexport * from \"./snapper\";\nexport * from \"./theme\";\nexport * from \"./util\";\nexport * from \"./d-align-horizontal\";\nexport * from \"./d-align-vertical\";\nexport * from \"./d-align-with\";\nexport * from \"./d-animation-base\";\nexport * from \"./d-animation-empty\";\nexport * from \"./d-animation-fade-in\";\nexport * from \"./d-animation-timings\";\nexport * from \"./d-animation\";\nexport * from \"./d-application-layer-like\";\nexport * from \"./d-application-layer-options\";\nexport * from \"./d-application-layer-stage-like\";\nexport * from \"./d-application-layer\";\nexport * from \"./d-application-like\";\nexport * from \"./d-application-padding\";\nexport * from \"./d-application\";\nexport * from \"./d-applications\";\nexport * from \"./d-background\";\nexport * from \"./d-base-auto-set\";\nexport * from \"./d-base-auto\";\nexport * from \"./d-base-background-mesh-geometry\";\nexport * from \"./d-base-background-mesh\";\nexport * from \"./d-base-background-snippet\";\nexport * from \"./d-base-background\";\nexport * from \"./d-base-border-mesh-geometry\";\nexport * from \"./d-base-border-mesh\";\nexport * from \"./d-base-border-snippet\";\nexport * from \"./d-base-border\";\nexport * from \"./d-base-corner\";\nexport * from \"./d-base-interactive\";\nexport * from \"./d-base-mesh-geometry\";\nexport * from \"./d-base-outline-snippet\";\nexport * from \"./d-base-outline\";\nexport * from \"./d-base-overflow-mask-simple\";\nexport * from \"./d-base-overflow-mask\";\nexport * from \"./d-base-padding-adjustable\";\nexport * from \"./d-base-padding\";\nexport * from \"./d-base-point\";\nexport * from \"./d-base-reflowable-container\";\nexport * from \"./d-base-reflowable-impl\";\nexport * from \"./d-base-reflowable\";\nexport * from \"./d-base-snippet-container\";\nexport * from \"./d-base-snippet\";\nexport * from \"./d-base-state-set-impl-observable\";\nexport * from \"./d-base-state-set-impl\";\nexport * from \"./d-base-state-set-like\";\nexport * from \"./d-base-state-set\";\nexport * from \"./d-base-state\";\nexport * from \"./d-base\";\nexport * from \"./d-board\";\nexport * from \"./d-border-mask\";\nexport * from \"./d-border\";\nexport * from \"./d-button-ambient\";\nexport * from \"./d-button-base-when\";\nexport * from \"./d-button-base\";\nexport * from \"./d-button-check-right\";\nexport * from \"./d-button-check\";\nexport * from \"./d-button-color-gradient\";\nexport * from \"./d-button-color\";\nexport * from \"./d-button-danger\";\nexport * from \"./d-button-date\";\nexport * from \"./d-button-datetime\";\nexport * from \"./d-button-file\";\nexport * from \"./d-button-group\";\nexport * from \"./d-button-link\";\nexport * from \"./d-button-primary\";\nexport * from \"./d-button-radio-right\";\nexport * from \"./d-button-radio\";\nexport * from \"./d-button-redo\";\nexport * from \"./d-button-secondary\";\nexport * from \"./d-button-select\";\nexport * from \"./d-button-time\";\nexport * from \"./d-button-undo\";\nexport * from \"./d-button\";\nexport * from \"./d-canvas-container\";\nexport * from \"./d-canvas\";\nexport * from \"./d-chart-axis-bar\";\nexport * from \"./d-chart-axis-base-bar\";\nexport * from \"./d-chart-axis-base-options-parser\";\nexport * from \"./d-chart-axis-base-options\";\nexport * from \"./d-chart-axis-base-tick-container\";\nexport * from \"./d-chart-axis-base-tick-major-gridline\";\nexport * from \"./d-chart-axis-base-tick-major\";\nexport * from \"./d-chart-axis-base-tick-minor\";\nexport * from \"./d-chart-axis-base\";\nexport * from \"./d-chart-axis-container-impl\";\nexport * from \"./d-chart-axis-container\";\nexport * from \"./d-chart-axis-position\";\nexport * from \"./d-chart-axis-tick-container\";\nexport * from \"./d-chart-axis-tick-major-gridline\";\nexport * from \"./d-chart-axis-tick-major\";\nexport * from \"./d-chart-axis-tick-minor\";\nexport * from \"./d-chart-axis-tick-position\";\nexport * from \"./d-chart-axis-x-datetime\";\nexport * from \"./d-chart-axis-x\";\nexport * from \"./d-chart-axis-y\";\nexport * from \"./d-chart-axis\";\nexport * from \"./d-chart-color-set\";\nexport * from \"./d-chart-coordinate-base\";\nexport * from \"./d-chart-coordinate-container-impl\";\nexport * from \"./d-chart-coordinate-container-sub-impl\";\nexport * from \"./d-chart-coordinate-container-sub\";\nexport * from \"./d-chart-coordinate-container\";\nexport * from \"./d-chart-coordinate-direction\";\nexport * from \"./d-chart-coordinate-linear-tick\";\nexport * from \"./d-chart-coordinate-linear\";\nexport * from \"./d-chart-coordinate-log-tick\";\nexport * from \"./d-chart-coordinate-log\";\nexport * from \"./d-chart-coordinate-tick-major-step-function\";\nexport * from \"./d-chart-coordinate-tick-minor-step-function\";\nexport * from \"./d-chart-coordinate-tick\";\nexport * from \"./d-chart-coordinate-transform-impl\";\nexport * from \"./d-chart-coordinate-transform-mark\";\nexport * from \"./d-chart-coordinate-transform\";\nexport * from \"./d-chart-coordinate\";\nexport * from \"./d-chart-legend-item\";\nexport * from \"./d-chart-legend\";\nexport * from \"./d-chart-overview\";\nexport * from \"./d-chart-plot-area-container\";\nexport * from \"./d-chart-plot-area\";\nexport * from \"./d-chart-plot-area-impl\";\nexport * from \"./d-chart-region-impl-observable\";\nexport * from \"./d-chart-region-impl\";\nexport * from \"./d-chart-region\";\nexport * from \"./d-chart-selection-container-impl\";\nexport * from \"./d-chart-selection-container\";\nexport * from \"./d-chart-selection-gridline-x\";\nexport * from \"./d-chart-selection-gridline-y\";\nexport * from \"./d-chart-selection-marker\";\nexport * from \"./d-chart-selection-shape-base\";\nexport * from \"./d-chart-selection-shape\";\nexport * from \"./d-chart-selection-simple\";\nexport * from \"./d-chart-selection-sub-impl\";\nexport * from \"./d-chart-selection-sub\";\nexport * from \"./d-chart-selection\";\nexport * from \"./d-chart-series-bar\";\nexport * from \"./d-chart-series-base-coordinate-container\";\nexport * from \"./d-chart-series-base\";\nexport * from \"./d-chart-series-container-impl\";\nexport * from \"./d-chart-series-container\";\nexport * from \"./d-chart-series-coordinate-container\";\nexport * from \"./d-chart-series-fill-computed-impl\";\nexport * from \"./d-chart-series-fill-computed\";\nexport * from \"./d-chart-series-fill-impl\";\nexport * from \"./d-chart-series-fill\";\nexport * from \"./d-chart-series-line-of-any\";\nexport * from \"./d-chart-series-line-of-circles\";\nexport * from \"./d-chart-series-line-of-rectangle-roundeds\";\nexport * from \"./d-chart-series-line-of-rectangles\";\nexport * from \"./d-chart-series-line-of-triangle-roundeds\";\nexport * from \"./d-chart-series-line-of-triangles\";\nexport * from \"./d-chart-series-line\";\nexport * from \"./d-chart-series-linear-parameters-impl\";\nexport * from \"./d-chart-series-linear-parameters\";\nexport * from \"./d-chart-series-linear\";\nexport * from \"./d-chart-series-padding-computed-impl\";\nexport * from \"./d-chart-series-padding-computed\";\nexport * from \"./d-chart-series-padding-impl\";\nexport * from \"./d-chart-series-padding\";\nexport * from \"./d-chart-series-point-computed-impl\";\nexport * from \"./d-chart-series-point-computed\";\nexport * from \"./d-chart-series-point-impl\";\nexport * from \"./d-chart-series-point\";\nexport * from \"./d-chart-series-scalar\";\nexport * from \"./d-chart-series-stroke-computed-impl\";\nexport * from \"./d-chart-series-stroke-computed\";\nexport * from \"./d-chart-series-stroke-impl\";\nexport * from \"./d-chart-series-stroke\";\nexport * from \"./d-chart-series\";\nexport * from \"./d-chart\";\nexport * from \"./d-color-and-alpha\";\nexport * from \"./d-color-gradient-observable\";\nexport * from \"./d-color-gradient-point-observable\";\nexport * from \"./d-color-gradient\";\nexport * from \"./d-command-base\";\nexport * from \"./d-command-clear\";\nexport * from \"./d-command-create\";\nexport * from \"./d-command-save-as\";\nexport * from \"./d-command-save\";\nexport * from \"./d-command\";\nexport * from \"./d-content\";\nexport * from \"./d-controller-command-impl\";\nexport * from \"./d-controller-command\";\nexport * from \"./d-controller-document\";\nexport * from \"./d-controller-focus-impl\";\nexport * from \"./d-controller-focus\";\nexport * from \"./d-controller-keyboard-impl\";\nexport * from \"./d-controller-keyboard\";\nexport * from \"./d-controllers\";\nexport * from \"./d-coordinate\";\nexport * from \"./d-corner-mask\";\nexport * from \"./d-corner\";\nexport * from \"./d-diagram-base-controller\";\nexport * from \"./d-diagram-base\";\nexport * from \"./d-diagram-canvas-base\";\nexport * from \"./d-diagram-canvas-base-shape-impl\";\nexport * from \"./d-diagram-canvas-base-shape\";\nexport * from \"./d-diagram-canvas-data-impl\";\nexport * from \"./d-diagram-canvas-data\";\nexport * from \"./d-diagram-canvas-editor-background\";\nexport * from \"./d-diagram-canvas-editor-shape-impl\";\nexport * from \"./d-diagram-canvas-editor-shape\";\nexport * from \"./d-diagram-canvas-editor-snap\";\nexport * from \"./d-diagram-canvas-editor\";\nexport * from \"./d-diagram-canvas-mapping-impl\";\nexport * from \"./d-diagram-canvas-mapping-point-impl\";\nexport * from \"./d-diagram-canvas-mapping\";\nexport * from \"./d-diagram-canvas-shape-impl\";\nexport * from \"./d-diagram-canvas-shape\";\nexport * from \"./d-diagram-canvas-ticker-impl\";\nexport * from \"./d-diagram-canvas-ticker\";\nexport * from \"./d-diagram-canvas-tile\";\nexport * from \"./d-diagram-canvas\";\nexport * from \"./d-diagram-controller\";\nexport * from \"./d-diagram-data-impl\";\nexport * from \"./d-diagram-data-mapper\";\nexport * from \"./d-diagram-data-private-impl\";\nexport * from \"./d-diagram-data-scoped\";\nexport * from \"./d-diagram-data-remote-impl\";\nexport * from \"./d-diagram-data-remote\";\nexport * from \"./d-diagram-data\";\nexport * from \"./d-diagram-editor-controller\";\nexport * from \"./d-diagram-editor-thumbnail\";\nexport * from \"./d-diagram-editor\";\nexport * from \"./d-diagram-layer-background\";\nexport * from \"./d-diagram-layer-container\";\nexport * from \"./d-diagram-layer\";\nexport * from \"./d-diagram-layers\";\nexport * from \"./d-diagram-serialized\";\nexport * from \"./d-diagram-shape\";\nexport * from \"./d-diagram-snapshot\";\nexport * from \"./d-diagram-ticker\";\nexport * from \"./d-diagram\";\nexport * from \"./d-diagrams\";\nexport * from \"./d-dialog-align\";\nexport * from \"./d-dialog-close-on\";\nexport * from \"./d-dialog-color-gradient\";\nexport * from \"./d-dialog-color\";\nexport * from \"./d-dialog-confirm-delete\";\nexport * from \"./d-dialog-confirm-discard\";\nexport * from \"./d-dialog-confirm-message\";\nexport * from \"./d-dialog-confirm\";\nexport * from \"./d-dialog-date\";\nexport * from \"./d-dialog-datetime\";\nexport * from \"./d-dialog-fitted-content\";\nexport * from \"./d-dialog-fitted\";\nexport * from \"./d-dialog-gesture-impl\";\nexport * from \"./d-dialog-gesture-mode\";\nexport * from \"./d-dialog-gesture\";\nexport * from \"./d-dialog-input-boolean\";\nexport * from \"./d-dialog-input-integer\";\nexport * from \"./d-dialog-input-real\";\nexport * from \"./d-dialog-input-text\";\nexport * from \"./d-dialog-input\";\nexport * from \"./d-dialog-layered-content\";\nexport * from \"./d-dialog-layered-footer\";\nexport * from \"./d-dialog-layered-header-button-close\";\nexport * from \"./d-dialog-layered-header-separator\";\nexport * from \"./d-dialog-layered-header\";\nexport * from \"./d-dialog-layered\";\nexport * from \"./d-dialog-message\";\nexport * from \"./d-dialog-mode\";\nexport * from \"./d-dialog-processing-message\";\nexport * from \"./d-dialog-processing\";\nexport * from \"./d-dialog-save-as\";\nexport * from \"./d-dialog-select-list-item-updater\";\nexport * from \"./d-dialog-select-list-item\";\nexport * from \"./d-dialog-select-list\";\nexport * from \"./d-dialog-select-search-dismissable-impl\";\nexport * from \"./d-dialog-select-search-dismissable\";\nexport * from \"./d-dialog-select-search-impl\";\nexport * from \"./d-dialog-select-search\";\nexport * from \"./d-dialog-select\";\nexport * from \"./d-dialog-state\";\nexport * from \"./d-dialog-time\";\nexport * from \"./d-dialog\";\nexport * from \"./d-document\";\nexport * from \"./d-dropdown-base\";\nexport * from \"./d-dropdown\";\nexport * from \"./d-dynamic-text-geometry\";\nexport * from \"./d-dynamic-text-measure-result-character\";\nexport * from \"./d-dynamic-text-measure-result\";\nexport * from \"./d-dynamic-text-measure\";\nexport * from \"./d-dynamic-text-style-word-wrap\";\nexport * from \"./d-dynamic-text-style\";\nexport * from \"./d-dynamic-text\";\nexport * from \"./d-expandable-header\";\nexport * from \"./d-expandable\";\nexport * from \"./d-font\";\nexport * from \"./d-html-element-state\";\nexport * from \"./d-html-element\";\nexport * from \"./d-image-base-theme-wrapper-secondary\";\nexport * from \"./d-image-base-theme-wrapper-tertiary\";\nexport * from \"./d-image-base\";\nexport * from \"./d-image-piece-layouter-part-bottom\";\nexport * from \"./d-image-piece-layouter-part-center\";\nexport * from \"./d-image-piece-layouter-part-container\";\nexport * from \"./d-image-piece-layouter-part-left\";\nexport * from \"./d-image-piece-layouter-part-middle\";\nexport * from \"./d-image-piece-layouter-part-right\";\nexport * from \"./d-image-piece-layouter-part-top\";\nexport * from \"./d-image-piece-layouter-part\";\nexport * from \"./d-image-piece-layouter\";\nexport * from \"./d-image-piece\";\nexport * from \"./d-image\";\nexport * from \"./d-input-and-label\";\nexport * from \"./d-input-boolean-button-off\";\nexport * from \"./d-input-boolean-button-on\";\nexport * from \"./d-input-boolean\";\nexport * from \"./d-input-input\";\nexport * from \"./d-input-integer-and-label\";\nexport * from \"./d-input-integer\";\nexport * from \"./d-input-label\";\nexport * from \"./d-input-number\";\nexport * from \"./d-input-real-and-label\";\nexport * from \"./d-input-real\";\nexport * from \"./d-input-search\";\nexport * from \"./d-input-text-and-label\";\nexport * from \"./d-input-text-area\";\nexport * from \"./d-input-text\";\nexport * from \"./d-input\";\nexport * from \"./d-item-updater\";\nexport * from \"./d-layout-clear-type\";\nexport * from \"./d-layout-direction\";\nexport * from \"./d-layout-horizontal\";\nexport * from \"./d-layout-space\";\nexport * from \"./d-layout-vertical\";\nexport * from \"./d-layout\";\nexport * from \"./d-link-menu-item-id\";\nexport * from \"./d-link-menu\";\nexport * from \"./d-link-target\";\nexport * from \"./d-link\";\nexport * from \"./d-links\";\nexport * from \"./d-list-data-impl\";\nexport * from \"./d-list-data-mapped-impl\";\nexport * from \"./d-list-data-mapped\";\nexport * from \"./d-list-data-selection-multiple\";\nexport * from \"./d-list-data-selection-none\";\nexport * from \"./d-list-data-selection-parent\";\nexport * from \"./d-list-data-selection-single\";\nexport * from \"./d-list-data-selection\";\nexport * from \"./d-list-data\";\nexport * from \"./d-list-item-accessor-impl\";\nexport * from \"./d-list-item-accessor\";\nexport * from \"./d-list-item-ambient\";\nexport * from \"./d-list-item-updater\";\nexport * from \"./d-list-item\";\nexport * from \"./d-list\";\nexport * from \"./d-map-coordinate-epsg3857\";\nexport * from \"./d-map-coordinate\";\nexport * from \"./d-map-coordinates\";\nexport * from \"./d-map-tile-mapping-internal\";\nexport * from \"./d-map-tile-mapping\";\nexport * from \"./d-map-tile-plane\";\nexport * from \"./d-map-tile-pyramid-impl\";\nexport * from \"./d-map-tile-pyramid\";\nexport * from \"./d-map-tile-pyramids\";\nexport * from \"./d-map-tile-url-builder\";\nexport * from \"./d-map-tile\";\nexport * from \"./d-menu-align\";\nexport * from \"./d-menu-bar-item\";\nexport * from \"./d-menu-bar\";\nexport * from \"./d-menu-context\";\nexport * from \"./d-menu-item-base-selection\";\nexport * from \"./d-menu-item-base\";\nexport * from \"./d-menu-item-check-is-compatible\";\nexport * from \"./d-menu-item-check\";\nexport * from \"./d-menu-item-expandable-body\";\nexport * from \"./d-menu-item-expandable-header\";\nexport * from \"./d-menu-item-expandable-is-compatible\";\nexport * from \"./d-menu-item-expandable-item-check\";\nexport * from \"./d-menu-item-expandable-item-link\";\nexport * from \"./d-menu-item-expandable-item-menu\";\nexport * from \"./d-menu-item-expandable-item-separator\";\nexport * from \"./d-menu-item-expandable-item-space\";\nexport * from \"./d-menu-item-expandable-item-text\";\nexport * from \"./d-menu-item-expandable\";\nexport * from \"./d-menu-item-expandables\";\nexport * from \"./d-menu-item-link-is-compatible\";\nexport * from \"./d-menu-item-link\";\nexport * from \"./d-menu-item-menu-is-compatible\";\nexport * from \"./d-menu-item-menu-to-sub-menu-options\";\nexport * from \"./d-menu-item-menu\";\nexport * from \"./d-menu-item-options-union\";\nexport * from \"./d-menu-item-separator-reflowable\";\nexport * from \"./d-menu-item-separator\";\nexport * from \"./d-menu-item-space-is-compatible\";\nexport * from \"./d-menu-item-space\";\nexport * from \"./d-menu-item-text\";\nexport * from \"./d-menu-item\";\nexport * from \"./d-menu-sided-content\";\nexport * from \"./d-menu-sided-item-check\";\nexport * from \"./d-menu-sided-item-expandable-item-check\";\nexport * from \"./d-menu-sided-item-expandable-item-link\";\nexport * from \"./d-menu-sided-item-expandable-item-menu\";\nexport * from \"./d-menu-sided-item-expandable-item-separator\";\nexport * from \"./d-menu-sided-item-expandable-item-space\";\nexport * from \"./d-menu-sided-item-expandable-item-text\";\nexport * from \"./d-menu-sided-item-expandable\";\nexport * from \"./d-menu-sided-item-expandables\";\nexport * from \"./d-menu-sided-item-link\";\nexport * from \"./d-menu-sided-item-menu\";\nexport * from \"./d-menu-sided-item-separator\";\nexport * from \"./d-menu-sided-item-space\";\nexport * from \"./d-menu-sided-item-text\";\nexport * from \"./d-menu-sided-selection\";\nexport * from \"./d-menu-sided\";\nexport * from \"./d-menu-sideds\";\nexport * from \"./d-menu\";\nexport * from \"./d-menus\";\nexport * from \"./d-note-error\";\nexport * from \"./d-note-no-items-found\";\nexport * from \"./d-note-searching\";\nexport * from \"./d-note-small-error\";\nexport * from \"./d-note-small-no-items-found\";\nexport * from \"./d-note-small-searching\";\nexport * from \"./d-note-small\";\nexport * from \"./d-note\";\nexport * from \"./d-notification\";\nexport * from \"./d-outline\";\nexport * from \"./d-padding\";\nexport * from \"./d-pagination-button-last\";\nexport * from \"./d-pagination-button-next\";\nexport * from \"./d-pagination-button-page\";\nexport * from \"./d-pagination-button-previous\";\nexport * from \"./d-pagination-button-top\";\nexport * from \"./d-pagination-dots\";\nexport * from \"./d-pagination-page\";\nexport * from \"./d-pagination\";\nexport * from \"./d-pane-scrollbar\";\nexport * from \"./d-pane\";\nexport * from \"./d-picker-color-and-alpha\";\nexport * from \"./d-picker-color-gradient-recent\";\nexport * from \"./d-picker-color-gradient-view\";\nexport * from \"./d-picker-color-gradient\";\nexport * from \"./d-picker-color-recent\";\nexport * from \"./d-picker-color\";\nexport * from \"./d-picker-date\";\nexport * from \"./d-picker-dates\";\nexport * from \"./d-picker-datetime-button-back\";\nexport * from \"./d-picker-datetime-button-date\";\nexport * from \"./d-picker-datetime-button-next\";\nexport * from \"./d-picker-datetime-label-date\";\nexport * from \"./d-picker-datetime-label\";\nexport * from \"./d-picker-datetime-mask\";\nexport * from \"./d-picker-datetime-masks\";\nexport * from \"./d-picker-datetime-range\";\nexport * from \"./d-picker-datetime-space\";\nexport * from \"./d-picker-datetime\";\nexport * from \"./d-picker-datetimes\";\nexport * from \"./d-picker-time-bound-constant\";\nexport * from \"./d-picker-time-bound-hours\";\nexport * from \"./d-picker-time-bound-minutes\";\nexport * from \"./d-picker-time-bound-seconds\";\nexport * from \"./d-picker-time-bound\";\nexport * from \"./d-picker-time-bounds\";\nexport * from \"./d-picker-time-range\";\nexport * from \"./d-picker-time\";\nexport * from \"./d-picker-times\";\nexport * from \"./d-scalar-expression\";\nexport * from \"./d-scalar-function\";\nexport * from \"./d-scalar-functions\";\nexport * from \"./d-scalar-set\";\nexport * from \"./d-scalar\";\nexport * from \"./d-scroll-bar-horizontal\";\nexport * from \"./d-scroll-bar-thumb-horizontal\";\nexport * from \"./d-scroll-bar-thumb-reflowable-horizontal\";\nexport * from \"./d-scroll-bar-thumb-reflowable-vertical\";\nexport * from \"./d-scroll-bar-thumb-vertical\";\nexport * from \"./d-scroll-bar-thumb\";\nexport * from \"./d-scroll-bar-vertical\";\nexport * from \"./d-scroll-bar\";\nexport * from \"./d-select-multiple\";\nexport * from \"./d-select\";\nexport * from \"./d-shadow-impl\";\nexport * from \"./d-shadow\";\nexport * from \"./d-slider-horizontal\";\nexport * from \"./d-slider-label\";\nexport * from \"./d-slider-thumb\";\nexport * from \"./d-slider-track-horizontal\";\nexport * from \"./d-slider-track-vertical\";\nexport * from \"./d-slider-track\";\nexport * from \"./d-slider-value\";\nexport * from \"./d-slider-vertical\";\nexport * from \"./d-slider\";\nexport * from \"./d-state-aware\";\nexport * from \"./d-table-body-cell-action-dialog\";\nexport * from \"./d-table-body-cell-action-menu\";\nexport * from \"./d-table-body-cell-action-promise\";\nexport * from \"./d-table-body-cell-button\";\nexport * from \"./d-table-body-cell-check\";\nexport * from \"./d-table-body-cell-color\";\nexport * from \"./d-table-body-cell-date\";\nexport * from \"./d-table-body-cell-datetime\";\nexport * from \"./d-table-body-cell-index\";\nexport * from \"./d-table-body-cell-input-integer\";\nexport * from \"./d-table-body-cell-input-real\";\nexport * from \"./d-table-body-cell-input-text\";\nexport * from \"./d-table-body-cell-input-tree-input\";\nexport * from \"./d-table-body-cell-input-tree-marker\";\nexport * from \"./d-table-body-cell-input-tree\";\nexport * from \"./d-table-body-cell-options\";\nexport * from \"./d-table-body-cell-link\";\nexport * from \"./d-table-body-cell-select-dialog\";\nexport * from \"./d-table-body-cell-select-menu\";\nexport * from \"./d-table-body-cell-select-multiple\";\nexport * from \"./d-table-body-cell-select-promise\";\nexport * from \"./d-table-body-cell-text\";\nexport * from \"./d-table-body-cell-time\";\nexport * from \"./d-table-body-cell-tree\";\nexport * from \"./d-table-body-cell\";\nexport * from \"./d-table-body-cells\";\nexport * from \"./d-table-body-row\";\nexport * from \"./d-table-body\";\nexport * from \"./d-table-category-cell\";\nexport * from \"./d-table-category\";\nexport * from \"./d-table-column-editing\";\nexport * from \"./d-table-column-formatter\";\nexport * from \"./d-table-column-getter\";\nexport * from \"./d-table-column-renderable\";\nexport * from \"./d-table-column-selecting\";\nexport * from \"./d-table-column-setter\";\nexport * from \"./d-table-column-sorting\";\nexport * from \"./d-table-column-state\";\nexport * from \"./d-table-column-type\";\nexport * from \"./d-table-column\";\nexport * from \"./d-table-data-filter\";\nexport * from \"./d-table-data-list-filter\";\nexport * from \"./d-table-data-list-mapped\";\nexport * from \"./d-table-data-list-selection\";\nexport * from \"./d-table-data-list-sorter\";\nexport * from \"./d-table-data-list\";\nexport * from \"./d-table-data-selection\";\nexport * from \"./d-table-data-sorter\";\nexport * from \"./d-table-data-tree-filter\";\nexport * from \"./d-table-data-tree-item-accessor\";\nexport * from \"./d-table-data-tree-item\";\nexport * from \"./d-table-data-tree-selection-impl\";\nexport * from \"./d-table-data-tree-selection\";\nexport * from \"./d-table-data-tree-sorter\";\nexport * from \"./d-table-data-tree\";\nexport * from \"./d-table-data\";\nexport * from \"./d-table-header-cell-check\";\nexport * from \"./d-table-header-cell\";\nexport * from \"./d-table-header\";\nexport * from \"./d-table-row\";\nexport * from \"./d-table-scrollbar\";\nexport * from \"./d-table-state\";\nexport * from \"./d-table\";\nexport * from \"./d-text-base\";\nexport * from \"./d-text\";\nexport * from \"./d-tree-data-impl\";\nexport * from \"./d-tree-data-mapped-impl\";\nexport * from \"./d-tree-data-mapped\";\nexport * from \"./d-tree-data-selection-multiple\";\nexport * from \"./d-tree-data-selection-none\";\nexport * from \"./d-tree-data-selection-parent\";\nexport * from \"./d-tree-data-selection-single\";\nexport * from \"./d-tree-data-selection\";\nexport * from \"./d-tree-data\";\nexport * from \"./d-tree-item-button\";\nexport * from \"./d-tree-item-non-editable\";\nexport * from \"./d-tree-item-state\";\nexport * from \"./d-tree-item-text\";\nexport * from \"./d-tree-item-updater\";\nexport * from \"./d-tree-item\";\nexport * from \"./d-tree-node-accessor-impl\";\nexport * from \"./d-tree-node-accessor\";\nexport * from \"./d-tree-node-iteratee\";\nexport * from \"./d-tree-node\";\nexport * from \"./d-tree\";\nexport * from \"./d-view-constraint\";\nexport * from \"./d-view-gesture-impl\";\nexport * from \"./d-view-gesture\";\nexport * from \"./d-view-impl\";\nexport * from \"./d-view-stopper\";\nexport * from \"./d-view-to-target\";\nexport * from \"./d-view-transform-impl\";\nexport * from \"./d-view-transform\";\nexport * from \"./d-view\";\n"]}
|
|
@@ -44,7 +44,14 @@ var EShapeEmbeddedLayer = /** @class */ (function (_super) {
|
|
|
44
44
|
}
|
|
45
45
|
result.onChildTransformChange();
|
|
46
46
|
result.toDirty();
|
|
47
|
-
|
|
47
|
+
var size = this.size;
|
|
48
|
+
if (size instanceof EShapeGroupSizeViewer) {
|
|
49
|
+
var base = size.base;
|
|
50
|
+
result.size.set(base.x, base.y).init().set(size.x, size.y);
|
|
51
|
+
}
|
|
52
|
+
else {
|
|
53
|
+
result.size.init();
|
|
54
|
+
}
|
|
48
55
|
return result;
|
|
49
56
|
};
|
|
50
57
|
EShapeEmbeddedLayer.prototype.newClone = function () {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"e-shape-embedded-layer.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/shape/variant/e-shape-embedded-layer.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAGH,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAKrD,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;IAAyC,uCAAiB;IAGzD,6BACC,IAAY,EACZ,IAA8C,EAC9C,KAAa,EACb,IAA4C;QAA5C,qBAAA,EAAA,OAAmB,UAAU,CAAC,cAAc;QAJ7C,YAMC,kBAAM,IAAI,EAAE,KAAK,EAAE,IAAI,CAAC,SAExB;QADA,KAAI,CAAC,KAAK,GAAG,IAAI,CAAC;;IACnB,CAAC;IAED,sBAAI,qCAAI;aAAR;YACC,OAAO,IAAI,CAAC,KAAK,CAAC;QACnB,CAAC;;;OAAA;IAES,0CAAY,GAAtB;QACC,OAAO,IAAI,cAAc,CAAC,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC,CAAC,CAAC;IACrD,CAAC;IAES,iDAAmB,GAA7B;QACC,OAAO,KAAK,CAAC;IACd,CAAC;IAES,0CAAY,GAAtB,UACC,IAA8C,EAC9C,KAAa;QAEb,IAAM,KAAK,GAAG,cAAc,CAAC,MAAM,CAAC;QACpC,IAAM,KAAK,GAAG,cAAc,CAAC,MAAM,CAAC;QACpC,OAAO,IAAI,qBAAqB,CAAC,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC;IACpE,CAAC;IAED,mCAAK,GAAL;QACC,IAAM,MAAM,GAAG,IAAI,CAAC,QAAQ,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC1C,IAAM,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;QAC/B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,IAAI,GAAG,QAAQ,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,EAAE,EAAE,CAAC,EAAE;YACtD,IAAM,KAAK,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC;YAClC,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC;YACtB,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;SAC5B;QACD,MAAM,CAAC,sBAAsB,EAAE,CAAC;QAChC,MAAM,CAAC,OAAO,EAAE,CAAC;QACjB,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"e-shape-embedded-layer.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/shape/variant/e-shape-embedded-layer.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAGH,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAKrD,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE3D;IAAyC,uCAAiB;IAGzD,6BACC,IAAY,EACZ,IAA8C,EAC9C,KAAa,EACb,IAA4C;QAA5C,qBAAA,EAAA,OAAmB,UAAU,CAAC,cAAc;QAJ7C,YAMC,kBAAM,IAAI,EAAE,KAAK,EAAE,IAAI,CAAC,SAExB;QADA,KAAI,CAAC,KAAK,GAAG,IAAI,CAAC;;IACnB,CAAC;IAED,sBAAI,qCAAI;aAAR;YACC,OAAO,IAAI,CAAC,KAAK,CAAC;QACnB,CAAC;;;OAAA;IAES,0CAAY,GAAtB;QACC,OAAO,IAAI,cAAc,CAAC,IAAI,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC,CAAC,CAAC;IACrD,CAAC;IAES,iDAAmB,GAA7B;QACC,OAAO,KAAK,CAAC;IACd,CAAC;IAES,0CAAY,GAAtB,UACC,IAA8C,EAC9C,KAAa;QAEb,IAAM,KAAK,GAAG,cAAc,CAAC,MAAM,CAAC;QACpC,IAAM,KAAK,GAAG,cAAc,CAAC,MAAM,CAAC;QACpC,OAAO,IAAI,qBAAqB,CAAC,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC;IACpE,CAAC;IAED,mCAAK,GAAL;QACC,IAAM,MAAM,GAAG,IAAI,CAAC,QAAQ,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC1C,IAAM,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC;QAC/B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,IAAI,GAAG,QAAQ,CAAC,MAAM,EAAE,CAAC,GAAG,IAAI,EAAE,EAAE,CAAC,EAAE;YACtD,IAAM,KAAK,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC;YAClC,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC;YACtB,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;SAC5B;QACD,MAAM,CAAC,sBAAsB,EAAE,CAAC;QAChC,MAAM,CAAC,OAAO,EAAE,CAAC;QACjB,IAAM,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;QACvB,IAAI,IAAI,YAAY,qBAAqB,EAAE;YAC1C,IAAM,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;YACvB,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;SAC3D;aAAM;YACN,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;SACnB;QACD,OAAO,MAAM,CAAC;IACf,CAAC;IAES,sCAAQ,GAAlB;QACC,IAAM,WAAW,GAAG,IAAI,CAAC,WAAyC,CAAC;QACnE,OAAO,IAAI,WAAW,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;IACxE,CAAC;IAED,+CAAiB,GAAjB,UAAkB,OAA2C;QAC5D,OAAO,EAAE,CAAC;IACX,CAAC;IAED,4CAAc,GAAd,UAAe,OAA2C;QACzD,OAAO,CAAC,CAAC,CAAC;IACX,CAAC;IAED,+CAAiB,GAAjB,UAAkB,OAA2C;QAC5D,OAAO,CAAC,CAAC,CAAC;IACX,CAAC;IACF,0BAAC;AAAD,CAAC,AAtED,CAAyC,iBAAiB,GAsEzD","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { DDiagramSerializedItem } from \"../../d-diagram-serialized\";\nimport { EShapeDefaults } from \"../e-shape-defaults\";\nimport { EShapeFill } from \"../e-shape-fill\";\nimport { EShapeLayer } from \"../e-shape-layer\";\nimport { EShapeResourceManagerDeserializationMode } from \"../e-shape-resource-manager-deserialization-mode\";\nimport { EShapeResourceManagerSerialization } from \"../e-shape-resource-manager-serialization\";\nimport { EShapeType } from \"../e-shape-type\";\nimport { EShapeFillImpl } from \"./e-shape-fill-impl\";\nimport { EShapeGroupSize } from \"./e-shape-group-size\";\nimport { EShapeGroupSizeViewer } from \"./e-shape-group-size-viewer\";\nimport { EShapeGroupViewer } from \"./e-shape-group-viewer\";\n\nexport class EShapeEmbeddedLayer extends EShapeGroupViewer implements EShapeLayer {\n\tprotected _name: string;\n\n\tconstructor(\n\t\tname: string,\n\t\tmode: EShapeResourceManagerDeserializationMode,\n\t\tdepth: number,\n\t\ttype: EShapeType = EShapeType.EMBEDDED_LAYER\n\t) {\n\t\tsuper(mode, depth, type);\n\t\tthis._name = name;\n\t}\n\n\tget name(): string {\n\t\treturn this._name;\n\t}\n\n\tprotected newGroupFill(): EShapeFill {\n\t\treturn new EShapeFillImpl(this, false, 0xffffff, 1);\n\t}\n\n\tprotected isGroupSizeFittable(): boolean {\n\t\treturn false;\n\t}\n\n\tprotected newGroupSize(\n\t\tmode: EShapeResourceManagerDeserializationMode,\n\t\tdepth: number\n\t): EShapeGroupSize {\n\t\tconst sizeX = EShapeDefaults.SIZE_X;\n\t\tconst sizeY = EShapeDefaults.SIZE_Y;\n\t\treturn new EShapeGroupSizeViewer(this, sizeX, sizeY, sizeX, sizeY);\n\t}\n\n\tclone(): EShapeEmbeddedLayer {\n\t\tconst result = this.newClone().copy(this);\n\t\tconst children = this.children;\n\t\tfor (let i = 0, imax = children.length; i < imax; ++i) {\n\t\t\tconst clone = children[i].clone();\n\t\t\tclone.parent = result;\n\t\t\tresult.children.push(clone);\n\t\t}\n\t\tresult.onChildTransformChange();\n\t\tresult.toDirty();\n\t\tconst size = this.size;\n\t\tif (size instanceof EShapeGroupSizeViewer) {\n\t\t\tconst base = size.base;\n\t\t\tresult.size.set(base.x, base.y).init().set(size.x, size.y);\n\t\t} else {\n\t\t\tresult.size.init();\n\t\t}\n\t\treturn result;\n\t}\n\n\tprotected newClone(): EShapeEmbeddedLayer {\n\t\tconst constructor = this.constructor as typeof EShapeEmbeddedLayer;\n\t\treturn new constructor(this._name, this._mode, this._depth, this.type);\n\t}\n\n\tserializeChildren(manager: EShapeResourceManagerSerialization): DDiagramSerializedItem[] {\n\t\treturn [];\n\t}\n\n\tserializeImage(manager: EShapeResourceManagerSerialization): number {\n\t\treturn -1;\n\t}\n\n\tserializeGradient(manager: EShapeResourceManagerSerialization): number {\n\t\treturn -1;\n\t}\n}\n"]}
|
|
@@ -14,7 +14,7 @@ var EShapeGroupSizeEditor = /** @class */ (function () {
|
|
|
14
14
|
this._isFittable = isFittable;
|
|
15
15
|
}
|
|
16
16
|
EShapeGroupSizeEditor.prototype.init = function () {
|
|
17
|
-
|
|
17
|
+
return this;
|
|
18
18
|
};
|
|
19
19
|
Object.defineProperty(EShapeGroupSizeEditor.prototype, "x", {
|
|
20
20
|
get: function () {
|
|
@@ -94,6 +94,7 @@ var EShapeGroupSizeEditor = /** @class */ (function () {
|
|
|
94
94
|
if (this._isFittable) {
|
|
95
95
|
this.doFit();
|
|
96
96
|
}
|
|
97
|
+
return this;
|
|
97
98
|
};
|
|
98
99
|
EShapeGroupSizeEditor.prototype.doFit = function () {
|
|
99
100
|
var parent = this._parent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"e-shape-group-size-editor.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-editor.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { IPoint, Point, Rectangle } from \"pixi.js\";\nimport { EShape } from \"../e-shape\";\nimport { EShapeLayout } from \"../e-shape-layout\";\nimport { EShapeGroupSize } from \"./e-shape-group-size\";\nimport { EShapeGroupSizeLayout } from \"./e-shape-group-size-layout\";\nimport { EShapeGroupSizeParent } from \"./e-shape-group-size-parent\";\n\nexport class EShapeGroupSizeEditor implements EShapeGroupSize {\n\tprotected _parent: EShapeGroupSizeParent;\n\tprotected _size: Point;\n\tprotected _layouts: EShapeLayout[];\n\tprotected _workRectForCalcRect: Rectangle = new Rectangle();\n\tprotected _workRectForFit: Rectangle = new Rectangle();\n\tprotected _isFittable: boolean;\n\n\tconstructor(parent: EShapeGroupSizeParent, x: number, y: number, isFittable: boolean) {\n\t\tthis._parent = parent;\n\t\tthis._layouts = [];\n\t\tthis._size = new Point(x, y);\n\t\tthis._isFittable = isFittable;\n\t}\n\n\tinit(): void {\n\t\t// DO NOTHING\n\t}\n\n\tget x(): number {\n\t\treturn this._size.x;\n\t}\n\n\tset x(x: number) {\n\t\tconst size = this._size;\n\t\tif (size.x !== x) {\n\t\t\tconst ox = size.x;\n\t\t\tsize.x = x;\n\t\t\tthis.onChange(ox, size.y);\n\t\t}\n\t}\n\n\tget y(): number {\n\t\treturn this._size.y;\n\t}\n\n\tset y(y: number) {\n\t\tconst size = this._size;\n\t\tif (size.y !== y) {\n\t\t\tconst oy = size.y;\n\t\t\tsize.y = y;\n\t\t\tthis.onChange(size.x, oy);\n\t\t}\n\t}\n\n\tset(x?: number, y?: number): this {\n\t\tlet isChanged = false;\n\t\tconst size = this._size;\n\t\tconst ox = size.x;\n\t\tconst oy = size.y;\n\t\tif (x != null && ox !== x) {\n\t\t\tisChanged = true;\n\t\t\tsize.x = x;\n\t\t}\n\t\tif (y != null && oy !== y) {\n\t\t\tisChanged = true;\n\t\t\tsize.y = y;\n\t\t}\n\t\tif (isChanged) {\n\t\t\tthis.onChange(ox, oy);\n\t\t}\n\t\treturn this;\n\t}\n\n\tclone(): EShapeGroupSizeEditor {\n\t\tconst size = this._size;\n\t\treturn new EShapeGroupSizeEditor(this._parent, size.x, size.y, this._isFittable);\n\t}\n\n\tcopy(): void {\n\t\t// DO NOTHING\n\t}\n\n\tcopyFrom(point: IPoint): this {\n\t\tconst x = point.x;\n\t\tconst y = point.y;\n\t\tconst size = this._size;\n\t\tconst ox = size.x;\n\t\tconst oy = size.y;\n\t\tif (ox !== x || oy !== y) {\n\t\t\tsize.x = x;\n\t\t\tsize.y = y;\n\t\t\tthis.onChange(ox, oy);\n\t\t}\n\t\treturn this;\n\t}\n\n\tcopyTo(point: IPoint): IPoint {\n\t\treturn this._size.copyTo(point);\n\t}\n\n\tequals(point: IPoint): boolean {\n\t\treturn this._size.equals(point);\n\t}\n\n\tfit(): void {\n\t\tif (this._isFittable) {\n\t\t\tthis.doFit();\n\t\t}\n\t}\n\n\tprotected doFit(): void {\n\t\tconst parent = this._parent;\n\t\tparent.disallowOnTransformChange();\n\n\t\t// Calculate the rect\n\t\tconst rect = this.calcRect(this._workRectForFit);\n\n\t\t// Set size\n\t\tconst size = this._size;\n\t\tsize.set(rect.width, rect.height);\n\n\t\t// Position & Pivot\n\t\t// rx := rect.x\n\t\t// ry := rect.y\n\t\t//\n\t\t// | a c tx | | 1 0 +rx | | 1 0 -rx | | a c tx + (a * rx + c * ry) | | 1 0 -rx |\n\t\t// | b d ty | | 0 1 +ry | | 0 1 -ry | = | b d ty + (b * rx + d * ry) | | 0 1 -ry |\n\t\t// | 0 0 1 | | 0 0 1 | | 0 0 1 | | 0 0 1 | | 0 0 1 |\n\t\t//\n\t\t// tx -> tx + (a * rx + c * ry) = poxition.x - (a * pivot.x + c * pivot.y)\n\t\t// ty -> ty + (b * rx + d * ry) = poxition.y - (b * pivot.x + d * pivot.y)\n\t\t// position.x -> position.x + (a * rx + c * ry) - (a * pivot.x + c * pivot.y)\n\t\t// position.y -> position.y + (b * rx + d * ry) - (b * pivot.x + d * pivot.y)\n\t\t// pivot.x -> 0\n\t\t// pivot.y -> 0\n\t\t//\n\t\t// a -> a', b -> b', c -> c', tx -> tx', ty -> ty'\n\t\t//\n\t\t// | a' c' tx' | | 1 0 -rx | | a' c' tx' - (a' * rx + c' * ry) |\n\t\t// | b' d' ty' | | 0 1 -ry | = | b' d' ty' - (b' * rx + d' * ry) |\n\t\t// | 0 0 1 | | 0 0 1 | | 0 0 1 |\n\t\t//\n\t\t// tx' -> tx' - (a' * rx + c' * ry) = poxition.x - (a' * pivot.x + c' * pivot.y)\n\t\t// ty' -> ty' - (b' * rx + d' * ry) = poxition.y - (b' * pivot.x + d' * pivot.y)\n\t\t// pivot.x -> pivot.x + rx\n\t\t// pivot.y -> pivot.y + ry\n\t\tparent.updateTransform();\n\t\tconst transform = parent.transform;\n\t\tconst x = rect.x + rect.width * 0.5;\n\t\tconst y = rect.y + rect.height * 0.5;\n\t\tconst position = transform.position;\n\t\tconst localTransform = transform.localTransform;\n\t\tconst a = localTransform.a;\n\t\tconst b = localTransform.b;\n\t\tconst c = localTransform.c;\n\t\tconst d = localTransform.d;\n\t\tconst pivot = transform.pivot;\n\t\tposition.set(\n\t\t\tposition.x + (a * x + c * y) - (a * pivot.x + c * pivot.y),\n\t\t\tposition.y + (b * x + d * y) - (b * pivot.x + d * pivot.y)\n\t\t);\n\t\tpivot.set(x, y);\n\n\t\t// Reset the data\n\t\tthis.reset(parent.children, this._layouts, size);\n\n\t\t//\n\t\tparent.allowOnTransformChange(true);\n\t}\n\n\tprotected reset(children: EShape[], layouts: EShapeLayout[], size: IPoint): void {\n\t\tfor (let i = 0, imax = Math.min(layouts.length, children.length); i < imax; ++i) {\n\t\t\tconst child = children[i];\n\t\t\tconst layout = layouts[i];\n\t\t\tif (layout.isCompatible(child)) {\n\t\t\t\tlayout.reset(child, size.x, size.y);\n\t\t\t} else {\n\t\t\t\tlayouts.length = i;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif (children.length < layouts.length) {\n\t\t\tlayouts.length = children.length;\n\t\t}\n\t}\n\n\tcalcRect(result: Rectangle): Rectangle {\n\t\tconst parent = this._parent;\n\t\tconst children = parent.children;\n\t\tif (children.length <= 0) {\n\t\t\tresult.x = 0;\n\t\t\tresult.y = 0;\n\t\t\tresult.width = 0;\n\t\t\tresult.height = 0;\n\t\t} else {\n\t\t\tconst workRect = this._workRectForCalcRect;\n\t\t\tchildren[0].getBoundsLocal(false, result);\n\t\t\tfor (let i = 1, imax = children.length; i < imax; ++i) {\n\t\t\t\tconst child = children[i];\n\t\t\t\tchild.getBoundsLocal(false, workRect);\n\t\t\t\tresult.enlarge(workRect);\n\t\t\t}\n\t\t}\n\t\treturn result;\n\t}\n\n\tprotected onChange(ox: number, oy: number): void {\n\t\tconst parent = this._parent;\n\t\tconst size = this._size;\n\t\tconst pivot = parent.transform.pivot;\n\t\tthis.onChange_(parent.children, this._layouts, size.x, size.y, pivot.x, pivot.y, ox, oy);\n\t\tparent.onSizeChange();\n\t}\n\n\tprotected onChange_(\n\t\tchildren: EShape[],\n\t\tlayouts: EShapeLayout[],\n\t\tsx: number,\n\t\tsy: number,\n\t\tpx: number,\n\t\tpy: number,\n\t\tox: number,\n\t\toy: number\n\t): void {\n\t\tfor (let i = 0, imax = Math.min(layouts.length, children.length); i < imax; ++i) {\n\t\t\tconst child = children[i];\n\t\t\tconst layout = layouts[i];\n\t\t\tif (layout.isCompatible(child)) {\n\t\t\t\tlayout.update(child, sx, sy, px, py);\n\t\t\t} else {\n\t\t\t\tlayouts.length = i;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tfor (let i = layouts.length, imax = children.length; i < imax; ++i) {\n\t\t\tconst child = children[i];\n\t\t\tconst layout = this.newLayout(child, ox, oy);\n\t\t\tlayout.update(child, sx, sy, px, py);\n\t\t\tlayouts.push(layout);\n\t\t}\n\t\tif (layouts.length !== children.length) {\n\t\t\tlayouts.length = children.length;\n\t\t}\n\t}\n\n\tprotected newLayout(shape: EShape, ox: number, oy: number): EShapeLayout {\n\t\treturn shape.layout || new EShapeGroupSizeLayout(shape, ox, oy);\n\t}\n}\n"]}
|
|
1
|
+
{"version":3,"file":"e-shape-group-size-editor.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-editor.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { IPoint, Point, Rectangle } from \"pixi.js\";\nimport { EShape } from \"../e-shape\";\nimport { EShapeLayout } from \"../e-shape-layout\";\nimport { EShapeGroupSize } from \"./e-shape-group-size\";\nimport { EShapeGroupSizeLayout } from \"./e-shape-group-size-layout\";\nimport { EShapeGroupSizeParent } from \"./e-shape-group-size-parent\";\n\nexport class EShapeGroupSizeEditor implements EShapeGroupSize {\n\tprotected _parent: EShapeGroupSizeParent;\n\tprotected _size: Point;\n\tprotected _layouts: EShapeLayout[];\n\tprotected _workRectForCalcRect: Rectangle = new Rectangle();\n\tprotected _workRectForFit: Rectangle = new Rectangle();\n\tprotected _isFittable: boolean;\n\n\tconstructor(parent: EShapeGroupSizeParent, x: number, y: number, isFittable: boolean) {\n\t\tthis._parent = parent;\n\t\tthis._layouts = [];\n\t\tthis._size = new Point(x, y);\n\t\tthis._isFittable = isFittable;\n\t}\n\n\tinit(): this {\n\t\treturn this;\n\t}\n\n\tget x(): number {\n\t\treturn this._size.x;\n\t}\n\n\tset x(x: number) {\n\t\tconst size = this._size;\n\t\tif (size.x !== x) {\n\t\t\tconst ox = size.x;\n\t\t\tsize.x = x;\n\t\t\tthis.onChange(ox, size.y);\n\t\t}\n\t}\n\n\tget y(): number {\n\t\treturn this._size.y;\n\t}\n\n\tset y(y: number) {\n\t\tconst size = this._size;\n\t\tif (size.y !== y) {\n\t\t\tconst oy = size.y;\n\t\t\tsize.y = y;\n\t\t\tthis.onChange(size.x, oy);\n\t\t}\n\t}\n\n\tset(x?: number, y?: number): this {\n\t\tlet isChanged = false;\n\t\tconst size = this._size;\n\t\tconst ox = size.x;\n\t\tconst oy = size.y;\n\t\tif (x != null && ox !== x) {\n\t\t\tisChanged = true;\n\t\t\tsize.x = x;\n\t\t}\n\t\tif (y != null && oy !== y) {\n\t\t\tisChanged = true;\n\t\t\tsize.y = y;\n\t\t}\n\t\tif (isChanged) {\n\t\t\tthis.onChange(ox, oy);\n\t\t}\n\t\treturn this;\n\t}\n\n\tclone(): EShapeGroupSizeEditor {\n\t\tconst size = this._size;\n\t\treturn new EShapeGroupSizeEditor(this._parent, size.x, size.y, this._isFittable);\n\t}\n\n\tcopy(): void {\n\t\t// DO NOTHING\n\t}\n\n\tcopyFrom(point: IPoint): this {\n\t\tconst x = point.x;\n\t\tconst y = point.y;\n\t\tconst size = this._size;\n\t\tconst ox = size.x;\n\t\tconst oy = size.y;\n\t\tif (ox !== x || oy !== y) {\n\t\t\tsize.x = x;\n\t\t\tsize.y = y;\n\t\t\tthis.onChange(ox, oy);\n\t\t}\n\t\treturn this;\n\t}\n\n\tcopyTo(point: IPoint): IPoint {\n\t\treturn this._size.copyTo(point);\n\t}\n\n\tequals(point: IPoint): boolean {\n\t\treturn this._size.equals(point);\n\t}\n\n\tfit(): this {\n\t\tif (this._isFittable) {\n\t\t\tthis.doFit();\n\t\t}\n\t\treturn this;\n\t}\n\n\tprotected doFit(): void {\n\t\tconst parent = this._parent;\n\t\tparent.disallowOnTransformChange();\n\n\t\t// Calculate the rect\n\t\tconst rect = this.calcRect(this._workRectForFit);\n\n\t\t// Set size\n\t\tconst size = this._size;\n\t\tsize.set(rect.width, rect.height);\n\n\t\t// Position & Pivot\n\t\t// rx := rect.x\n\t\t// ry := rect.y\n\t\t//\n\t\t// | a c tx | | 1 0 +rx | | 1 0 -rx | | a c tx + (a * rx + c * ry) | | 1 0 -rx |\n\t\t// | b d ty | | 0 1 +ry | | 0 1 -ry | = | b d ty + (b * rx + d * ry) | | 0 1 -ry |\n\t\t// | 0 0 1 | | 0 0 1 | | 0 0 1 | | 0 0 1 | | 0 0 1 |\n\t\t//\n\t\t// tx -> tx + (a * rx + c * ry) = poxition.x - (a * pivot.x + c * pivot.y)\n\t\t// ty -> ty + (b * rx + d * ry) = poxition.y - (b * pivot.x + d * pivot.y)\n\t\t// position.x -> position.x + (a * rx + c * ry) - (a * pivot.x + c * pivot.y)\n\t\t// position.y -> position.y + (b * rx + d * ry) - (b * pivot.x + d * pivot.y)\n\t\t// pivot.x -> 0\n\t\t// pivot.y -> 0\n\t\t//\n\t\t// a -> a', b -> b', c -> c', tx -> tx', ty -> ty'\n\t\t//\n\t\t// | a' c' tx' | | 1 0 -rx | | a' c' tx' - (a' * rx + c' * ry) |\n\t\t// | b' d' ty' | | 0 1 -ry | = | b' d' ty' - (b' * rx + d' * ry) |\n\t\t// | 0 0 1 | | 0 0 1 | | 0 0 1 |\n\t\t//\n\t\t// tx' -> tx' - (a' * rx + c' * ry) = poxition.x - (a' * pivot.x + c' * pivot.y)\n\t\t// ty' -> ty' - (b' * rx + d' * ry) = poxition.y - (b' * pivot.x + d' * pivot.y)\n\t\t// pivot.x -> pivot.x + rx\n\t\t// pivot.y -> pivot.y + ry\n\t\tparent.updateTransform();\n\t\tconst transform = parent.transform;\n\t\tconst x = rect.x + rect.width * 0.5;\n\t\tconst y = rect.y + rect.height * 0.5;\n\t\tconst position = transform.position;\n\t\tconst localTransform = transform.localTransform;\n\t\tconst a = localTransform.a;\n\t\tconst b = localTransform.b;\n\t\tconst c = localTransform.c;\n\t\tconst d = localTransform.d;\n\t\tconst pivot = transform.pivot;\n\t\tposition.set(\n\t\t\tposition.x + (a * x + c * y) - (a * pivot.x + c * pivot.y),\n\t\t\tposition.y + (b * x + d * y) - (b * pivot.x + d * pivot.y)\n\t\t);\n\t\tpivot.set(x, y);\n\n\t\t// Reset the data\n\t\tthis.reset(parent.children, this._layouts, size);\n\n\t\t//\n\t\tparent.allowOnTransformChange(true);\n\t}\n\n\tprotected reset(children: EShape[], layouts: EShapeLayout[], size: IPoint): void {\n\t\tfor (let i = 0, imax = Math.min(layouts.length, children.length); i < imax; ++i) {\n\t\t\tconst child = children[i];\n\t\t\tconst layout = layouts[i];\n\t\t\tif (layout.isCompatible(child)) {\n\t\t\t\tlayout.reset(child, size.x, size.y);\n\t\t\t} else {\n\t\t\t\tlayouts.length = i;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif (children.length < layouts.length) {\n\t\t\tlayouts.length = children.length;\n\t\t}\n\t}\n\n\tcalcRect(result: Rectangle): Rectangle {\n\t\tconst parent = this._parent;\n\t\tconst children = parent.children;\n\t\tif (children.length <= 0) {\n\t\t\tresult.x = 0;\n\t\t\tresult.y = 0;\n\t\t\tresult.width = 0;\n\t\t\tresult.height = 0;\n\t\t} else {\n\t\t\tconst workRect = this._workRectForCalcRect;\n\t\t\tchildren[0].getBoundsLocal(false, result);\n\t\t\tfor (let i = 1, imax = children.length; i < imax; ++i) {\n\t\t\t\tconst child = children[i];\n\t\t\t\tchild.getBoundsLocal(false, workRect);\n\t\t\t\tresult.enlarge(workRect);\n\t\t\t}\n\t\t}\n\t\treturn result;\n\t}\n\n\tprotected onChange(ox: number, oy: number): void {\n\t\tconst parent = this._parent;\n\t\tconst size = this._size;\n\t\tconst pivot = parent.transform.pivot;\n\t\tthis.onChange_(parent.children, this._layouts, size.x, size.y, pivot.x, pivot.y, ox, oy);\n\t\tparent.onSizeChange();\n\t}\n\n\tprotected onChange_(\n\t\tchildren: EShape[],\n\t\tlayouts: EShapeLayout[],\n\t\tsx: number,\n\t\tsy: number,\n\t\tpx: number,\n\t\tpy: number,\n\t\tox: number,\n\t\toy: number\n\t): void {\n\t\tfor (let i = 0, imax = Math.min(layouts.length, children.length); i < imax; ++i) {\n\t\t\tconst child = children[i];\n\t\t\tconst layout = layouts[i];\n\t\t\tif (layout.isCompatible(child)) {\n\t\t\t\tlayout.update(child, sx, sy, px, py);\n\t\t\t} else {\n\t\t\t\tlayouts.length = i;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tfor (let i = layouts.length, imax = children.length; i < imax; ++i) {\n\t\t\tconst child = children[i];\n\t\t\tconst layout = this.newLayout(child, ox, oy);\n\t\t\tlayout.update(child, sx, sy, px, py);\n\t\t\tlayouts.push(layout);\n\t\t}\n\t\tif (layouts.length !== children.length) {\n\t\t\tlayouts.length = children.length;\n\t\t}\n\t}\n\n\tprotected newLayout(shape: EShape, ox: number, oy: number): EShapeLayout {\n\t\treturn shape.layout || new EShapeGroupSizeLayout(shape, ox, oy);\n\t}\n}\n"]}
|
|
@@ -9,7 +9,7 @@ var EShapeGroupSizeShadowed = /** @class */ (function () {
|
|
|
9
9
|
this._size = new Point(x, y);
|
|
10
10
|
}
|
|
11
11
|
EShapeGroupSizeShadowed.prototype.init = function () {
|
|
12
|
-
|
|
12
|
+
return this;
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(EShapeGroupSizeShadowed.prototype, "x", {
|
|
15
15
|
get: function () {
|
|
@@ -86,7 +86,7 @@ var EShapeGroupSizeShadowed = /** @class */ (function () {
|
|
|
86
86
|
return this._size.equals(point);
|
|
87
87
|
};
|
|
88
88
|
EShapeGroupSizeShadowed.prototype.fit = function () {
|
|
89
|
-
|
|
89
|
+
return this;
|
|
90
90
|
};
|
|
91
91
|
EShapeGroupSizeShadowed.prototype.onChange = function (ox, oy) {
|
|
92
92
|
this._parent.onSizeChange();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"e-shape-group-size-shadowed.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAU,KAAK,EAAE,MAAM,SAAS,CAAC;AAIxC;IAIC,iCAAY,MAA6B,EAAE,CAAS,EAAE,CAAS;QAC9D,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC;QACtB,IAAI,CAAC,KAAK,GAAG,IAAI,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAC9B,CAAC;IAED,sCAAI,GAAJ;QACC,
|
|
1
|
+
{"version":3,"file":"e-shape-group-size-shadowed.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-shadowed.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { IPoint, Point } from \"pixi.js\";\nimport { EShapeGroupSize } from \"./e-shape-group-size\";\nimport { EShapeGroupSizeParent } from \"./e-shape-group-size-parent\";\n\nexport class EShapeGroupSizeShadowed implements EShapeGroupSize {\n\tprotected _parent: EShapeGroupSizeParent;\n\tprotected _size: Point;\n\n\tconstructor(parent: EShapeGroupSizeParent, x: number, y: number) {\n\t\tthis._parent = parent;\n\t\tthis._size = new Point(x, y);\n\t}\n\n\tinit(): this {\n\t\treturn this;\n\t}\n\n\tget x(): number {\n\t\treturn this._size.x;\n\t}\n\n\tset x(x: number) {\n\t\tconst size = this._size;\n\t\tif (size.x !== x) {\n\t\t\tconst ox = size.x;\n\t\t\tsize.x = x;\n\t\t\tthis.onChange(ox, size.y);\n\t\t}\n\t}\n\n\tget y(): number {\n\t\treturn this._size.y;\n\t}\n\n\tset y(y: number) {\n\t\tconst size = this._size;\n\t\tif (size.y !== y) {\n\t\t\tconst oy = size.y;\n\t\t\tsize.y = y;\n\t\t\tthis.onChange(size.x, oy);\n\t\t}\n\t}\n\n\tset(x?: number | undefined, y?: number | undefined): this {\n\t\tlet isChanged = false;\n\t\tconst size = this._size;\n\t\tconst ox = size.x;\n\t\tconst oy = size.y;\n\t\tif (x != null && ox !== x) {\n\t\t\tisChanged = true;\n\t\t\tsize.x = x;\n\t\t}\n\t\tif (y != null && oy !== y) {\n\t\t\tisChanged = true;\n\t\t\tsize.y = y;\n\t\t}\n\t\tif (isChanged) {\n\t\t\tthis.onChange(ox, oy);\n\t\t}\n\t\treturn this;\n\t}\n\n\tclone(): EShapeGroupSizeShadowed {\n\t\tconst size = this._size;\n\t\treturn new EShapeGroupSizeShadowed(this._parent, size.x, size.y);\n\t}\n\n\tcopy(): void {\n\t\t// DO NOTHING\n\t}\n\n\tcopyFrom(point: IPoint): this {\n\t\tconst x = point.x;\n\t\tconst y = point.y;\n\t\tconst size = this._size;\n\t\tconst ox = size.x;\n\t\tconst oy = size.y;\n\t\tif (ox !== x || oy !== y) {\n\t\t\tsize.x = x;\n\t\t\tsize.y = y;\n\t\t\tthis.onChange(ox, oy);\n\t\t}\n\t\treturn this;\n\t}\n\n\tcopyTo(point: IPoint): IPoint {\n\t\treturn this._size.copyTo(point);\n\t}\n\n\tequals(point: IPoint): boolean {\n\t\treturn this._size.equals(point);\n\t}\n\n\tfit(): this {\n\t\treturn this;\n\t}\n\n\tprotected onChange(ox: number, oy: number): void {\n\t\tthis._parent.onSizeChange();\n\t}\n}\n"]}
|
|
@@ -46,6 +46,7 @@ var EShapeGroupSizeViewer = /** @class */ (function () {
|
|
|
46
46
|
EShapeGroupSizeViewer.prototype.init = function () {
|
|
47
47
|
this._base.copyFrom(this);
|
|
48
48
|
this.onChange();
|
|
49
|
+
return this;
|
|
49
50
|
};
|
|
50
51
|
EShapeGroupSizeViewer.prototype.clone = function () {
|
|
51
52
|
var base = this._base;
|
|
@@ -88,7 +89,7 @@ var EShapeGroupSizeViewer = /** @class */ (function () {
|
|
|
88
89
|
return p.x === this._x && p.y === this._y;
|
|
89
90
|
};
|
|
90
91
|
EShapeGroupSizeViewer.prototype.fit = function () {
|
|
91
|
-
|
|
92
|
+
return this;
|
|
92
93
|
};
|
|
93
94
|
EShapeGroupSizeViewer.prototype.onChange = function () {
|
|
94
95
|
var base = this._base;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"e-shape-group-size-viewer.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-viewer.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAU,KAAK,EAAE,MAAM,SAAS,CAAC;AAWxC;IAMC,+BAAY,MAAmC,EAAE,CAAS,EAAE,CAAS,EAAE,EAAU,EAAE,EAAU;QAC5F,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC;QACtB,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;QACZ,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;QACZ,IAAI,CAAC,KAAK,GAAG,IAAI,KAAK,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;IAChC,CAAC;IAED,sBAAI,oCAAC;aAAL;YACC,OAAO,IAAI,CAAC,EAAE,CAAC;QAChB,CAAC;aAED,UAAM,CAAS;YACd,IAAI,IAAI,CAAC,EAAE,KAAK,CAAC,EAAE;gBAClB,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;gBACZ,IAAI,CAAC,QAAQ,EAAE,CAAC;aAChB;QACF,CAAC;;;OAPA;IASD,sBAAI,oCAAC;aAAL;YACC,OAAO,IAAI,CAAC,EAAE,CAAC;QAChB,CAAC;aAED,UAAM,CAAS;YACd,IAAI,IAAI,CAAC,EAAE,KAAK,CAAC,EAAE;gBAClB,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC;gBACZ,IAAI,CAAC,QAAQ,EAAE,CAAC;aAChB;QACF,CAAC;;;OAPA;IASD,sBAAI,uCAAI;aAAR;YACC,OAAO,IAAI,CAAC,KAAK,CAAC;QACnB,CAAC;;;OAAA;IAED,oCAAI,GAAJ;QACC,IAAI,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;QAC1B,IAAI,CAAC,QAAQ,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"e-shape-group-size-viewer.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size-viewer.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { IPoint, Point } from \"pixi.js\";\nimport { EShapeGroupSize } from \"./e-shape-group-size\";\n\nexport interface EShapeGroupSizeViewerParentTransform {\n\tscale: IPoint;\n}\n\nexport interface EShapeGroupSizeViewerParent {\n\treadonly transform: EShapeGroupSizeViewerParentTransform;\n}\n\nexport class EShapeGroupSizeViewer implements EShapeGroupSize {\n\tprotected _x: number;\n\tprotected _y: number;\n\tprotected _parent: EShapeGroupSizeViewerParent;\n\tprotected _base: Point;\n\n\tconstructor(parent: EShapeGroupSizeViewerParent, x: number, y: number, bx: number, by: number) {\n\t\tthis._parent = parent;\n\t\tthis._x = x;\n\t\tthis._y = y;\n\t\tthis._base = new Point(bx, by);\n\t}\n\n\tget x(): number {\n\t\treturn this._x;\n\t}\n\n\tset x(x: number) {\n\t\tif (this._x !== x) {\n\t\t\tthis._x = x;\n\t\t\tthis.onChange();\n\t\t}\n\t}\n\n\tget y(): number {\n\t\treturn this._y;\n\t}\n\n\tset y(y: number) {\n\t\tif (this._y !== y) {\n\t\t\tthis._y = y;\n\t\t\tthis.onChange();\n\t\t}\n\t}\n\n\tget base(): IPoint {\n\t\treturn this._base;\n\t}\n\n\tinit(): this {\n\t\tthis._base.copyFrom(this);\n\t\tthis.onChange();\n\t\treturn this;\n\t}\n\n\tclone(): EShapeGroupSizeViewer {\n\t\tconst base = this._base;\n\t\treturn new EShapeGroupSizeViewer(this._parent, this._x, this._y, base.x, base.y);\n\t}\n\n\tset(x?: number, y?: number): this {\n\t\tlet isChanged = false;\n\t\tif (x != null && this._x !== x) {\n\t\t\tthis._x = x;\n\t\t\tisChanged = true;\n\t\t}\n\t\tif (y != null && this._y !== y) {\n\t\t\tthis._y = y;\n\t\t\tisChanged = true;\n\t\t}\n\t\tif (isChanged) {\n\t\t\tthis.onChange();\n\t\t}\n\t\treturn this;\n\t}\n\n\tcopyFrom(p: IPoint): this {\n\t\tif (p instanceof EShapeGroupSizeViewer) {\n\t\t\tthis._base.copyFrom(p.base);\n\t\t}\n\t\tif (this._x !== p.x || this._y !== p.y) {\n\t\t\tthis._x = p.x;\n\t\t\tthis._y = p.y;\n\t\t\tthis.onChange();\n\t\t}\n\t\treturn this;\n\t}\n\n\tcopyTo(p: IPoint): IPoint {\n\t\tif (p instanceof EShapeGroupSizeViewer) {\n\t\t\tthis._base.copyTo(p.base);\n\t\t}\n\t\tp.set(this._x, this._y);\n\t\treturn p;\n\t}\n\n\tequals(p: IPoint): boolean {\n\t\treturn p.x === this._x && p.y === this._y;\n\t}\n\n\tfit(): this {\n\t\treturn this;\n\t}\n\n\tprotected onChange(): void {\n\t\tconst base = this._base;\n\t\tthis._parent.transform.scale.set(this._x / base.x, this._y / base.y);\n\t}\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"e-shape-group-size.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { IPoint, ObservablePoint } from \"pixi.js\";\n\nexport interface EShapeGroupSize {\n\tx: number;\n\ty: number;\n\n\tinit():
|
|
1
|
+
{"version":3,"file":"e-shape-group-size.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/shape/variant/e-shape-group-size.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { IPoint, ObservablePoint } from \"pixi.js\";\n\nexport interface EShapeGroupSize {\n\tx: number;\n\ty: number;\n\n\tinit(): this;\n\tfit(): this;\n\tclone(): ObservablePoint;\n\tcopyFrom(p: IPoint): this;\n\tcopyTo(p: IPoint): IPoint;\n\tequals(p: IPoint): boolean;\n\tset(x?: number, y?: number): this;\n}\n"]}
|
|
@@ -17,11 +17,17 @@ var newShadow = function (id, radius, opacity) {
|
|
|
17
17
|
DThemeDarkAtlas.add(id, d, d, "<g>" +
|
|
18
18
|
"<defs>" +
|
|
19
19
|
"<radialGradient id=\"".concat(id, "_filter\">") +
|
|
20
|
-
"<stop
|
|
21
|
-
"<stop
|
|
22
|
-
"<stop
|
|
23
|
-
"<stop
|
|
24
|
-
"<stop
|
|
20
|
+
"<stop offset=\"0%\" stop-color=\"black\" stop-opacity=\"".concat(opacity * 0.368, "\" />") +
|
|
21
|
+
"<stop offset=\"30%\" stop-color=\"black\" stop-opacity=\"".concat(opacity * 0.368, "\" />") +
|
|
22
|
+
"<stop offset=\"37%\" stop-color=\"black\" stop-opacity=\"".concat(opacity * 0.368, "\" />") +
|
|
23
|
+
"<stop offset=\"44%\" stop-color=\"black\" stop-opacity=\"".concat(opacity * 0.368, "\" />") + // Math.exp(-(p-30)/14)
|
|
24
|
+
"<stop offset=\"51%\" stop-color=\"black\" stop-opacity=\"".concat(opacity * 0.223, "\" />") +
|
|
25
|
+
"<stop offset=\"58%\" stop-color=\"black\" stop-opacity=\"".concat(opacity * 0.135, "\" />") +
|
|
26
|
+
"<stop offset=\"65%\" stop-color=\"black\" stop-opacity=\"".concat(opacity * 0.082, "\" />") +
|
|
27
|
+
"<stop offset=\"72%\" stop-color=\"black\" stop-opacity=\"".concat(opacity * 0.050, "\" />") +
|
|
28
|
+
"<stop offset=\"79%\" stop-color=\"black\" stop-opacity=\"".concat(opacity * 0.030, "\" />") +
|
|
29
|
+
"<stop offset=\"86%\" stop-color=\"black\" stop-opacity=\"".concat(opacity * 0.018, "\" />") +
|
|
30
|
+
"<stop offset=\"93%\" stop-color=\"black\" stop-opacity=\"".concat(opacity * 0.011, "\" />") +
|
|
25
31
|
"<stop offset=\"100%\" stop-color=\"black\" stop-opacity=\"0\" />" +
|
|
26
32
|
"</radialGradient>" +
|
|
27
33
|
"</defs>" +
|
|
@@ -29,8 +35,8 @@ var newShadow = function (id, radius, opacity) {
|
|
|
29
35
|
"</g>");
|
|
30
36
|
/* eslint-enable prettier/prettier */
|
|
31
37
|
};
|
|
32
|
-
newShadow("shadow_weak",
|
|
33
|
-
newShadow("shadow",
|
|
38
|
+
newShadow("shadow_weak", 24, 0.72);
|
|
39
|
+
newShadow("shadow", 48, 0.72);
|
|
34
40
|
/* eslint-disable prettier/prettier */
|
|
35
41
|
DThemeDarkAtlas.add("background", 16, 16, "<g>" +
|
|
36
42
|
"<defs>" +
|
|
@@ -144,10 +150,10 @@ var DThemeDarkBase = /** @class */ (function (_super) {
|
|
|
144
150
|
return -1;
|
|
145
151
|
};
|
|
146
152
|
DThemeDarkBase.prototype.newShadow = function () {
|
|
147
|
-
return new DShadowImpl(DThemeDarkAtlas.mappings.shadow,
|
|
153
|
+
return new DShadowImpl(DThemeDarkAtlas.mappings.shadow, 48, 48, 0, 4.8);
|
|
148
154
|
};
|
|
149
155
|
DThemeDarkBase.prototype.newShadowWeak = function () {
|
|
150
|
-
return new DShadowImpl(DThemeDarkAtlas.mappings.shadow_weak,
|
|
156
|
+
return new DShadowImpl(DThemeDarkAtlas.mappings.shadow_weak, 24, 24, 0, 2.4);
|
|
151
157
|
};
|
|
152
158
|
DThemeDarkBase.prototype.getCursor = function (state) {
|
|
153
159
|
return "";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"d-theme-dark-base.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts"],"names":[],"mappings":"AAAA;;;GAGG;;AAIH,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAE5D,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAE7D,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD,IAAM,SAAS,GAAG,UAAC,EAAU,EAAE,MAAc,EAAE,OAAe;IAC7D,IAAM,CAAC,GAAG,MAAM,GAAG,CAAC,CAAC;IACrB,sCAAsC;IACtC,eAAe,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC,EAC3B,KAAK;QACJ,QAAQ;QACP,+BAAuB,EAAE,eAAW;QACnC,
|
|
1
|
+
{"version":3,"file":"d-theme-dark-base.js","sourceRoot":"","sources":["../../../../../src/main/typescript/wcardinal/ui/theme/dark/d-theme-dark-base.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (C) 2019 Toshiba Corporation\n * SPDX-License-Identifier: Apache-2.0\n */\n\nimport { Texture } from \"pixi.js\";\nimport { DThemeBase } from \"../../d-base\";\nimport { DBaseInteractive } from \"../../d-base-interactive\";\nimport { DBaseStateSet } from \"../../d-base-state-set\";\nimport { DBorderMask } from \"../../d-border-mask\";\nimport { DCoordinatePosition, DCoordinateSize } from \"../../d-coordinate\";\nimport { DCornerMask } from \"../../d-corner-mask\";\nimport { DLayoutClearType } from \"../../d-layout-clear-type\";\nimport { DShadow } from \"../../d-shadow\";\nimport { DShadowImpl } from \"../../d-shadow-impl\";\nimport { DThemeDarkAtlas } from \"./d-theme-dark-atlas\";\nimport { DThemeDarkConstants } from \"./d-theme-dark-constants\";\nimport { DThemeDarkFont } from \"./d-theme-dark-font\";\n\nconst newShadow = (id: string, radius: number, opacity: number): void => {\n\tconst d = radius * 2;\n\t/* eslint-disable prettier/prettier */\n\tDThemeDarkAtlas.add(id, d, d,\n\t\t`<g>` +\n\t\t\t`<defs>` +\n\t\t\t\t`<radialGradient id=\"${id}_filter\">` +\n\t\t\t\t\t`<stop offset=\"0%\" stop-color=\"black\" stop-opacity=\"${opacity * 0.368}\" />` +\n\t\t\t\t\t`<stop offset=\"30%\" stop-color=\"black\" stop-opacity=\"${opacity * 0.368}\" />` +\n\t\t\t\t\t`<stop offset=\"37%\" stop-color=\"black\" stop-opacity=\"${opacity * 0.368}\" />` +\n\t\t\t\t\t`<stop offset=\"44%\" stop-color=\"black\" stop-opacity=\"${opacity * 0.368}\" />` + // Math.exp(-(p-30)/14)\n\t\t\t\t\t`<stop offset=\"51%\" stop-color=\"black\" stop-opacity=\"${opacity * 0.223}\" />` +\n\t\t\t\t\t`<stop offset=\"58%\" stop-color=\"black\" stop-opacity=\"${opacity * 0.135}\" />` +\n\t\t\t\t\t`<stop offset=\"65%\" stop-color=\"black\" stop-opacity=\"${opacity * 0.082}\" />` +\n\t\t\t\t\t`<stop offset=\"72%\" stop-color=\"black\" stop-opacity=\"${opacity * 0.050}\" />` +\n\t\t\t\t\t`<stop offset=\"79%\" stop-color=\"black\" stop-opacity=\"${opacity * 0.030}\" />` +\n\t\t\t\t\t`<stop offset=\"86%\" stop-color=\"black\" stop-opacity=\"${opacity * 0.018}\" />` +\n\t\t\t\t\t`<stop offset=\"93%\" stop-color=\"black\" stop-opacity=\"${opacity * 0.011}\" />` +\n\t\t\t\t\t`<stop offset=\"100%\" stop-color=\"black\" stop-opacity=\"0\" />` +\n\t\t\t\t`</radialGradient>` +\n\t\t\t`</defs>` +\n\t\t\t`<rect x=\"0\" y=\"0\" width=\"${d}\" height=\"${d}\" fill=\"url(#${id}_filter)\"/>` +\n\t\t`</g>`\n\t);\n\t/* eslint-enable prettier/prettier */\n};\nnewShadow(\"shadow_weak\", 24, 0.72);\nnewShadow(\"shadow\", 48, 0.72);\n\n/* eslint-disable prettier/prettier */\nDThemeDarkAtlas.add(\"background\", 16, 16,\n\t`<g>` +\n\t\t`<defs>` +\n\t\t\t`<radialGradient id=\"background_filter\">` +\n\t\t\t\t`<stop offset=\"25%\" stop-color=\"white\" stop-opacity=\"1\" />` +\n\t\t\t\t`<stop offset=\"75%\" stop-color=\"white\" stop-opacity=\"0.25\" />` +\n\t\t\t`</radialGradient>` +\n\t\t`</defs>` +\n\t\t`<rect x=\"0\" y=\"0\" width=\"16\" height=\"16\" fill=\"url(#background_filter)\"/>` +\n\t`</g>`\n);\n/* eslint-enable prettier/prettier */\n\nexport class DThemeDarkBase extends DThemeDarkFont implements DThemeBase {\n\tgetX(): DCoordinatePosition {\n\t\treturn 0;\n\t}\n\n\tgetY(): DCoordinatePosition {\n\t\treturn 0;\n\t}\n\n\tgetHeight(): DCoordinateSize {\n\t\treturn 100;\n\t}\n\n\tgetWidth(): DCoordinateSize {\n\t\treturn 100;\n\t}\n\n\tgetBackgroundColor(state: DBaseStateSet): number | null {\n\t\treturn null;\n\t}\n\n\tgetBackgroundAlpha(state: DBaseStateSet): number {\n\t\treturn 1;\n\t}\n\n\tgetBackgroundTexture(): Texture {\n\t\treturn DThemeDarkAtlas.mappings.background;\n\t}\n\n\tgetBorderColor(state: DBaseStateSet): number | null {\n\t\treturn null;\n\t}\n\n\tgetBorderAlpha(state: DBaseStateSet): number {\n\t\treturn 1;\n\t}\n\n\tgetBorderWidth(state: DBaseStateSet): number {\n\t\treturn 1;\n\t}\n\n\tgetBorderAlign(state: DBaseStateSet): number {\n\t\treturn 0;\n\t}\n\n\tgetBorderMask(state: DBaseStateSet): number {\n\t\treturn DBorderMask.NONE;\n\t}\n\n\tgetBorderTexture(): Texture {\n\t\treturn DThemeDarkAtlas.mappings.background;\n\t}\n\n\tgetPaddingLeft(): number {\n\t\treturn 0;\n\t}\n\n\tgetPaddingRight(): number {\n\t\treturn 0;\n\t}\n\n\tgetPaddingTop(): number {\n\t\treturn 0;\n\t}\n\n\tgetPaddingBottom(): number {\n\t\treturn 0;\n\t}\n\n\tgetCornerRadius(): number {\n\t\treturn 3;\n\t}\n\n\tgetCornerMask(): number {\n\t\treturn DCornerMask.NONE;\n\t}\n\n\tgetOutlineColor(state: DBaseStateSet): number | null {\n\t\treturn DThemeDarkConstants.HIGHLIGHT_COLOR;\n\t}\n\n\tgetOutlineAlpha(state: DBaseStateSet): number {\n\t\tif (state.isFocused) {\n\t\t\treturn 1;\n\t\t}\n\t\treturn 0;\n\t}\n\n\tgetOutlineWidth(state: DBaseStateSet): number {\n\t\treturn 1;\n\t}\n\n\tgetOutlineOffset(state: DBaseStateSet): number {\n\t\treturn 0;\n\t}\n\n\tgetOutlineAlign(state: DBaseStateSet): number {\n\t\treturn 0;\n\t}\n\n\tgetOutlineMask(state: DBaseStateSet): DBorderMask {\n\t\treturn DBorderMask.NONE;\n\t}\n\n\tgetClearType(): DLayoutClearType {\n\t\treturn DLayoutClearType.NONE;\n\t}\n\n\tgetShadow(): DShadow | null {\n\t\treturn null;\n\t}\n\n\tgetInteractive(): DBaseInteractive {\n\t\treturn DBaseInteractive.SELF;\n\t}\n\n\tnewState(state: DBaseStateSet): void {\n\t\t// DO NOTHING\n\t}\n\n\tgetTitle(): string {\n\t\treturn \"\";\n\t}\n\n\tgetWeight(): number {\n\t\treturn -1;\n\t}\n\n\tnewShadow(): DShadow | null {\n\t\treturn new DShadowImpl(DThemeDarkAtlas.mappings.shadow, 48, 48, 0, 4.8);\n\t}\n\n\tnewShadowWeak(): DShadow | null {\n\t\treturn new DShadowImpl(DThemeDarkAtlas.mappings.shadow_weak, 24, 24, 0, 2.4);\n\t}\n\n\tgetCursor(state: DBaseStateSet): string {\n\t\treturn \"\";\n\t}\n}\n"]}
|
|
@@ -11,11 +11,6 @@ import { DThemeDarkDialogConfirmMessage } from "./d-theme-dark-dialog-confirm-me
|
|
|
11
11
|
DThemeDarkAtlas.add("success_mark", 21, 21, "<g transform=\"scale(0.875,0.875)\">" +
|
|
12
12
|
"<path d=\"M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z\" fill=\"#fff\" />" +
|
|
13
13
|
"</g>");
|
|
14
|
-
DThemeDarkAtlas.add("fail_mark", 21, 21, "<g transform=\"scale(0.875,0.875)\">" +
|
|
15
|
-
"<path d=\"M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52" +
|
|
16
|
-
" 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8" +
|
|
17
|
-
"-3.58 8-8 8z\" fill=\"#fff\" />" +
|
|
18
|
-
"</g>");
|
|
19
14
|
/* eslint-enable prettier/prettier */
|
|
20
15
|
var DThemeDarkDialogProcessingMessage = /** @class */ (function (_super) {
|
|
21
16
|
__extends(DThemeDarkDialogProcessingMessage, _super);
|
|
@@ -29,9 +24,6 @@ var DThemeDarkDialogProcessingMessage = /** @class */ (function (_super) {
|
|
|
29
24
|
if (state.isSucceeded) {
|
|
30
25
|
return DThemeDarkAtlas.mappings.success_mark;
|
|
31
26
|
}
|
|
32
|
-
else if (state.isFailed) {
|
|
33
|
-
return DThemeDarkAtlas.mappings.fail_mark;
|
|
34
|
-
}
|
|
35
27
|
return null;
|
|
36
28
|
};
|
|
37
29
|
DThemeDarkDialogProcessingMessage.prototype.getImageTintAlpha = function (state) {
|