@mlightcad/cad-viewer 1.4.13 → 1.5.1
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/app/register.d.ts.map +1 -1
- package/dist/app/store.d.ts +1 -0
- package/dist/app/store.d.ts.map +1 -1
- package/dist/command/AcApDrawingUnitsCmd.d.ts +5 -0
- package/dist/command/AcApDrawingUnitsCmd.d.ts.map +1 -0
- package/dist/command/AcApHatchRibbonCmd.d.ts +74 -0
- package/dist/command/AcApHatchRibbonCmd.d.ts.map +1 -0
- package/dist/command/AcApLayerStateCmd.d.ts.map +1 -1
- package/dist/command/AcApPropertiesCmd.d.ts +5 -0
- package/dist/command/AcApPropertiesCmd.d.ts.map +1 -0
- package/dist/command/index.d.ts +3 -0
- package/dist/command/index.d.ts.map +1 -1
- package/dist/component/MlCadViewer.vue.d.ts +10 -1
- package/dist/component/MlCadViewer.vue.d.ts.map +1 -1
- package/dist/component/common/MlBaseDialog.vue.d.ts.map +1 -1
- package/dist/component/common/MlBaseDrawStyleToolbar.vue.d.ts +1 -1
- package/dist/component/common/MlBaseDrawStyleToolbar.vue.d.ts.map +1 -1
- package/dist/component/common/MlColorDropdown.vue.d.ts +4 -0
- package/dist/component/common/MlColorDropdown.vue.d.ts.map +1 -1
- package/dist/component/common/MlColorPickerDropdown.vue.d.ts +2 -2
- package/dist/component/common/MlFieldsetGroup.vue.d.ts +50 -0
- package/dist/component/common/MlFieldsetGroup.vue.d.ts.map +1 -0
- package/dist/component/common/MlHatchPatternDropdown.vue.d.ts +65 -0
- package/dist/component/common/MlHatchPatternDropdown.vue.d.ts.map +1 -0
- package/dist/component/common/MlHatchPatternPanel.vue.d.ts +55 -0
- package/dist/component/common/MlHatchPatternPanel.vue.d.ts.map +1 -0
- package/dist/component/common/MlLayerSelect.vue.d.ts +46 -0
- package/dist/component/common/MlLayerSelect.vue.d.ts.map +1 -0
- package/dist/component/common/MlLineTypeSelect.vue.d.ts +35 -0
- package/dist/component/common/MlLineTypeSelect.vue.d.ts.map +1 -0
- package/dist/component/common/MlLineWeightSelect.vue.d.ts +13 -5
- package/dist/component/common/MlLineWeightSelect.vue.d.ts.map +1 -1
- package/dist/component/common/MlSysVarToggleButton.vue.d.ts.map +1 -1
- package/dist/component/common/MlToggleButton.vue.d.ts.map +1 -1
- package/dist/component/common/hatchPatternPreview.d.ts +36 -0
- package/dist/component/common/hatchPatternPreview.d.ts.map +1 -0
- package/dist/component/common/index.d.ts +5 -0
- package/dist/component/common/index.d.ts.map +1 -1
- package/dist/component/common/lineTypeOptions.d.ts +41 -0
- package/dist/component/common/lineTypeOptions.d.ts.map +1 -0
- package/dist/component/dialog/MlCharacterMapDialog.vue.d.ts +84 -0
- package/dist/component/dialog/MlCharacterMapDialog.vue.d.ts.map +1 -0
- package/dist/component/dialog/MlDrawingUnitsDlg.vue.d.ts +19 -0
- package/dist/component/dialog/MlDrawingUnitsDlg.vue.d.ts.map +1 -0
- package/dist/component/dialog/MlPointStyleDlg.vue.d.ts.map +1 -1
- package/dist/component/dialog/MlQuickSelectDlg.vue.d.ts.map +1 -1
- package/dist/component/dialog/MlReplacementDlg.vue.d.ts.map +1 -1
- package/dist/component/dialog/charMapTtfCodepoints.d.ts +25 -0
- package/dist/component/dialog/charMapTtfCodepoints.d.ts.map +1 -0
- package/dist/component/dialog/index.d.ts +1 -0
- package/dist/component/dialog/index.d.ts.map +1 -1
- package/dist/component/index.d.ts +1 -0
- package/dist/component/index.d.ts.map +1 -1
- package/dist/component/layout/MlEntityInfo.vue.d.ts.map +1 -1
- package/dist/component/layout/MlLanguageSelector.vue.d.ts.map +1 -1
- package/dist/component/layout/MlLayerDrawStyleToolbar.vue.d.ts.map +1 -1
- package/dist/component/layout/MlMainMenu.vue.d.ts.map +1 -1
- package/dist/component/layout/MlToolBars.vue.d.ts.map +1 -1
- package/dist/component/notification/MlNotificationCenter.vue.d.ts.map +1 -1
- package/dist/component/notification/MlNotificationItem.vue.d.ts.map +1 -1
- package/dist/component/palette/MlEntityProperties.vue.d.ts.map +1 -1
- package/dist/component/palette/MlLayerList.vue.d.ts.map +1 -1
- package/dist/component/palette/MlPaletteManager.vue.d.ts +1 -1
- package/dist/component/palette/MlPaletteManager.vue.d.ts.map +1 -1
- package/dist/component/ribbon/MlRibbonCommands.vue.d.ts +30 -0
- package/dist/component/ribbon/MlRibbonCommands.vue.d.ts.map +1 -0
- package/dist/component/ribbon/MlRibbonFontSelect.vue.d.ts +54 -0
- package/dist/component/ribbon/MlRibbonFontSelect.vue.d.ts.map +1 -0
- package/dist/component/ribbon/MlRibbonHatchColorRow2.vue.d.ts +19 -0
- package/dist/component/ribbon/MlRibbonHatchColorRow2.vue.d.ts.map +1 -0
- package/dist/component/ribbon/MlRibbonHatchColorRow3.vue.d.ts +20 -0
- package/dist/component/ribbon/MlRibbonHatchColorRow3.vue.d.ts.map +1 -0
- package/dist/component/ribbon/MlRibbonHatchPatternButton.vue.d.ts +76 -0
- package/dist/component/ribbon/MlRibbonHatchPatternButton.vue.d.ts.map +1 -0
- package/dist/component/ribbon/MlRibbonLanguageSelector.vue.d.ts +34 -0
- package/dist/component/ribbon/MlRibbonLanguageSelector.vue.d.ts.map +1 -0
- package/dist/component/ribbon/MlRibbonMTextHeightSelect.vue.d.ts +49 -0
- package/dist/component/ribbon/MlRibbonMTextHeightSelect.vue.d.ts.map +1 -0
- package/dist/component/ribbon/MlRibbonPropertyColorDropdown.vue.d.ts +32 -0
- package/dist/component/ribbon/MlRibbonPropertyColorDropdown.vue.d.ts.map +1 -0
- package/dist/component/ribbon/MlRibbonPropertyField.vue.d.ts +45 -0
- package/dist/component/ribbon/MlRibbonPropertyField.vue.d.ts.map +1 -0
- package/dist/component/ribbon/MlRibbonPropertyLineTypeSelect.vue.d.ts +30 -0
- package/dist/component/ribbon/MlRibbonPropertyLineTypeSelect.vue.d.ts.map +1 -0
- package/dist/component/ribbon/MlRibbonPropertyLineWeightSelect.vue.d.ts +28 -0
- package/dist/component/ribbon/MlRibbonPropertyLineWeightSelect.vue.d.ts.map +1 -0
- package/dist/component/ribbon/index.d.ts +9 -0
- package/dist/component/ribbon/index.d.ts.map +1 -0
- package/dist/component/ribbon/useHatchContextualRibbon.d.ts +45 -0
- package/dist/component/ribbon/useHatchContextualRibbon.d.ts.map +1 -0
- package/dist/component/ribbon/useMTextContextualRibbon.d.ts +46 -0
- package/dist/component/ribbon/useMTextContextualRibbon.d.ts.map +1 -0
- package/dist/component/statusBar/MlFullScreenButton.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlNotificationButton.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlOsnapButton.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlPointStyleButton.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlProgress.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlSettingButton.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlStatusBar.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlThemeButton.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlWarningButton.vue.d.ts.map +1 -1
- package/dist/composable/index.d.ts +3 -0
- package/dist/composable/index.d.ts.map +1 -1
- package/dist/composable/markComponentConfigRaw.d.ts +2 -0
- package/dist/composable/markComponentConfigRaw.d.ts.map +1 -0
- package/dist/composable/useCommands.d.ts +3 -0
- package/dist/composable/useCommands.d.ts.map +1 -1
- package/dist/composable/useCurrentPos.d.ts.map +1 -1
- package/dist/composable/useDocOpenMode.d.ts +16 -0
- package/dist/composable/useDocOpenMode.d.ts.map +1 -1
- package/dist/composable/useDocumentOpening.d.ts +9 -0
- package/dist/composable/useDocumentOpening.d.ts.map +1 -0
- package/dist/composable/useHover.d.ts +488 -38
- package/dist/composable/useHover.d.ts.map +1 -1
- package/dist/composable/useLayers.d.ts +21 -4
- package/dist/composable/useLayers.d.ts.map +1 -1
- package/dist/composable/useLocale.d.ts +8 -0
- package/dist/composable/useLocale.d.ts.map +1 -1
- package/dist/composable/useRibbonContextualTab.d.ts +19 -0
- package/dist/composable/useRibbonContextualTab.d.ts.map +1 -0
- package/dist/composable/useViewerRect.d.ts +72 -0
- package/dist/composable/useViewerRect.d.ts.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.js +21008 -16276
- package/dist/locale/en/command.d.ts +10 -1
- package/dist/locale/en/command.d.ts.map +1 -1
- package/dist/locale/en/dialog.d.ts +54 -0
- package/dist/locale/en/dialog.d.ts.map +1 -1
- package/dist/locale/en/entity.d.ts +48 -0
- package/dist/locale/en/entity.d.ts.map +1 -1
- package/dist/locale/en/main.d.ts +367 -0
- package/dist/locale/en/main.d.ts.map +1 -1
- package/dist/locale/zh/command.d.ts +10 -1
- package/dist/locale/zh/command.d.ts.map +1 -1
- package/dist/locale/zh/dialog.d.ts +54 -0
- package/dist/locale/zh/dialog.d.ts.map +1 -1
- package/dist/locale/zh/entity.d.ts +48 -0
- package/dist/locale/zh/entity.d.ts.map +1 -1
- package/dist/locale/zh/main.d.ts +367 -0
- package/dist/locale/zh/main.d.ts.map +1 -1
- package/dist/svg/arc/index.d.ts +11 -0
- package/dist/svg/arc/index.d.ts.map +1 -0
- package/dist/svg/circle/index.d.ts +7 -0
- package/dist/svg/circle/index.d.ts.map +1 -0
- package/dist/svg/ellipse/index.d.ts +3 -0
- package/dist/svg/ellipse/index.d.ts.map +1 -0
- package/dist/svg/hatch/index.d.ts +3 -0
- package/dist/svg/hatch/index.d.ts.map +1 -0
- package/dist/svg/index.d.ts +23 -6
- package/dist/svg/index.d.ts.map +1 -1
- package/dist/svg/layer/index.d.ts +14 -0
- package/dist/svg/layer/index.d.ts.map +1 -0
- package/dist/svg/measure/index.d.ts +7 -0
- package/dist/svg/measure/index.d.ts.map +1 -0
- package/dist/svg/mtext/index.d.ts +5 -0
- package/dist/svg/mtext/index.d.ts.map +1 -0
- package/dist/svg/spline/index.d.ts +2 -0
- package/dist/svg/spline/index.d.ts.map +1 -0
- package/package.json +19 -11
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { CSSProperties } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* Hatch pattern option rendered by hatch preview controls.
|
|
4
|
+
*/
|
|
5
|
+
export interface HatchPatternOption {
|
|
6
|
+
/** Stable hatch pattern name written to the hatch command inputs. */
|
|
7
|
+
value: string;
|
|
8
|
+
/** Optional UI label. Falls back to `value` when omitted. */
|
|
9
|
+
label?: string;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Encodes an SVG snippet as a data URI that can be used in CSS background-image.
|
|
13
|
+
*
|
|
14
|
+
* @param svg Raw SVG markup.
|
|
15
|
+
* @returns CSS `url(...)` wrapper containing encoded SVG data URI.
|
|
16
|
+
*/
|
|
17
|
+
export declare function toSvgDataUri(svg: string): string;
|
|
18
|
+
/**
|
|
19
|
+
* Returns a cached SVG data URI preview for a hatch pattern.
|
|
20
|
+
*
|
|
21
|
+
* @param name Hatch pattern name.
|
|
22
|
+
* @returns Data URI suitable for image-based preview controls.
|
|
23
|
+
*/
|
|
24
|
+
export declare function resolveHatchPatternPreviewSvg(name: string): string | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* Returns a CSS background preview style for a hatch pattern name.
|
|
27
|
+
*
|
|
28
|
+
* @param name Hatch pattern name selected by the user.
|
|
29
|
+
* @returns Inline style object consumed by swatch elements.
|
|
30
|
+
*/
|
|
31
|
+
export declare function resolveHatchPatternSwatchStyle(name: string): CSSProperties;
|
|
32
|
+
/**
|
|
33
|
+
* Canonical hatch pattern list used by the contextual ribbon picker.
|
|
34
|
+
*/
|
|
35
|
+
export declare const DEFAULT_HATCH_PATTERN_OPTIONS: HatchPatternOption[];
|
|
36
|
+
//# sourceMappingURL=hatchPatternPreview.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hatchPatternPreview.d.ts","sourceRoot":"","sources":["../../../src/component/common/hatchPatternPreview.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,KAAK,CAAA;AAExC;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,qEAAqE;IACrE,KAAK,EAAE,MAAM,CAAA;IACb,6DAA6D;IAC7D,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AA2CD;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,UAQvC;AA4CD;;;;;GAKG;AACH,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,MAAM,sBAqBzD;AAED;;;;;GAKG;AACH,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,MAAM,GAAG,aAAa,CAe1E;AAED;;GAEG;AACH,eAAO,MAAM,6BAA6B,EAAE,kBAAkB,EAW7D,CAAA"}
|
|
@@ -7,8 +7,13 @@ export { default as MlColorIndexPicker } from './MlColorIndexPicker.vue';
|
|
|
7
7
|
export { default as MlColorPickerDropdown } from './MlColorPickerDropdown.vue';
|
|
8
8
|
export { default as MlColorPickerTabs } from './MlColorPickerTabs.vue';
|
|
9
9
|
export { default as MlDialogManager } from './MlDialogManager.vue';
|
|
10
|
+
export { default as MlFieldsetGroup } from './MlFieldsetGroup.vue';
|
|
11
|
+
export { default as MlHatchPatternPanel } from './MlHatchPatternPanel.vue';
|
|
10
12
|
export { default as MlLineWeightSelect } from './MlLineWeightSelect.vue';
|
|
13
|
+
export { default as MlLayerSelect } from './MlLayerSelect.vue';
|
|
11
14
|
export { default as MlFileReader } from './MlFileReader.vue';
|
|
15
|
+
export { default as MlLineTypeSelect } from './MlLineTypeSelect.vue';
|
|
16
|
+
export { default as MlHatchPatternDropdown } from './MlHatchPatternDropdown.vue';
|
|
12
17
|
export { default as MlSysVarToggleButton } from './MlSysVarToggleButton.vue';
|
|
13
18
|
export { default as MlToggleButton } from './MlToggleButton.vue';
|
|
14
19
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/component/common/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAA;AACjG,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,8BAA8B,CAAA;AAChF,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AACtE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAClE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,CAAA;AACxE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,6BAA6B,CAAA;AAC9E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AACtE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAClE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,CAAA;AACxE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,4BAA4B,CAAA;AAC5E,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/component/common/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAA;AACjG,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,8BAA8B,CAAA;AAChF,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AACtE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAClE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,CAAA;AACxE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,6BAA6B,CAAA;AAC9E,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AACtE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAClE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAClE,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,2BAA2B,CAAA;AAC1E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,0BAA0B,CAAA;AACxE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,8BAA8B,CAAA;AAChF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,4BAA4B,CAAA;AAC5E,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { AcDbDatabase, AcGiBaseLineStyle } from '@mlightcad/data-model';
|
|
2
|
+
/**
|
|
3
|
+
* Normalized line type metadata consumed by ribbon property controls and
|
|
4
|
+
* standalone selectors.
|
|
5
|
+
*/
|
|
6
|
+
export interface LineTypeOption {
|
|
7
|
+
/** Stable value written back to the database `CELTYPE` system variable. */
|
|
8
|
+
value: string;
|
|
9
|
+
/** User-facing label rendered in the dropdown list. */
|
|
10
|
+
label: string;
|
|
11
|
+
/** Optional inline SVG preview generated from the backing line type record. */
|
|
12
|
+
previewSvgString?: string;
|
|
13
|
+
/** Optional fallback pattern hint used when a live line type record is absent. */
|
|
14
|
+
pattern?: 'solid' | 'dashed' | 'hidden' | 'center';
|
|
15
|
+
/** Backing CAD line type record used to derive a preview from dash segments. */
|
|
16
|
+
lineType?: AcGiBaseLineStyle;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Resolves the optional inline SVG preview from explicit option metadata or the
|
|
20
|
+
* backing CAD line type object.
|
|
21
|
+
*
|
|
22
|
+
* @param option Option to visualize.
|
|
23
|
+
* @returns Inline SVG markup string when available.
|
|
24
|
+
*/
|
|
25
|
+
export declare function resolveLineTypePreviewSvg(option?: LineTypeOption): string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* Resolves the CSS background used to preview a line type option.
|
|
28
|
+
*
|
|
29
|
+
* @param option Option to visualize. When omitted, a solid fallback is used.
|
|
30
|
+
* @returns A CSS background value that can be bound directly to the preview swatch.
|
|
31
|
+
*/
|
|
32
|
+
export declare function resolveLineTypeBackground(option?: LineTypeOption): string;
|
|
33
|
+
/**
|
|
34
|
+
* Builds a deduplicated and sorted set of selectable line type options from the
|
|
35
|
+
* active drawing database.
|
|
36
|
+
*
|
|
37
|
+
* @param db Active CAD database that owns the line type table.
|
|
38
|
+
* @returns Dropdown-ready options, with `Continuous` promoted to the top when present.
|
|
39
|
+
*/
|
|
40
|
+
export declare function buildLineTypeOptions(db?: AcDbDatabase): LineTypeOption[];
|
|
41
|
+
//# sourceMappingURL=lineTypeOptions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lineTypeOptions.d.ts","sourceRoot":"","sources":["../../../src/component/common/lineTypeOptions.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACvB,MAAM,uBAAuB,CAAA;AAE9B;;;GAGG;AACH,MAAM,WAAW,cAAc;IAC7B,2EAA2E;IAC3E,KAAK,EAAE,MAAM,CAAA;IACb,uDAAuD;IACvD,KAAK,EAAE,MAAM,CAAA;IACb,+EAA+E;IAC/E,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,kFAAkF;IAClF,OAAO,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAA;IAClD,gFAAgF;IAChF,QAAQ,CAAC,EAAE,iBAAiB,CAAA;CAC7B;AAqGD;;;;;;GAMG;AACH,wBAAgB,yBAAyB,CAAC,MAAM,CAAC,EAAE,cAAc,sBAOhE;AAED;;;;;GAKG;AACH,wBAAgB,yBAAyB,CAAC,MAAM,CAAC,EAAE,cAAc,UAehE;AAED;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,EAAE,CAAC,EAAE,YAAY,GAAG,cAAc,EAAE,CAiCxE"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Public props for {@link MlCharacterMapDialog} (character map modal).
|
|
3
|
+
*
|
|
4
|
+
* @remarks
|
|
5
|
+
* Parents typically bind `v-model` to `modelValue` and pass the same font name
|
|
6
|
+
* list used by MTEXT so the dropdown stays consistent with the editor.
|
|
7
|
+
*/
|
|
8
|
+
export interface MlCharacterMapDialogProps {
|
|
9
|
+
/**
|
|
10
|
+
* Controls dialog visibility; use with `v-model` / `update:modelValue`.
|
|
11
|
+
*/
|
|
12
|
+
modelValue: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Display names for the font selector (drawing-resolved font families).
|
|
15
|
+
*/
|
|
16
|
+
fontOptions: string[];
|
|
17
|
+
/**
|
|
18
|
+
* Font to pre-select when the dialog opens. When empty after trim, the first
|
|
19
|
+
* entry in {@link MlCharacterMapDialogProps.fontOptions} is used.
|
|
20
|
+
*/
|
|
21
|
+
initialFont?: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Payload for the `insert` event: text to place in the document and the font
|
|
25
|
+
* family that should apply to that insertion.
|
|
26
|
+
*
|
|
27
|
+
* @remarks
|
|
28
|
+
* `text` may contain multiple scalar characters if the user built a string in
|
|
29
|
+
* the copy buffer; callers should apply `fontFamily` consistently with MTEXT
|
|
30
|
+
* formatting rules.
|
|
31
|
+
*/
|
|
32
|
+
export interface MlCharacterMapInsertPayload {
|
|
33
|
+
/**
|
|
34
|
+
* Trimmed drawing font family name matching the user’s selection in the map.
|
|
35
|
+
*/
|
|
36
|
+
fontFamily: string;
|
|
37
|
+
/**
|
|
38
|
+
* UTF-16 string to insert (from grid selection, buffer, or combined picks).
|
|
39
|
+
*/
|
|
40
|
+
text: string;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Emits supported by {@link MlCharacterMapDialog}.
|
|
44
|
+
*
|
|
45
|
+
* @remarks
|
|
46
|
+
* - `update:modelValue` — standard dialog visibility sync.
|
|
47
|
+
* - `insert` — user confirmed; parent should insert `payload.text` with `payload.fontFamily`.
|
|
48
|
+
*/
|
|
49
|
+
export type MlCharacterMapDialogEmits = {
|
|
50
|
+
(e: 'update:modelValue', value: boolean): void;
|
|
51
|
+
(e: 'insert', payload: MlCharacterMapInsertPayload): void;
|
|
52
|
+
};
|
|
53
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<MlCharacterMapDialogProps>, {
|
|
54
|
+
initialFont: string;
|
|
55
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
56
|
+
"update:modelValue": (value: boolean) => void;
|
|
57
|
+
insert: (payload: MlCharacterMapInsertPayload) => void;
|
|
58
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<MlCharacterMapDialogProps>, {
|
|
59
|
+
initialFont: string;
|
|
60
|
+
}>>> & Readonly<{
|
|
61
|
+
onInsert?: ((payload: MlCharacterMapInsertPayload) => any) | undefined;
|
|
62
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63
|
+
}>, {
|
|
64
|
+
initialFont: string;
|
|
65
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
66
|
+
export default _default;
|
|
67
|
+
type __VLS_WithDefaults<P, D> = {
|
|
68
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
69
|
+
default: D[K];
|
|
70
|
+
}> : P[K];
|
|
71
|
+
};
|
|
72
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
73
|
+
type __VLS_TypePropsToOption<T> = {
|
|
74
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
75
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
76
|
+
} : {
|
|
77
|
+
type: import('vue').PropType<T[K]>;
|
|
78
|
+
required: true;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
type __VLS_PrettifyLocal<T> = {
|
|
82
|
+
[K in keyof T]: T[K];
|
|
83
|
+
} & {};
|
|
84
|
+
//# sourceMappingURL=MlCharacterMapDialog.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MlCharacterMapDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/component/dialog/MlCharacterMapDialog.vue"],"names":[],"mappings":"AAuGA;AA8sBA;;;;;;GAMG;AACH,MAAM,WAAW,yBAAyB;IACxC;;OAEG;IACH,UAAU,EAAE,OAAO,CAAA;IACnB;;OAEG;IACH,WAAW,EAAE,MAAM,EAAE,CAAA;IACrB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,UAAU,EAAE,MAAM,CAAA;IAClB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAA;CACb;AAED;;;;;;GAMG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC,CAAC,CAAC,EAAE,mBAAmB,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAA;IAC9C,CAAC,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,2BAA2B,GAAG,IAAI,CAAA;CAC1D,CAAA;;;;;;;;;;;;iBAjCe,MAAM;;AA+rBtB,wBAOG;AAEH,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue: boolean;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
"update:modelValue": (v: boolean) => void;
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<__VLS_Props>>> & Readonly<{
|
|
7
|
+
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
|
8
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
+
type __VLS_TypePropsToOption<T> = {
|
|
12
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
+
} : {
|
|
15
|
+
type: import('vue').PropType<T[K]>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=MlDrawingUnitsDlg.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MlDrawingUnitsDlg.vue.d.ts","sourceRoot":"","sources":["../../../src/component/dialog/MlDrawingUnitsDlg.vue"],"names":[],"mappings":"AAuGA;AAwaA,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,OAAO,CAAA;CACpB,CAAC;;;;;;AAwmBF,wBAOG;AAEH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MlPointStyleDlg.vue.d.ts","sourceRoot":"","sources":["../../../src/component/dialog/MlPointStyleDlg.vue"],"names":[],"mappings":"AA2BA;;
|
|
1
|
+
{"version":3,"file":"MlPointStyleDlg.vue.d.ts","sourceRoot":"","sources":["../../../src/component/dialog/MlPointStyleDlg.vue"],"names":[],"mappings":"AA2BA;;AAmVA,wBAKG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MlQuickSelectDlg.vue.d.ts","sourceRoot":"","sources":["../../../src/component/dialog/MlQuickSelectDlg.vue"],"names":[],"mappings":"AAiGA;;
|
|
1
|
+
{"version":3,"file":"MlQuickSelectDlg.vue.d.ts","sourceRoot":"","sources":["../../../src/component/dialog/MlQuickSelectDlg.vue"],"names":[],"mappings":"AAiGA;;AAy7BA,wBAKG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MlReplacementDlg.vue.d.ts","sourceRoot":"","sources":["../../../src/component/dialog/MlReplacementDlg.vue"],"names":[],"mappings":"AAgGA;;
|
|
1
|
+
{"version":3,"file":"MlReplacementDlg.vue.d.ts","sourceRoot":"","sources":["../../../src/component/dialog/MlReplacementDlg.vue"],"names":[],"mappings":"AAgGA;;AA4kBA,wBAKG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Inclusive Unicode ranges used to build the TTF/mesh character-map grid.
|
|
3
|
+
*
|
|
4
|
+
* @remarks
|
|
5
|
+
* Each tuple is `[startCodePoint, endCodePoint]` (both inclusive). The dialog
|
|
6
|
+
* does not walk the font’s `cmap` in JS; instead it shows this fixed superset
|
|
7
|
+
* of useful blocks (Latin-1 supplement, Latin Extended-A/B, Greek, Cyrillic,
|
|
8
|
+
* General Punctuation, superscripts, currency, letterlike symbols, arrows,
|
|
9
|
+
* mathematical operators, misc technical, box drawing, geometric shapes,
|
|
10
|
+
* dingbats, CJK punctuation/symbols). Glyphs missing from the chosen face
|
|
11
|
+
* typically render as tofu or blank per the browser’s font fallback rules.
|
|
12
|
+
*/
|
|
13
|
+
export declare const MTEXT_CHARACTER_MAP_TTF_RANGES: readonly [number, number][];
|
|
14
|
+
/**
|
|
15
|
+
* Flattens {@link MTEXT_CHARACTER_MAP_TTF_RANGES} into one ascending code-point array.
|
|
16
|
+
*
|
|
17
|
+
* @remarks
|
|
18
|
+
* Surrogate code units U+D800–U+DFFF are skipped so every value is safe for
|
|
19
|
+
* {@link String.fromCodePoint}. The result is computed once at module load in
|
|
20
|
+
* the character map dialog for stable keys and iteration order.
|
|
21
|
+
*
|
|
22
|
+
* @returns All code points from the configured ranges, in ascending order.
|
|
23
|
+
*/
|
|
24
|
+
export declare function expandTtfCharacterMapCodepoints(): number[];
|
|
25
|
+
//# sourceMappingURL=charMapTtfCodepoints.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charMapTtfCodepoints.d.ts","sourceRoot":"","sources":["../../../src/component/dialog/charMapTtfCodepoints.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,8BAA8B,EAAE,SAAS,CAAC,MAAM,EAAE,MAAM,CAAC,EAkBrE,CAAA;AAED;;;;;;;;;GASG;AACH,wBAAgB,+BAA+B,IAAI,MAAM,EAAE,CAS1D"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { default as MlDrawingUnitsDlg } from './MlDrawingUnitsDlg.vue';
|
|
1
2
|
export { default as MlColorPickerDlg } from './MlColorPickerDlg.vue';
|
|
2
3
|
export { default as MlPointStyleDlg } from './MlPointStyleDlg.vue';
|
|
3
4
|
export { default as MlQuickSelectDlg } from './MlQuickSelectDlg.vue';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/component/dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAClE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/component/dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AACtE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAClE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/component/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,aAAa,CAAA;AAC3B,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/component/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA;AACxB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,aAAa,CAAA;AAC3B,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MlEntityInfo.vue.d.ts","sourceRoot":"","sources":["../../../src/component/layout/MlEntityInfo.vue"],"names":[],"mappings":"AAmCA;;
|
|
1
|
+
{"version":3,"file":"MlEntityInfo.vue.d.ts","sourceRoot":"","sources":["../../../src/component/layout/MlEntityInfo.vue"],"names":[],"mappings":"AAmCA;;AAicA,wBAKG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MlLanguageSelector.vue.d.ts","sourceRoot":"","sources":["../../../src/component/layout/MlLanguageSelector.vue"],"names":[],"mappings":"AASA;
|
|
1
|
+
{"version":3,"file":"MlLanguageSelector.vue.d.ts","sourceRoot":"","sources":["../../../src/component/layout/MlLanguageSelector.vue"],"names":[],"mappings":"AASA;AAqEA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAKzC,UAAU,KAAK;IACb,aAAa,CAAC,EAAE,UAAU,CAAA;CAC3B;;;;;;mBADiB,UAAU;;AA2F5B,wBAMG;AAEH,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MlLayerDrawStyleToolbar.vue.d.ts","sourceRoot":"","sources":["../../../src/component/layout/MlLayerDrawStyleToolbar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MlLayerDrawStyleToolbar.vue.d.ts","sourceRoot":"","sources":["../../../src/component/layout/MlLayerDrawStyleToolbar.vue"],"names":[],"mappings":"AAwBA;AA8IA,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAQ7D;;;;;;;;;;GAUG;AAEH;;;;GAIG;AACH,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,cAAc,CAAA;CACvB,CAAC;;;;;;AA+LF,wBAOG;AAEH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MlMainMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/component/layout/MlMainMenu.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MlMainMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/component/layout/MlMainMenu.vue"],"names":[],"mappings":"AA4BA;;AAqRA,wBAKG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MlToolBars.vue.d.ts","sourceRoot":"","sources":["../../../src/component/layout/MlToolBars.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"MlToolBars.vue.d.ts","sourceRoot":"","sources":["../../../src/component/layout/MlToolBars.vue"],"names":[],"mappings":";AA4dA,wBAKG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MlNotificationCenter.vue.d.ts","sourceRoot":"","sources":["../../../src/component/notification/MlNotificationCenter.vue"],"names":[],"mappings":"AA4DA;
|
|
1
|
+
{"version":3,"file":"MlNotificationCenter.vue.d.ts","sourceRoot":"","sources":["../../../src/component/notification/MlNotificationCenter.vue"],"names":[],"mappings":"AA4DA;AAiOA,UAAU,KAAK;IACb,+DAA+D;IAC/D,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;;;;;;AAgRD,wBAOG;AAEH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MlNotificationItem.vue.d.ts","sourceRoot":"","sources":["../../../src/component/notification/MlNotificationItem.vue"],"names":[],"mappings":"AAgDA;
|
|
1
|
+
{"version":3,"file":"MlNotificationItem.vue.d.ts","sourceRoot":"","sources":["../../../src/component/notification/MlNotificationItem.vue"],"names":[],"mappings":"AAgDA;AAoOA,OAAO,KAAK,EACV,YAAY,EACZ,kBAAkB,EACnB,MAAM,wCAAwC,CAAA;AAE/C,UAAU,KAAK;IACb,YAAY,EAAE,YAAY,CAAA;CAC3B;;;;;;;;AAiOD,wBAOG;AAEH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MlEntityProperties.vue.d.ts","sourceRoot":"","sources":["../../../src/component/palette/MlEntityProperties.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MlEntityProperties.vue.d.ts","sourceRoot":"","sources":["../../../src/component/palette/MlEntityProperties.vue"],"names":[],"mappings":"AAmKA;AA6hBA,OAAO,EAGL,oBAAoB,EAKrB,MAAM,uBAAuB,CAAA;AAqB9B,KAAK,WAAW,GAAG;IACjB,eAAe,CAAC,EAAE,oBAAoB,EAAE,GAAG,IAAI,CAAA;IAC/C,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;;;mBAOe,MAAM;sBACH,MAAM;kBACV,OAAO;;;;mBAFN,MAAM;sBACH,MAAM;kBACV,OAAO;;;AAorBvB,wBAOG;AAEH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MlLayerList.vue.d.ts","sourceRoot":"","sources":["../../../src/component/palette/MlLayerList.vue"],"names":[],"mappings":"AA+DA;
|
|
1
|
+
{"version":3,"file":"MlLayerList.vue.d.ts","sourceRoot":"","sources":["../../../src/component/palette/MlLayerList.vue"],"names":[],"mappings":"AA+DA;AAwPA,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAiB7D;;;;;;GAMG;AACH,UAAU,KAAK;IACb,MAAM,EAAE,cAAc,CAAA;CACvB;;AAkVD,wBAMG;AAEH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MlPaletteManager.vue.d.ts","sourceRoot":"","sources":["../../../src/component/palette/MlPaletteManager.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MlPaletteManager.vue.d.ts","sourceRoot":"","sources":["../../../src/component/palette/MlPaletteManager.vue"],"names":[],"mappings":"AAwBA;AA4LA,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAY7D;;GAEG;AACH,UAAU,KAAK;IACb;;OAEG;IACH,MAAM,EAAE,cAAc,CAAA;CACvB;;AA0OD,wBAMG;AAEH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { LocaleProp } from '../../locale';
|
|
2
|
+
interface Props {
|
|
3
|
+
currentLocale?: LocaleProp;
|
|
4
|
+
}
|
|
5
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
6
|
+
currentLocale: undefined;
|
|
7
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
8
|
+
currentLocale: undefined;
|
|
9
|
+
}>>> & Readonly<{}>, {
|
|
10
|
+
currentLocale: LocaleProp;
|
|
11
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithDefaults<P, D> = {
|
|
14
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
15
|
+
default: D[K];
|
|
16
|
+
}> : P[K];
|
|
17
|
+
};
|
|
18
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
|
+
type __VLS_TypePropsToOption<T> = {
|
|
20
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
|
+
} : {
|
|
23
|
+
type: import('vue').PropType<T[K]>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
type __VLS_PrettifyLocal<T> = {
|
|
28
|
+
[K in keyof T]: T[K];
|
|
29
|
+
} & {};
|
|
30
|
+
//# sourceMappingURL=MlRibbonCommands.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MlRibbonCommands.vue.d.ts","sourceRoot":"","sources":["../../../src/component/ribbon/MlRibbonCommands.vue"],"names":[],"mappings":"AAqkDA,OAAO,6BAA6B,CAAA;AA6CpC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAkEzC,UAAU,KAAK;IACb,aAAa,CAAC,EAAE,UAAU,CAAA;CAC3B;;;;;;mBADiB,UAAU;;AAgjD5B,wBAMG;AAEH,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
interface RibbonFontSelectProps {
|
|
2
|
+
modelValue?: string;
|
|
3
|
+
options?: string[];
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
controlWidth?: string;
|
|
7
|
+
/** Ribbon property shell vs standalone control (e.g. character map dialog). */
|
|
8
|
+
variant?: 'property' | 'plain';
|
|
9
|
+
}
|
|
10
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<RibbonFontSelectProps>, {
|
|
11
|
+
modelValue: string;
|
|
12
|
+
options: () => never[];
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
placeholder: string;
|
|
15
|
+
controlWidth: string;
|
|
16
|
+
variant: string;
|
|
17
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
"update:modelValue": (value: string) => void;
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<RibbonFontSelectProps>, {
|
|
20
|
+
modelValue: string;
|
|
21
|
+
options: () => never[];
|
|
22
|
+
disabled: boolean;
|
|
23
|
+
placeholder: string;
|
|
24
|
+
controlWidth: string;
|
|
25
|
+
variant: string;
|
|
26
|
+
}>>> & Readonly<{
|
|
27
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
28
|
+
}>, {
|
|
29
|
+
options: string[];
|
|
30
|
+
placeholder: string;
|
|
31
|
+
modelValue: string;
|
|
32
|
+
disabled: boolean;
|
|
33
|
+
variant: "property" | "plain";
|
|
34
|
+
controlWidth: string;
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
36
|
+
export default _default;
|
|
37
|
+
type __VLS_WithDefaults<P, D> = {
|
|
38
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
39
|
+
default: D[K];
|
|
40
|
+
}> : P[K];
|
|
41
|
+
};
|
|
42
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
43
|
+
type __VLS_TypePropsToOption<T> = {
|
|
44
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
45
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
46
|
+
} : {
|
|
47
|
+
type: import('vue').PropType<T[K]>;
|
|
48
|
+
required: true;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
type __VLS_PrettifyLocal<T> = {
|
|
52
|
+
[K in keyof T]: T[K];
|
|
53
|
+
} & {};
|
|
54
|
+
//# sourceMappingURL=MlRibbonFontSelect.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MlRibbonFontSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/component/ribbon/MlRibbonFontSelect.vue"],"names":[],"mappings":"AA0CA;AAuHA,UAAU,qBAAqB;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,+EAA+E;IAC/E,OAAO,CAAC,EAAE,UAAU,GAAG,OAAO,CAAA;CAC/B;;;;;;;;;;;;;;;;;;;;aANW,MAAM,EAAE;iBAEJ,MAAM;gBAHP,MAAM;cAER,OAAO;aAIR,UAAU,GAAG,OAAO;kBAFf,MAAM;;AAqLvB,wBAOG;AAEH,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { AcCmColor } from '@mlightcad/data-model';
|
|
2
|
+
interface Props {
|
|
3
|
+
modelValue?: AcCmColor;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
controlWidth?: string;
|
|
6
|
+
fillType: 'solid' | 'pattern' | 'gradient';
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
+
type __VLS_TypePropsToOption<T> = {
|
|
12
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
+
} : {
|
|
15
|
+
type: import('vue').PropType<T[K]>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=MlRibbonHatchColorRow2.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MlRibbonHatchColorRow2.vue.d.ts","sourceRoot":"","sources":["../../../src/component/ribbon/MlRibbonHatchColorRow2.vue"],"names":[],"mappings":"AAQA;AAuCA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAMtD,UAAU,KAAK;IACb,UAAU,CAAC,EAAE,SAAS,CAAA;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,QAAQ,EAAE,OAAO,GAAG,SAAS,GAAG,UAAU,CAAA;CAC3C;;AA0ED,wBAMG;AAEH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { AcCmColor } from '@mlightcad/data-model';
|
|
2
|
+
interface Props {
|
|
3
|
+
backgroundColorValue?: AcCmColor;
|
|
4
|
+
gradient2ColorValue?: AcCmColor;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
controlWidth?: string;
|
|
7
|
+
fillType: 'solid' | 'pattern' | 'gradient';
|
|
8
|
+
}
|
|
9
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<Props>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToOption<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
|
+
type __VLS_TypePropsToOption<T> = {
|
|
13
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
14
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
15
|
+
} : {
|
|
16
|
+
type: import('vue').PropType<T[K]>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=MlRibbonHatchColorRow3.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MlRibbonHatchColorRow3.vue.d.ts","sourceRoot":"","sources":["../../../src/component/ribbon/MlRibbonHatchColorRow3.vue"],"names":[],"mappings":"AAQA;AAwDA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAMtD,UAAU,KAAK;IACb,oBAAoB,CAAC,EAAE,SAAS,CAAA;IAChC,mBAAmB,CAAC,EAAE,SAAS,CAAA;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,QAAQ,EAAE,OAAO,GAAG,SAAS,GAAG,UAAU,CAAA;CAC3C;;AA0FD,wBAMG;AAEH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { HatchPatternOption } from '../common/hatchPatternPreview';
|
|
2
|
+
/**
|
|
3
|
+
* Props accepted by the ribbon large hatch pattern dropdown button.
|
|
4
|
+
*/
|
|
5
|
+
interface RibbonHatchPatternLargeDropdownProps {
|
|
6
|
+
/** Full ribbon item model injected by the ribbon host for custom items. */
|
|
7
|
+
item?: {
|
|
8
|
+
id?: string;
|
|
9
|
+
label?: string;
|
|
10
|
+
} | null;
|
|
11
|
+
/** Current hatch pattern name stored in ribbon state. */
|
|
12
|
+
modelValue?: string;
|
|
13
|
+
/** Candidate hatch patterns available in the picker panel. */
|
|
14
|
+
options?: HatchPatternOption[];
|
|
15
|
+
/** Optional item id prefix emitted back to the ribbon host. */
|
|
16
|
+
itemIdPrefix?: string;
|
|
17
|
+
/** Optional label shown below the swatch icon. */
|
|
18
|
+
label?: string;
|
|
19
|
+
/** Disables trigger button and panel interactions. */
|
|
20
|
+
disabled?: boolean;
|
|
21
|
+
/** Callback injected by `@mlightcad/ribbon` custom item bindings. */
|
|
22
|
+
emitItemClick?: (payload?: string | number | boolean) => void;
|
|
23
|
+
}
|
|
24
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<RibbonHatchPatternLargeDropdownProps>, {
|
|
25
|
+
item: null;
|
|
26
|
+
modelValue: string;
|
|
27
|
+
options: () => HatchPatternOption[];
|
|
28
|
+
itemIdPrefix: string;
|
|
29
|
+
label: undefined;
|
|
30
|
+
disabled: boolean;
|
|
31
|
+
emitItemClick: undefined;
|
|
32
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
33
|
+
"update:modelValue": (value: string) => void;
|
|
34
|
+
select: (value: string) => void;
|
|
35
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<RibbonHatchPatternLargeDropdownProps>, {
|
|
36
|
+
item: null;
|
|
37
|
+
modelValue: string;
|
|
38
|
+
options: () => HatchPatternOption[];
|
|
39
|
+
itemIdPrefix: string;
|
|
40
|
+
label: undefined;
|
|
41
|
+
disabled: boolean;
|
|
42
|
+
emitItemClick: undefined;
|
|
43
|
+
}>>> & Readonly<{
|
|
44
|
+
onSelect?: ((value: string) => any) | undefined;
|
|
45
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
46
|
+
}>, {
|
|
47
|
+
options: HatchPatternOption[];
|
|
48
|
+
modelValue: string;
|
|
49
|
+
label: string;
|
|
50
|
+
disabled: boolean;
|
|
51
|
+
item: {
|
|
52
|
+
id?: string;
|
|
53
|
+
label?: string;
|
|
54
|
+
} | null;
|
|
55
|
+
itemIdPrefix: string;
|
|
56
|
+
emitItemClick: (payload?: string | number | boolean) => void;
|
|
57
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
58
|
+
export default _default;
|
|
59
|
+
type __VLS_WithDefaults<P, D> = {
|
|
60
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
|
|
61
|
+
default: D[K];
|
|
62
|
+
}> : P[K];
|
|
63
|
+
};
|
|
64
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
65
|
+
type __VLS_TypePropsToOption<T> = {
|
|
66
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
67
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
68
|
+
} : {
|
|
69
|
+
type: import('vue').PropType<T[K]>;
|
|
70
|
+
required: true;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
type __VLS_PrettifyLocal<T> = {
|
|
74
|
+
[K in keyof T]: T[K];
|
|
75
|
+
} & {};
|
|
76
|
+
//# sourceMappingURL=MlRibbonHatchPatternButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MlRibbonHatchPatternButton.vue.d.ts","sourceRoot":"","sources":["../../../src/component/ribbon/MlRibbonHatchPatternButton.vue"],"names":[],"mappings":"AAuCA;AAgLA,OAAO,EAEL,KAAK,kBAAkB,EAExB,MAAM,+BAA+B,CAAA;AAGtC;;GAEG;AACH,UAAU,oCAAoC;IAC5C,2EAA2E;IAC3E,IAAI,CAAC,EAAE;QAAE,EAAE,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAA;IAC7C,yDAAyD;IACzD,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,8DAA8D;IAC9D,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAA;IAC9B,+DAA+D;IAC/D,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,kDAAkD;IAClD,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,sDAAsD;IACtD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,qEAAqE;IACrE,aAAa,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,KAAK,IAAI,CAAA;CAC9D;;;;;;;;;;;;;;;;;;;;;;;;aATW,kBAAkB,EAAE;gBAFjB,MAAM;WAMX,MAAM;cAEH,OAAO;UAVX;QAAE,EAAE,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI;kBAM9B,MAAM;mBAML,CAAC,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,KAAK,IAAI;;AAmN/D,wBAOG;AAEH,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC9B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GAC5C,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AACF,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC;AACF,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|