@mlightcad/cad-viewer 1.4.13 → 1.5.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/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/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 +2 -0
- package/dist/command/index.d.ts.map +1 -1
- package/dist/component/MlCadViewer.vue.d.ts +1 -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/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/hatchPatternPreview.d.ts +36 -0
- package/dist/component/common/hatchPatternPreview.d.ts.map +1 -0
- package/dist/component/common/index.d.ts +4 -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/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/MlToolBars.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/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/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 +8 -0
- package/dist/component/ribbon/index.d.ts.map +1 -0
- package/dist/component/ribbon/useHatchContextualRibbon.d.ts +19 -0
- package/dist/component/ribbon/useHatchContextualRibbon.d.ts.map +1 -0
- package/dist/component/statusBar/MlFullScreenButton.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/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/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 +458 -34
- 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 +16580 -8831
- package/dist/locale/en/command.d.ts +7 -1
- package/dist/locale/en/command.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 +238 -0
- package/dist/locale/en/main.d.ts.map +1 -1
- package/dist/locale/zh/command.d.ts +7 -1
- package/dist/locale/zh/command.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 +238 -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 +22 -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/spline/index.d.ts +2 -0
- package/dist/svg/spline/index.d.ts.map +1 -0
- package/package.json +9 -8
|
@@ -176,7 +176,7 @@ export declare function useHover(): {
|
|
|
176
176
|
}[];
|
|
177
177
|
};
|
|
178
178
|
subGetGripPoints: () => import('@mlightcad/data-model').AcGePoint3d[];
|
|
179
|
-
subGetOsnapPoints: (osnapMode: import('@mlightcad/data-model').AcDbOsnapMode, pickPoint: AcGePoint3dLike, lastPoint: AcGePoint3dLike, snapPoints: AcGePoint3dLike[], gsMark?: AcDbObjectId) => void;
|
|
179
|
+
subGetOsnapPoints: (osnapMode: import('@mlightcad/data-model').AcDbOsnapMode, pickPoint: AcGePoint3dLike, lastPoint: AcGePoint3dLike, snapPoints: AcGePoint3dLike[], gsMark?: AcDbObjectId, insertionMat?: import('@mlightcad/data-model').AcGeMatrix3d) => void;
|
|
180
180
|
transformBy: (matrix: import('@mlightcad/data-model').AcGeMatrix3d) => AcDbEntity;
|
|
181
181
|
readonly geometricExtents: {
|
|
182
182
|
min: {
|
|
@@ -495,22 +495,6 @@ export declare function useHover(): {
|
|
|
495
495
|
triggerModifiedEvent: () => void;
|
|
496
496
|
readonly lineStyle: {
|
|
497
497
|
type: import('@mlightcad/data-model').AcGiStyleType;
|
|
498
|
-
arrows?: {
|
|
499
|
-
firstArrow?: {
|
|
500
|
-
type: import('@mlightcad/data-model').AcGiArrowType;
|
|
501
|
-
inversed?: boolean | undefined;
|
|
502
|
-
appended?: boolean | undefined;
|
|
503
|
-
scale?: number | undefined;
|
|
504
|
-
visible: boolean;
|
|
505
|
-
} | undefined;
|
|
506
|
-
secondArrow?: {
|
|
507
|
-
type: import('@mlightcad/data-model').AcGiArrowType;
|
|
508
|
-
inversed?: boolean | undefined;
|
|
509
|
-
appended?: boolean | undefined;
|
|
510
|
-
scale?: number | undefined;
|
|
511
|
-
visible: boolean;
|
|
512
|
-
} | undefined;
|
|
513
|
-
} | undefined;
|
|
514
498
|
name: string;
|
|
515
499
|
standardFlag: number;
|
|
516
500
|
description: string;
|
|
@@ -1531,6 +1515,142 @@ export declare function useHover(): {
|
|
|
1531
1515
|
clone: () => import('@mlightcad/data-model').AcDbLayoutDictionary;
|
|
1532
1516
|
dxfOut: (...args: unknown[]) => unknown;
|
|
1533
1517
|
};
|
|
1518
|
+
readonly mleaderStyle: {
|
|
1519
|
+
readonly numEntries: number;
|
|
1520
|
+
setAt: (key: string, value: import('@mlightcad/data-model').AcDbMLeaderStyle) => void;
|
|
1521
|
+
remove: (name: string) => boolean;
|
|
1522
|
+
removeId: (id: string) => boolean;
|
|
1523
|
+
removeAll: () => void;
|
|
1524
|
+
has: (name: string) => boolean;
|
|
1525
|
+
hasId: (id: string) => boolean;
|
|
1526
|
+
getAt: (name: string) => import('@mlightcad/data-model').AcDbMLeaderStyle | undefined;
|
|
1527
|
+
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbMLeaderStyle | undefined;
|
|
1528
|
+
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbMLeaderStyle>;
|
|
1529
|
+
entries: () => IterableIterator<[string, import('@mlightcad/data-model').AcDbMLeaderStyle]>;
|
|
1530
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbMLeaderStyle>;
|
|
1531
|
+
readonly attrs: {
|
|
1532
|
+
attributes: {
|
|
1533
|
+
[x: string]: any;
|
|
1534
|
+
objectId?: AcDbObjectId | undefined;
|
|
1535
|
+
ownerId?: AcDbObjectId | undefined;
|
|
1536
|
+
extensionDictionary?: AcDbObjectId | undefined;
|
|
1537
|
+
};
|
|
1538
|
+
changed: {
|
|
1539
|
+
[x: string]: any;
|
|
1540
|
+
objectId?: AcDbObjectId | undefined;
|
|
1541
|
+
ownerId?: AcDbObjectId | undefined;
|
|
1542
|
+
extensionDictionary?: AcDbObjectId | undefined;
|
|
1543
|
+
};
|
|
1544
|
+
readonly events: {
|
|
1545
|
+
attrChanged: {
|
|
1546
|
+
addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
1547
|
+
removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
1548
|
+
replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
1549
|
+
dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
|
|
1550
|
+
};
|
|
1551
|
+
modelChanged: {
|
|
1552
|
+
addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
1553
|
+
removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
1554
|
+
replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
1555
|
+
dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
|
|
1556
|
+
};
|
|
1557
|
+
};
|
|
1558
|
+
get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
|
|
1559
|
+
set: {
|
|
1560
|
+
<A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
1561
|
+
(key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
1562
|
+
};
|
|
1563
|
+
has: (key: string) => boolean;
|
|
1564
|
+
hasChanged: (key?: string | undefined) => boolean;
|
|
1565
|
+
changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
1566
|
+
previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
|
|
1567
|
+
previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
1568
|
+
clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
1569
|
+
};
|
|
1570
|
+
getAttr: (attrName: string) => any;
|
|
1571
|
+
getAttrWithoutException: (attrName: string) => any;
|
|
1572
|
+
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
1573
|
+
objectId: AcDbObjectId;
|
|
1574
|
+
readonly isTemp: any;
|
|
1575
|
+
ownerId: AcDbObjectId;
|
|
1576
|
+
extensionDictionary: AcDbObjectId | undefined;
|
|
1577
|
+
database: /*elided*/ any;
|
|
1578
|
+
getXData: (appId: string) => import('@mlightcad/data-model').AcDbResultBuffer | undefined;
|
|
1579
|
+
setXData: (resbuf: import('@mlightcad/data-model').AcDbResultBuffer) => void;
|
|
1580
|
+
removeXData: (appId: string) => void;
|
|
1581
|
+
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
1582
|
+
close: () => void;
|
|
1583
|
+
clone: () => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbMLeaderStyle>;
|
|
1584
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
1585
|
+
};
|
|
1586
|
+
readonly mlineStyle: {
|
|
1587
|
+
readonly numEntries: number;
|
|
1588
|
+
setAt: (key: string, value: import('@mlightcad/data-model').AcDbMlineStyle) => void;
|
|
1589
|
+
remove: (name: string) => boolean;
|
|
1590
|
+
removeId: (id: string) => boolean;
|
|
1591
|
+
removeAll: () => void;
|
|
1592
|
+
has: (name: string) => boolean;
|
|
1593
|
+
hasId: (id: string) => boolean;
|
|
1594
|
+
getAt: (name: string) => import('@mlightcad/data-model').AcDbMlineStyle | undefined;
|
|
1595
|
+
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbMlineStyle | undefined;
|
|
1596
|
+
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbMlineStyle>;
|
|
1597
|
+
entries: () => IterableIterator<[string, import('@mlightcad/data-model').AcDbMlineStyle]>;
|
|
1598
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbMlineStyle>;
|
|
1599
|
+
readonly attrs: {
|
|
1600
|
+
attributes: {
|
|
1601
|
+
[x: string]: any;
|
|
1602
|
+
objectId?: AcDbObjectId | undefined;
|
|
1603
|
+
ownerId?: AcDbObjectId | undefined;
|
|
1604
|
+
extensionDictionary?: AcDbObjectId | undefined;
|
|
1605
|
+
};
|
|
1606
|
+
changed: {
|
|
1607
|
+
[x: string]: any;
|
|
1608
|
+
objectId?: AcDbObjectId | undefined;
|
|
1609
|
+
ownerId?: AcDbObjectId | undefined;
|
|
1610
|
+
extensionDictionary?: AcDbObjectId | undefined;
|
|
1611
|
+
};
|
|
1612
|
+
readonly events: {
|
|
1613
|
+
attrChanged: {
|
|
1614
|
+
addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
1615
|
+
removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
1616
|
+
replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
1617
|
+
dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
|
|
1618
|
+
};
|
|
1619
|
+
modelChanged: {
|
|
1620
|
+
addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
1621
|
+
removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
1622
|
+
replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
1623
|
+
dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
|
|
1624
|
+
};
|
|
1625
|
+
};
|
|
1626
|
+
get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
|
|
1627
|
+
set: {
|
|
1628
|
+
<A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
1629
|
+
(key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
1630
|
+
};
|
|
1631
|
+
has: (key: string) => boolean;
|
|
1632
|
+
hasChanged: (key?: string | undefined) => boolean;
|
|
1633
|
+
changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
1634
|
+
previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
|
|
1635
|
+
previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
1636
|
+
clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
1637
|
+
};
|
|
1638
|
+
getAttr: (attrName: string) => any;
|
|
1639
|
+
getAttrWithoutException: (attrName: string) => any;
|
|
1640
|
+
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
1641
|
+
objectId: AcDbObjectId;
|
|
1642
|
+
readonly isTemp: any;
|
|
1643
|
+
ownerId: AcDbObjectId;
|
|
1644
|
+
extensionDictionary: AcDbObjectId | undefined;
|
|
1645
|
+
database: /*elided*/ any;
|
|
1646
|
+
getXData: (appId: string) => import('@mlightcad/data-model').AcDbResultBuffer | undefined;
|
|
1647
|
+
setXData: (resbuf: import('@mlightcad/data-model').AcDbResultBuffer) => void;
|
|
1648
|
+
removeXData: (appId: string) => void;
|
|
1649
|
+
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
1650
|
+
close: () => void;
|
|
1651
|
+
clone: () => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbMlineStyle>;
|
|
1652
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
1653
|
+
};
|
|
1534
1654
|
readonly xrecord: {
|
|
1535
1655
|
readonly numEntries: number;
|
|
1536
1656
|
setAt: (key: string, value: import('@mlightcad/data-model').AcDbXrecord) => void;
|
|
@@ -1641,8 +1761,99 @@ export declare function useHover(): {
|
|
|
1641
1761
|
toString: () => string;
|
|
1642
1762
|
};
|
|
1643
1763
|
celtscale: number;
|
|
1764
|
+
celtype: string;
|
|
1644
1765
|
celweight: import('@mlightcad/data-model').AcGiLineWeight;
|
|
1766
|
+
cetransparency: {
|
|
1767
|
+
method: import('@mlightcad/data-model').AcCmTransparencyMethod;
|
|
1768
|
+
alpha: number;
|
|
1769
|
+
percentage: number | undefined;
|
|
1770
|
+
readonly isByAlpha: boolean;
|
|
1771
|
+
readonly isByBlock: boolean;
|
|
1772
|
+
readonly isByLayer: boolean;
|
|
1773
|
+
readonly isClear: boolean;
|
|
1774
|
+
readonly isSolid: boolean;
|
|
1775
|
+
readonly isInvalid: boolean;
|
|
1776
|
+
serialize: () => number;
|
|
1777
|
+
clone: () => import('@mlightcad/data-model').AcCmTransparency;
|
|
1778
|
+
equals: (other: import('@mlightcad/data-model').AcCmTransparency) => boolean;
|
|
1779
|
+
toString: () => string;
|
|
1780
|
+
};
|
|
1645
1781
|
clayer: string;
|
|
1782
|
+
cmlstyle: string;
|
|
1783
|
+
cmlscale: number;
|
|
1784
|
+
cmleaderstyle: string;
|
|
1785
|
+
hpbackgroundcolor: {
|
|
1786
|
+
colorMethod: import('@mlightcad/data-model').AcCmColorMethod;
|
|
1787
|
+
readonly red: number | undefined;
|
|
1788
|
+
readonly green: number | undefined;
|
|
1789
|
+
readonly blue: number | undefined;
|
|
1790
|
+
readonly RGB: number | undefined;
|
|
1791
|
+
setRGB: (r: number, g: number, b: number) => import('@mlightcad/data-model').AcCmColor;
|
|
1792
|
+
setRGBValue: (value: number | undefined | null) => import('@mlightcad/data-model').AcCmColor;
|
|
1793
|
+
setRGBFromCss: (cssString: string) => import('@mlightcad/data-model').AcCmColor;
|
|
1794
|
+
setScalar: (scalar: number) => import('@mlightcad/data-model').AcCmColor;
|
|
1795
|
+
readonly hexColor: string | undefined;
|
|
1796
|
+
readonly cssColor: string | undefined;
|
|
1797
|
+
cssColorAlpha: (alpha: number) => string | undefined;
|
|
1798
|
+
colorIndex: number | undefined;
|
|
1799
|
+
readonly isByColor: boolean;
|
|
1800
|
+
readonly isByACI: boolean;
|
|
1801
|
+
readonly isForeground: boolean;
|
|
1802
|
+
setForeground: () => import('@mlightcad/data-model').AcCmColor;
|
|
1803
|
+
readonly isByLayer: boolean;
|
|
1804
|
+
setByLayer: (value?: number) => import('@mlightcad/data-model').AcCmColor;
|
|
1805
|
+
readonly isByBlock: boolean;
|
|
1806
|
+
setByBlock: (value?: number) => import('@mlightcad/data-model').AcCmColor;
|
|
1807
|
+
colorName: string | undefined;
|
|
1808
|
+
clone: () => import('@mlightcad/data-model').AcCmColor;
|
|
1809
|
+
copy: (other: import('@mlightcad/data-model').AcCmColor) => import('@mlightcad/data-model').AcCmColor;
|
|
1810
|
+
equals: (other: import('@mlightcad/data-model').AcCmColor) => boolean;
|
|
1811
|
+
toString: () => string;
|
|
1812
|
+
};
|
|
1813
|
+
hpcolor: {
|
|
1814
|
+
colorMethod: import('@mlightcad/data-model').AcCmColorMethod;
|
|
1815
|
+
readonly red: number | undefined;
|
|
1816
|
+
readonly green: number | undefined;
|
|
1817
|
+
readonly blue: number | undefined;
|
|
1818
|
+
readonly RGB: number | undefined;
|
|
1819
|
+
setRGB: (r: number, g: number, b: number) => import('@mlightcad/data-model').AcCmColor;
|
|
1820
|
+
setRGBValue: (value: number | undefined | null) => import('@mlightcad/data-model').AcCmColor;
|
|
1821
|
+
setRGBFromCss: (cssString: string) => import('@mlightcad/data-model').AcCmColor;
|
|
1822
|
+
setScalar: (scalar: number) => import('@mlightcad/data-model').AcCmColor;
|
|
1823
|
+
readonly hexColor: string | undefined;
|
|
1824
|
+
readonly cssColor: string | undefined;
|
|
1825
|
+
cssColorAlpha: (alpha: number) => string | undefined;
|
|
1826
|
+
colorIndex: number | undefined;
|
|
1827
|
+
readonly isByColor: boolean;
|
|
1828
|
+
readonly isByACI: boolean;
|
|
1829
|
+
readonly isForeground: boolean;
|
|
1830
|
+
setForeground: () => import('@mlightcad/data-model').AcCmColor;
|
|
1831
|
+
readonly isByLayer: boolean;
|
|
1832
|
+
setByLayer: (value?: number) => import('@mlightcad/data-model').AcCmColor;
|
|
1833
|
+
readonly isByBlock: boolean;
|
|
1834
|
+
setByBlock: (value?: number) => import('@mlightcad/data-model').AcCmColor;
|
|
1835
|
+
colorName: string | undefined;
|
|
1836
|
+
clone: () => import('@mlightcad/data-model').AcCmColor;
|
|
1837
|
+
copy: (other: import('@mlightcad/data-model').AcCmColor) => import('@mlightcad/data-model').AcCmColor;
|
|
1838
|
+
equals: (other: import('@mlightcad/data-model').AcCmColor) => boolean;
|
|
1839
|
+
toString: () => string;
|
|
1840
|
+
};
|
|
1841
|
+
hplayer: string;
|
|
1842
|
+
hptransparency: {
|
|
1843
|
+
method: import('@mlightcad/data-model').AcCmTransparencyMethod;
|
|
1844
|
+
alpha: number;
|
|
1845
|
+
percentage: number | undefined;
|
|
1846
|
+
readonly isByAlpha: boolean;
|
|
1847
|
+
readonly isByBlock: boolean;
|
|
1848
|
+
readonly isByLayer: boolean;
|
|
1849
|
+
readonly isClear: boolean;
|
|
1850
|
+
readonly isSolid: boolean;
|
|
1851
|
+
readonly isInvalid: boolean;
|
|
1852
|
+
serialize: () => number;
|
|
1853
|
+
clone: () => import('@mlightcad/data-model').AcCmTransparency;
|
|
1854
|
+
equals: (other: import('@mlightcad/data-model').AcCmTransparency) => boolean;
|
|
1855
|
+
toString: () => string;
|
|
1856
|
+
};
|
|
1646
1857
|
textstyle: string;
|
|
1647
1858
|
angBase: number;
|
|
1648
1859
|
angDir: number;
|
|
@@ -2107,6 +2318,7 @@ export declare function useHover(): {
|
|
|
2107
2318
|
dxfOut: (_fileName?: string, precision?: number, version?: import('@mlightcad/data-model').AcDbDwgVersion | string | number, _saveThumbnailImage?: boolean) => string;
|
|
2108
2319
|
regen: () => Promise<void>;
|
|
2109
2320
|
createDefaultData: (options?: import('@mlightcad/data-model').AcDbCreateDefaultDataOptions) => void;
|
|
2321
|
+
ensureEntityStyleDefaults: (entity: AcDbEntity) => void;
|
|
2110
2322
|
readonly attrs: {
|
|
2111
2323
|
attributes: {
|
|
2112
2324
|
[x: string]: any;
|
|
@@ -2285,7 +2497,7 @@ export declare function useHover(): {
|
|
|
2285
2497
|
}[];
|
|
2286
2498
|
};
|
|
2287
2499
|
subGetGripPoints: () => import('@mlightcad/data-model').AcGePoint3d[];
|
|
2288
|
-
subGetOsnapPoints: (osnapMode: import('@mlightcad/data-model').AcDbOsnapMode, pickPoint: AcGePoint3dLike, lastPoint: AcGePoint3dLike, snapPoints: AcGePoint3dLike[], gsMark?: AcDbObjectId) => void;
|
|
2500
|
+
subGetOsnapPoints: (osnapMode: import('@mlightcad/data-model').AcDbOsnapMode, pickPoint: AcGePoint3dLike, lastPoint: AcGePoint3dLike, snapPoints: AcGePoint3dLike[], gsMark?: AcDbObjectId, insertionMat?: import('@mlightcad/data-model').AcGeMatrix3d) => void;
|
|
2289
2501
|
transformBy: (matrix: import('@mlightcad/data-model').AcGeMatrix3d) => AcDbEntity;
|
|
2290
2502
|
readonly geometricExtents: {
|
|
2291
2503
|
min: {
|
|
@@ -2604,22 +2816,6 @@ export declare function useHover(): {
|
|
|
2604
2816
|
triggerModifiedEvent: () => void;
|
|
2605
2817
|
readonly lineStyle: {
|
|
2606
2818
|
type: import('@mlightcad/data-model').AcGiStyleType;
|
|
2607
|
-
arrows?: {
|
|
2608
|
-
firstArrow?: {
|
|
2609
|
-
type: import('@mlightcad/data-model').AcGiArrowType;
|
|
2610
|
-
inversed?: boolean | undefined;
|
|
2611
|
-
appended?: boolean | undefined;
|
|
2612
|
-
scale?: number | undefined;
|
|
2613
|
-
visible: boolean;
|
|
2614
|
-
} | undefined;
|
|
2615
|
-
secondArrow?: {
|
|
2616
|
-
type: import('@mlightcad/data-model').AcGiArrowType;
|
|
2617
|
-
inversed?: boolean | undefined;
|
|
2618
|
-
appended?: boolean | undefined;
|
|
2619
|
-
scale?: number | undefined;
|
|
2620
|
-
visible: boolean;
|
|
2621
|
-
} | undefined;
|
|
2622
|
-
} | undefined;
|
|
2623
2819
|
name: string;
|
|
2624
2820
|
standardFlag: number;
|
|
2625
2821
|
description: string;
|
|
@@ -3640,6 +3836,142 @@ export declare function useHover(): {
|
|
|
3640
3836
|
clone: () => import('@mlightcad/data-model').AcDbLayoutDictionary;
|
|
3641
3837
|
dxfOut: (...args: unknown[]) => unknown;
|
|
3642
3838
|
};
|
|
3839
|
+
readonly mleaderStyle: {
|
|
3840
|
+
readonly numEntries: number;
|
|
3841
|
+
setAt: (key: string, value: import('@mlightcad/data-model').AcDbMLeaderStyle) => void;
|
|
3842
|
+
remove: (name: string) => boolean;
|
|
3843
|
+
removeId: (id: string) => boolean;
|
|
3844
|
+
removeAll: () => void;
|
|
3845
|
+
has: (name: string) => boolean;
|
|
3846
|
+
hasId: (id: string) => boolean;
|
|
3847
|
+
getAt: (name: string) => import('@mlightcad/data-model').AcDbMLeaderStyle | undefined;
|
|
3848
|
+
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbMLeaderStyle | undefined;
|
|
3849
|
+
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbMLeaderStyle>;
|
|
3850
|
+
entries: () => IterableIterator<[string, import('@mlightcad/data-model').AcDbMLeaderStyle]>;
|
|
3851
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbMLeaderStyle>;
|
|
3852
|
+
readonly attrs: {
|
|
3853
|
+
attributes: {
|
|
3854
|
+
[x: string]: any;
|
|
3855
|
+
objectId?: AcDbObjectId | undefined;
|
|
3856
|
+
ownerId?: AcDbObjectId | undefined;
|
|
3857
|
+
extensionDictionary?: AcDbObjectId | undefined;
|
|
3858
|
+
};
|
|
3859
|
+
changed: {
|
|
3860
|
+
[x: string]: any;
|
|
3861
|
+
objectId?: AcDbObjectId | undefined;
|
|
3862
|
+
ownerId?: AcDbObjectId | undefined;
|
|
3863
|
+
extensionDictionary?: AcDbObjectId | undefined;
|
|
3864
|
+
};
|
|
3865
|
+
readonly events: {
|
|
3866
|
+
attrChanged: {
|
|
3867
|
+
addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
3868
|
+
removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
3869
|
+
replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
3870
|
+
dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
|
|
3871
|
+
};
|
|
3872
|
+
modelChanged: {
|
|
3873
|
+
addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
3874
|
+
removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
3875
|
+
replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
3876
|
+
dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
|
|
3877
|
+
};
|
|
3878
|
+
};
|
|
3879
|
+
get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
|
|
3880
|
+
set: {
|
|
3881
|
+
<A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
3882
|
+
(key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
3883
|
+
};
|
|
3884
|
+
has: (key: string) => boolean;
|
|
3885
|
+
hasChanged: (key?: string | undefined) => boolean;
|
|
3886
|
+
changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
3887
|
+
previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
|
|
3888
|
+
previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
3889
|
+
clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
3890
|
+
};
|
|
3891
|
+
getAttr: (attrName: string) => any;
|
|
3892
|
+
getAttrWithoutException: (attrName: string) => any;
|
|
3893
|
+
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
3894
|
+
objectId: AcDbObjectId;
|
|
3895
|
+
readonly isTemp: any;
|
|
3896
|
+
ownerId: AcDbObjectId;
|
|
3897
|
+
extensionDictionary: AcDbObjectId | undefined;
|
|
3898
|
+
database: /*elided*/ any;
|
|
3899
|
+
getXData: (appId: string) => import('@mlightcad/data-model').AcDbResultBuffer | undefined;
|
|
3900
|
+
setXData: (resbuf: import('@mlightcad/data-model').AcDbResultBuffer) => void;
|
|
3901
|
+
removeXData: (appId: string) => void;
|
|
3902
|
+
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
3903
|
+
close: () => void;
|
|
3904
|
+
clone: () => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbMLeaderStyle>;
|
|
3905
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
3906
|
+
};
|
|
3907
|
+
readonly mlineStyle: {
|
|
3908
|
+
readonly numEntries: number;
|
|
3909
|
+
setAt: (key: string, value: import('@mlightcad/data-model').AcDbMlineStyle) => void;
|
|
3910
|
+
remove: (name: string) => boolean;
|
|
3911
|
+
removeId: (id: string) => boolean;
|
|
3912
|
+
removeAll: () => void;
|
|
3913
|
+
has: (name: string) => boolean;
|
|
3914
|
+
hasId: (id: string) => boolean;
|
|
3915
|
+
getAt: (name: string) => import('@mlightcad/data-model').AcDbMlineStyle | undefined;
|
|
3916
|
+
getIdAt: (id: AcDbObjectId) => import('@mlightcad/data-model').AcDbMlineStyle | undefined;
|
|
3917
|
+
newIterator: () => import('@mlightcad/data-model').AcDbObjectIterator<import('@mlightcad/data-model').AcDbMlineStyle>;
|
|
3918
|
+
entries: () => IterableIterator<[string, import('@mlightcad/data-model').AcDbMlineStyle]>;
|
|
3919
|
+
dxfOutFields: (filer: import('@mlightcad/data-model').AcDbDxfFiler) => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbMlineStyle>;
|
|
3920
|
+
readonly attrs: {
|
|
3921
|
+
attributes: {
|
|
3922
|
+
[x: string]: any;
|
|
3923
|
+
objectId?: AcDbObjectId | undefined;
|
|
3924
|
+
ownerId?: AcDbObjectId | undefined;
|
|
3925
|
+
extensionDictionary?: AcDbObjectId | undefined;
|
|
3926
|
+
};
|
|
3927
|
+
changed: {
|
|
3928
|
+
[x: string]: any;
|
|
3929
|
+
objectId?: AcDbObjectId | undefined;
|
|
3930
|
+
ownerId?: AcDbObjectId | undefined;
|
|
3931
|
+
extensionDictionary?: AcDbObjectId | undefined;
|
|
3932
|
+
};
|
|
3933
|
+
readonly events: {
|
|
3934
|
+
attrChanged: {
|
|
3935
|
+
addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
3936
|
+
removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
3937
|
+
replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
3938
|
+
dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectAttributeChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
|
|
3939
|
+
};
|
|
3940
|
+
modelChanged: {
|
|
3941
|
+
addEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
3942
|
+
removeEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
3943
|
+
replaceEventListener: (listener: (payload: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs>) => void) => void;
|
|
3944
|
+
dispatch: (payload?: import('@mlightcad/data-model').AcCmObjectChangedEventArgs<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined, ...args: unknown[]) => void;
|
|
3945
|
+
};
|
|
3946
|
+
};
|
|
3947
|
+
get: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined;
|
|
3948
|
+
set: {
|
|
3949
|
+
<A extends string>(key: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
3950
|
+
(key: Partial<import('@mlightcad/data-model').AcDbObjectAttrs>, options?: import('@mlightcad/data-model').AcCmObjectOptions): import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
3951
|
+
};
|
|
3952
|
+
has: (key: string) => boolean;
|
|
3953
|
+
hasChanged: (key?: string | undefined) => boolean;
|
|
3954
|
+
changedAttributes: (diff?: Partial<import('@mlightcad/data-model').AcDbObjectAttrs> | undefined) => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
3955
|
+
previous: <A extends string>(key: A) => import('@mlightcad/data-model').AcDbObjectAttrs[A] | null | undefined;
|
|
3956
|
+
previousAttributes: () => Partial<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
3957
|
+
clone: () => import('@mlightcad/data-model').AcCmObject<import('@mlightcad/data-model').AcDbObjectAttrs>;
|
|
3958
|
+
};
|
|
3959
|
+
getAttr: (attrName: string) => any;
|
|
3960
|
+
getAttrWithoutException: (attrName: string) => any;
|
|
3961
|
+
setAttr: <A extends string>(attrName: A, val?: import('@mlightcad/data-model').AcDbObjectAttrs[A] | undefined) => void;
|
|
3962
|
+
objectId: AcDbObjectId;
|
|
3963
|
+
readonly isTemp: any;
|
|
3964
|
+
ownerId: AcDbObjectId;
|
|
3965
|
+
extensionDictionary: AcDbObjectId | undefined;
|
|
3966
|
+
database: /*elided*/ any;
|
|
3967
|
+
getXData: (appId: string) => import('@mlightcad/data-model').AcDbResultBuffer | undefined;
|
|
3968
|
+
setXData: (resbuf: import('@mlightcad/data-model').AcDbResultBuffer) => void;
|
|
3969
|
+
removeXData: (appId: string) => void;
|
|
3970
|
+
createExtensionDictionary: () => AcDbObjectId | undefined;
|
|
3971
|
+
close: () => void;
|
|
3972
|
+
clone: () => import('@mlightcad/data-model').AcDbDictionary<import('@mlightcad/data-model').AcDbMlineStyle>;
|
|
3973
|
+
dxfOut: (...args: unknown[]) => unknown;
|
|
3974
|
+
};
|
|
3643
3975
|
readonly xrecord: {
|
|
3644
3976
|
readonly numEntries: number;
|
|
3645
3977
|
setAt: (key: string, value: import('@mlightcad/data-model').AcDbXrecord) => void;
|
|
@@ -3750,8 +4082,99 @@ export declare function useHover(): {
|
|
|
3750
4082
|
toString: () => string;
|
|
3751
4083
|
};
|
|
3752
4084
|
celtscale: number;
|
|
4085
|
+
celtype: string;
|
|
3753
4086
|
celweight: import('@mlightcad/data-model').AcGiLineWeight;
|
|
4087
|
+
cetransparency: {
|
|
4088
|
+
method: import('@mlightcad/data-model').AcCmTransparencyMethod;
|
|
4089
|
+
alpha: number;
|
|
4090
|
+
percentage: number | undefined;
|
|
4091
|
+
readonly isByAlpha: boolean;
|
|
4092
|
+
readonly isByBlock: boolean;
|
|
4093
|
+
readonly isByLayer: boolean;
|
|
4094
|
+
readonly isClear: boolean;
|
|
4095
|
+
readonly isSolid: boolean;
|
|
4096
|
+
readonly isInvalid: boolean;
|
|
4097
|
+
serialize: () => number;
|
|
4098
|
+
clone: () => import('@mlightcad/data-model').AcCmTransparency;
|
|
4099
|
+
equals: (other: import('@mlightcad/data-model').AcCmTransparency) => boolean;
|
|
4100
|
+
toString: () => string;
|
|
4101
|
+
};
|
|
3754
4102
|
clayer: string;
|
|
4103
|
+
cmlstyle: string;
|
|
4104
|
+
cmlscale: number;
|
|
4105
|
+
cmleaderstyle: string;
|
|
4106
|
+
hpbackgroundcolor: {
|
|
4107
|
+
colorMethod: import('@mlightcad/data-model').AcCmColorMethod;
|
|
4108
|
+
readonly red: number | undefined;
|
|
4109
|
+
readonly green: number | undefined;
|
|
4110
|
+
readonly blue: number | undefined;
|
|
4111
|
+
readonly RGB: number | undefined;
|
|
4112
|
+
setRGB: (r: number, g: number, b: number) => import('@mlightcad/data-model').AcCmColor;
|
|
4113
|
+
setRGBValue: (value: number | undefined | null) => import('@mlightcad/data-model').AcCmColor;
|
|
4114
|
+
setRGBFromCss: (cssString: string) => import('@mlightcad/data-model').AcCmColor;
|
|
4115
|
+
setScalar: (scalar: number) => import('@mlightcad/data-model').AcCmColor;
|
|
4116
|
+
readonly hexColor: string | undefined;
|
|
4117
|
+
readonly cssColor: string | undefined;
|
|
4118
|
+
cssColorAlpha: (alpha: number) => string | undefined;
|
|
4119
|
+
colorIndex: number | undefined;
|
|
4120
|
+
readonly isByColor: boolean;
|
|
4121
|
+
readonly isByACI: boolean;
|
|
4122
|
+
readonly isForeground: boolean;
|
|
4123
|
+
setForeground: () => import('@mlightcad/data-model').AcCmColor;
|
|
4124
|
+
readonly isByLayer: boolean;
|
|
4125
|
+
setByLayer: (value?: number) => import('@mlightcad/data-model').AcCmColor;
|
|
4126
|
+
readonly isByBlock: boolean;
|
|
4127
|
+
setByBlock: (value?: number) => import('@mlightcad/data-model').AcCmColor;
|
|
4128
|
+
colorName: string | undefined;
|
|
4129
|
+
clone: () => import('@mlightcad/data-model').AcCmColor;
|
|
4130
|
+
copy: (other: import('@mlightcad/data-model').AcCmColor) => import('@mlightcad/data-model').AcCmColor;
|
|
4131
|
+
equals: (other: import('@mlightcad/data-model').AcCmColor) => boolean;
|
|
4132
|
+
toString: () => string;
|
|
4133
|
+
};
|
|
4134
|
+
hpcolor: {
|
|
4135
|
+
colorMethod: import('@mlightcad/data-model').AcCmColorMethod;
|
|
4136
|
+
readonly red: number | undefined;
|
|
4137
|
+
readonly green: number | undefined;
|
|
4138
|
+
readonly blue: number | undefined;
|
|
4139
|
+
readonly RGB: number | undefined;
|
|
4140
|
+
setRGB: (r: number, g: number, b: number) => import('@mlightcad/data-model').AcCmColor;
|
|
4141
|
+
setRGBValue: (value: number | undefined | null) => import('@mlightcad/data-model').AcCmColor;
|
|
4142
|
+
setRGBFromCss: (cssString: string) => import('@mlightcad/data-model').AcCmColor;
|
|
4143
|
+
setScalar: (scalar: number) => import('@mlightcad/data-model').AcCmColor;
|
|
4144
|
+
readonly hexColor: string | undefined;
|
|
4145
|
+
readonly cssColor: string | undefined;
|
|
4146
|
+
cssColorAlpha: (alpha: number) => string | undefined;
|
|
4147
|
+
colorIndex: number | undefined;
|
|
4148
|
+
readonly isByColor: boolean;
|
|
4149
|
+
readonly isByACI: boolean;
|
|
4150
|
+
readonly isForeground: boolean;
|
|
4151
|
+
setForeground: () => import('@mlightcad/data-model').AcCmColor;
|
|
4152
|
+
readonly isByLayer: boolean;
|
|
4153
|
+
setByLayer: (value?: number) => import('@mlightcad/data-model').AcCmColor;
|
|
4154
|
+
readonly isByBlock: boolean;
|
|
4155
|
+
setByBlock: (value?: number) => import('@mlightcad/data-model').AcCmColor;
|
|
4156
|
+
colorName: string | undefined;
|
|
4157
|
+
clone: () => import('@mlightcad/data-model').AcCmColor;
|
|
4158
|
+
copy: (other: import('@mlightcad/data-model').AcCmColor) => import('@mlightcad/data-model').AcCmColor;
|
|
4159
|
+
equals: (other: import('@mlightcad/data-model').AcCmColor) => boolean;
|
|
4160
|
+
toString: () => string;
|
|
4161
|
+
};
|
|
4162
|
+
hplayer: string;
|
|
4163
|
+
hptransparency: {
|
|
4164
|
+
method: import('@mlightcad/data-model').AcCmTransparencyMethod;
|
|
4165
|
+
alpha: number;
|
|
4166
|
+
percentage: number | undefined;
|
|
4167
|
+
readonly isByAlpha: boolean;
|
|
4168
|
+
readonly isByBlock: boolean;
|
|
4169
|
+
readonly isByLayer: boolean;
|
|
4170
|
+
readonly isClear: boolean;
|
|
4171
|
+
readonly isSolid: boolean;
|
|
4172
|
+
readonly isInvalid: boolean;
|
|
4173
|
+
serialize: () => number;
|
|
4174
|
+
clone: () => import('@mlightcad/data-model').AcCmTransparency;
|
|
4175
|
+
equals: (other: import('@mlightcad/data-model').AcCmTransparency) => boolean;
|
|
4176
|
+
toString: () => string;
|
|
4177
|
+
};
|
|
3755
4178
|
textstyle: string;
|
|
3756
4179
|
angBase: number;
|
|
3757
4180
|
angDir: number;
|
|
@@ -4216,6 +4639,7 @@ export declare function useHover(): {
|
|
|
4216
4639
|
dxfOut: (_fileName?: string, precision?: number, version?: import('@mlightcad/data-model').AcDbDwgVersion | string | number, _saveThumbnailImage?: boolean) => string;
|
|
4217
4640
|
regen: () => Promise<void>;
|
|
4218
4641
|
createDefaultData: (options?: import('@mlightcad/data-model').AcDbCreateDefaultDataOptions) => void;
|
|
4642
|
+
ensureEntityStyleDefaults: (entity: AcDbEntity) => void;
|
|
4219
4643
|
readonly attrs: {
|
|
4220
4644
|
attributes: {
|
|
4221
4645
|
[x: string]: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useHover.d.ts","sourceRoot":"","sources":["../../src/composable/useHover.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAGhE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0DG;AACH,wBAAgB,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"useHover.d.ts","sourceRoot":"","sources":["../../src/composable/useHover.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAGhE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0DG;AACH,wBAAgB,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iGAuDs5Q,eAAgB,aAAY,eAAgB,cAAa,eAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iGAAzE,eAAgB,aAAY,eAAgB,cAAa,eAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EADt/Q"}
|