@itwin/appui-abstract 4.0.0-dev.48 → 4.0.0-dev.51
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/lib/cjs/appui-abstract/BaseUiItemsProvider.d.ts +30 -30
- package/lib/cjs/appui-abstract/BaseUiItemsProvider.js +79 -79
- package/lib/cjs/appui-abstract/BaseUiItemsProvider.js.map +1 -1
- package/lib/cjs/appui-abstract/UiAdmin.d.ts +221 -221
- package/lib/cjs/appui-abstract/UiAdmin.js +224 -224
- package/lib/cjs/appui-abstract/UiAdmin.js.map +1 -1
- package/lib/cjs/appui-abstract/UiItemsManager.d.ts +113 -113
- package/lib/cjs/appui-abstract/UiItemsManager.js +193 -193
- package/lib/cjs/appui-abstract/UiItemsManager.js.map +1 -1
- package/lib/cjs/appui-abstract/UiItemsProvider.d.ts +29 -29
- package/lib/cjs/appui-abstract/UiItemsProvider.js +9 -9
- package/lib/cjs/appui-abstract/UiItemsProvider.js.map +1 -1
- package/lib/cjs/appui-abstract/backstage/BackstageItem.d.ts +91 -91
- package/lib/cjs/appui-abstract/backstage/BackstageItem.js +70 -70
- package/lib/cjs/appui-abstract/backstage/BackstageItem.js.map +1 -1
- package/lib/cjs/appui-abstract/backstage/BackstageItemsManager.d.ts +38 -38
- package/lib/cjs/appui-abstract/backstage/BackstageItemsManager.js +133 -133
- package/lib/cjs/appui-abstract/backstage/BackstageItemsManager.js.map +1 -1
- package/lib/cjs/appui-abstract/common/KeyboardKey.d.ts +51 -51
- package/lib/cjs/appui-abstract/common/KeyboardKey.js +63 -63
- package/lib/cjs/appui-abstract/common/KeyboardKey.js.map +1 -1
- package/lib/cjs/appui-abstract/content/ContentLayoutProps.d.ts +62 -62
- package/lib/cjs/appui-abstract/content/ContentLayoutProps.js +9 -9
- package/lib/cjs/appui-abstract/content/ContentLayoutProps.js.map +1 -1
- package/lib/cjs/appui-abstract/content/StandardContentLayouts.d.ts +19 -19
- package/lib/cjs/appui-abstract/content/StandardContentLayouts.js +108 -108
- package/lib/cjs/appui-abstract/content/StandardContentLayouts.js.map +1 -1
- package/lib/cjs/appui-abstract/dialogs/DialogItem.d.ts +76 -76
- package/lib/cjs/appui-abstract/dialogs/DialogItem.js +67 -67
- package/lib/cjs/appui-abstract/dialogs/DialogItem.js.map +1 -1
- package/lib/cjs/appui-abstract/dialogs/UiDataProvider.d.ts +55 -55
- package/lib/cjs/appui-abstract/dialogs/UiDataProvider.js +66 -66
- package/lib/cjs/appui-abstract/dialogs/UiDataProvider.js.map +1 -1
- package/lib/cjs/appui-abstract/dialogs/UiLayoutDataProvider.d.ts +97 -97
- package/lib/cjs/appui-abstract/dialogs/UiLayoutDataProvider.js +175 -175
- package/lib/cjs/appui-abstract/dialogs/UiLayoutDataProvider.js.map +1 -1
- package/lib/cjs/appui-abstract/items/AbstractItemProps.d.ts +53 -53
- package/lib/cjs/appui-abstract/items/AbstractItemProps.js +9 -9
- package/lib/cjs/appui-abstract/items/AbstractItemProps.js.map +1 -1
- package/lib/cjs/appui-abstract/items/AbstractMenuItemProps.d.ts +20 -20
- package/lib/cjs/appui-abstract/items/AbstractMenuItemProps.js +9 -9
- package/lib/cjs/appui-abstract/items/AbstractMenuItemProps.js.map +1 -1
- package/lib/cjs/appui-abstract/items/AbstractToolbarProps.d.ts +13 -13
- package/lib/cjs/appui-abstract/items/AbstractToolbarProps.js +9 -9
- package/lib/cjs/appui-abstract/items/AbstractToolbarProps.js.map +1 -1
- package/lib/cjs/appui-abstract/items/BadgeType.d.ts +14 -14
- package/lib/cjs/appui-abstract/items/BadgeType.js +22 -22
- package/lib/cjs/appui-abstract/items/BadgeType.js.map +1 -1
- package/lib/cjs/appui-abstract/items/ConditionalBooleanValue.d.ts +27 -27
- package/lib/cjs/appui-abstract/items/ConditionalBooleanValue.js +60 -60
- package/lib/cjs/appui-abstract/items/ConditionalBooleanValue.js.map +1 -1
- package/lib/cjs/appui-abstract/items/ConditionalStringValue.d.ts +29 -29
- package/lib/cjs/appui-abstract/items/ConditionalStringValue.js +62 -62
- package/lib/cjs/appui-abstract/items/ConditionalStringValue.js.map +1 -1
- package/lib/cjs/appui-abstract/items/ProvidedItem.d.ts +11 -11
- package/lib/cjs/appui-abstract/items/ProvidedItem.js +9 -9
- package/lib/cjs/appui-abstract/items/ProvidedItem.js.map +1 -1
- package/lib/cjs/appui-abstract/items/RelativePosition.d.ts +18 -18
- package/lib/cjs/appui-abstract/items/RelativePosition.js +26 -26
- package/lib/cjs/appui-abstract/items/RelativePosition.js.map +1 -1
- package/lib/cjs/appui-abstract/items/StageUsage.d.ts +16 -16
- package/lib/cjs/appui-abstract/items/StageUsage.js +24 -24
- package/lib/cjs/appui-abstract/items/StageUsage.js.map +1 -1
- package/lib/cjs/appui-abstract/notification/MessagePresenter.d.ts +42 -42
- package/lib/cjs/appui-abstract/notification/MessagePresenter.js +24 -24
- package/lib/cjs/appui-abstract/notification/MessagePresenter.js.map +1 -1
- package/lib/cjs/appui-abstract/notification/MessageSeverity.d.ts +15 -15
- package/lib/cjs/appui-abstract/notification/MessageSeverity.js +23 -23
- package/lib/cjs/appui-abstract/notification/MessageSeverity.js.map +1 -1
- package/lib/cjs/appui-abstract/properties/Description.d.ts +127 -127
- package/lib/cjs/appui-abstract/properties/Description.js +196 -196
- package/lib/cjs/appui-abstract/properties/Description.js.map +1 -1
- package/lib/cjs/appui-abstract/properties/EditorParams.d.ts +260 -260
- package/lib/cjs/appui-abstract/properties/EditorParams.js +106 -106
- package/lib/cjs/appui-abstract/properties/EditorParams.js.map +1 -1
- package/lib/cjs/appui-abstract/properties/PrimitiveTypes.d.ts +60 -60
- package/lib/cjs/appui-abstract/properties/PrimitiveTypes.js +9 -9
- package/lib/cjs/appui-abstract/properties/PrimitiveTypes.js.map +1 -1
- package/lib/cjs/appui-abstract/properties/Record.d.ts +57 -57
- package/lib/cjs/appui-abstract/properties/Record.js +78 -78
- package/lib/cjs/appui-abstract/properties/Record.js.map +1 -1
- package/lib/cjs/appui-abstract/properties/StandardEditorNames.d.ts +22 -22
- package/lib/cjs/appui-abstract/properties/StandardEditorNames.js +30 -30
- package/lib/cjs/appui-abstract/properties/StandardEditorNames.js.map +1 -1
- package/lib/cjs/appui-abstract/properties/StandardTypeNames.d.ts +30 -30
- package/lib/cjs/appui-abstract/properties/StandardTypeNames.js +39 -39
- package/lib/cjs/appui-abstract/properties/StandardTypeNames.js.map +1 -1
- package/lib/cjs/appui-abstract/properties/Value.d.ts +49 -49
- package/lib/cjs/appui-abstract/properties/Value.js +20 -20
- package/lib/cjs/appui-abstract/properties/Value.js.map +1 -1
- package/lib/cjs/appui-abstract/quantity/BaseQuantityDescription.d.ts +22 -22
- package/lib/cjs/appui-abstract/quantity/BaseQuantityDescription.js +48 -48
- package/lib/cjs/appui-abstract/quantity/BaseQuantityDescription.js.map +1 -1
- package/lib/cjs/appui-abstract/statusbar/StatusBarItem.d.ts +128 -128
- package/lib/cjs/appui-abstract/statusbar/StatusBarItem.js +87 -87
- package/lib/cjs/appui-abstract/statusbar/StatusBarItem.js.map +1 -1
- package/lib/cjs/appui-abstract/statusbar/StatusBarItemsManager.d.ts +39 -39
- package/lib/cjs/appui-abstract/statusbar/StatusBarItemsManager.js +135 -135
- package/lib/cjs/appui-abstract/statusbar/StatusBarItemsManager.js.map +1 -1
- package/lib/cjs/appui-abstract/toolbars/ToolbarItem.d.ts +121 -121
- package/lib/cjs/appui-abstract/toolbars/ToolbarItem.js +64 -64
- package/lib/cjs/appui-abstract/toolbars/ToolbarItem.js.map +1 -1
- package/lib/cjs/appui-abstract/toolbars/ToolbarItemsManager.d.ts +45 -45
- package/lib/cjs/appui-abstract/toolbars/ToolbarItemsManager.js +235 -235
- package/lib/cjs/appui-abstract/toolbars/ToolbarItemsManager.js.map +1 -1
- package/lib/cjs/appui-abstract/utils/IconSpecUtilities.d.ts +29 -29
- package/lib/cjs/appui-abstract/utils/IconSpecUtilities.js +51 -51
- package/lib/cjs/appui-abstract/utils/IconSpecUtilities.js.map +1 -1
- package/lib/cjs/appui-abstract/utils/PointProps.d.ts +10 -10
- package/lib/cjs/appui-abstract/utils/PointProps.js +9 -9
- package/lib/cjs/appui-abstract/utils/PointProps.js.map +1 -1
- package/lib/cjs/appui-abstract/utils/UiError.d.ts +12 -12
- package/lib/cjs/appui-abstract/utils/UiError.js +22 -22
- package/lib/cjs/appui-abstract/utils/UiError.js.map +1 -1
- package/lib/cjs/appui-abstract/utils/UiEvent.d.ts +9 -9
- package/lib/cjs/appui-abstract/utils/UiEvent.js +17 -17
- package/lib/cjs/appui-abstract/utils/UiEvent.js.map +1 -1
- package/lib/cjs/appui-abstract/utils/UiEventDispatcher.d.ts +46 -46
- package/lib/cjs/appui-abstract/utils/UiEventDispatcher.js +131 -131
- package/lib/cjs/appui-abstract/utils/UiEventDispatcher.js.map +1 -1
- package/lib/cjs/appui-abstract/utils/callbacks.d.ts +20 -20
- package/lib/cjs/appui-abstract/utils/callbacks.js +9 -9
- package/lib/cjs/appui-abstract/utils/callbacks.js.map +1 -1
- package/lib/cjs/appui-abstract/utils/filter/charCode.d.ts +416 -416
- package/lib/cjs/appui-abstract/utils/filter/charCode.js +6 -6
- package/lib/cjs/appui-abstract/utils/filter/charCode.js.map +1 -1
- package/lib/cjs/appui-abstract/utils/filter/filters.d.ts +98 -98
- package/lib/cjs/appui-abstract/utils/filter/filters.js +709 -709
- package/lib/cjs/appui-abstract/utils/filter/filters.js.map +1 -1
- package/lib/cjs/appui-abstract/utils/filter/map.d.ts +59 -59
- package/lib/cjs/appui-abstract/utils/filter/map.js +402 -402
- package/lib/cjs/appui-abstract/utils/filter/map.js.map +1 -1
- package/lib/cjs/appui-abstract/utils/filter/strings.d.ts +20 -20
- package/lib/cjs/appui-abstract/utils/filter/strings.js +78 -78
- package/lib/cjs/appui-abstract/utils/filter/strings.js.map +1 -1
- package/lib/cjs/appui-abstract/utils/isLetter.d.ts +9 -9
- package/lib/cjs/appui-abstract/utils/isLetter.js +19 -19
- package/lib/cjs/appui-abstract/utils/isLetter.js.map +1 -1
- package/lib/cjs/appui-abstract/utils/misc.d.ts +11 -11
- package/lib/cjs/appui-abstract/utils/misc.js +36 -36
- package/lib/cjs/appui-abstract/utils/misc.js.map +1 -1
- package/lib/cjs/appui-abstract/widget/AbstractWidgetProps.d.ts +86 -86
- package/lib/cjs/appui-abstract/widget/AbstractWidgetProps.js +9 -9
- package/lib/cjs/appui-abstract/widget/AbstractWidgetProps.js.map +1 -1
- package/lib/cjs/appui-abstract/widget/StagePanel.d.ts +36 -36
- package/lib/cjs/appui-abstract/widget/StagePanel.js +46 -46
- package/lib/cjs/appui-abstract/widget/StagePanel.js.map +1 -1
- package/lib/cjs/appui-abstract/widget/WidgetState.d.ts +19 -19
- package/lib/cjs/appui-abstract/widget/WidgetState.js +27 -27
- package/lib/cjs/appui-abstract/widget/WidgetState.js.map +1 -1
- package/lib/cjs/appui-abstract.d.ts +103 -103
- package/lib/cjs/appui-abstract.js +119 -119
- package/lib/cjs/appui-abstract.js.map +1 -1
- package/lib/esm/appui-abstract/BaseUiItemsProvider.d.ts +30 -30
- package/lib/esm/appui-abstract/BaseUiItemsProvider.js +75 -75
- package/lib/esm/appui-abstract/BaseUiItemsProvider.js.map +1 -1
- package/lib/esm/appui-abstract/UiAdmin.d.ts +221 -221
- package/lib/esm/appui-abstract/UiAdmin.js +219 -219
- package/lib/esm/appui-abstract/UiAdmin.js.map +1 -1
- package/lib/esm/appui-abstract/UiItemsManager.d.ts +113 -113
- package/lib/esm/appui-abstract/UiItemsManager.js +189 -189
- package/lib/esm/appui-abstract/UiItemsManager.js.map +1 -1
- package/lib/esm/appui-abstract/UiItemsProvider.d.ts +29 -29
- package/lib/esm/appui-abstract/UiItemsProvider.js +8 -8
- package/lib/esm/appui-abstract/UiItemsProvider.js.map +1 -1
- package/lib/esm/appui-abstract/backstage/BackstageItem.d.ts +91 -91
- package/lib/esm/appui-abstract/backstage/BackstageItem.js +64 -64
- package/lib/esm/appui-abstract/backstage/BackstageItem.js.map +1 -1
- package/lib/esm/appui-abstract/backstage/BackstageItemsManager.d.ts +38 -38
- package/lib/esm/appui-abstract/backstage/BackstageItemsManager.js +129 -129
- package/lib/esm/appui-abstract/backstage/BackstageItemsManager.js.map +1 -1
- package/lib/esm/appui-abstract/common/KeyboardKey.d.ts +51 -51
- package/lib/esm/appui-abstract/common/KeyboardKey.js +59 -59
- package/lib/esm/appui-abstract/common/KeyboardKey.js.map +1 -1
- package/lib/esm/appui-abstract/content/ContentLayoutProps.d.ts +62 -62
- package/lib/esm/appui-abstract/content/ContentLayoutProps.js +8 -8
- package/lib/esm/appui-abstract/content/ContentLayoutProps.js.map +1 -1
- package/lib/esm/appui-abstract/content/StandardContentLayouts.d.ts +19 -19
- package/lib/esm/appui-abstract/content/StandardContentLayouts.js +104 -104
- package/lib/esm/appui-abstract/content/StandardContentLayouts.js.map +1 -1
- package/lib/esm/appui-abstract/dialogs/DialogItem.d.ts +76 -76
- package/lib/esm/appui-abstract/dialogs/DialogItem.js +63 -63
- package/lib/esm/appui-abstract/dialogs/DialogItem.js.map +1 -1
- package/lib/esm/appui-abstract/dialogs/UiDataProvider.d.ts +55 -55
- package/lib/esm/appui-abstract/dialogs/UiDataProvider.js +61 -61
- package/lib/esm/appui-abstract/dialogs/UiDataProvider.js.map +1 -1
- package/lib/esm/appui-abstract/dialogs/UiLayoutDataProvider.d.ts +97 -97
- package/lib/esm/appui-abstract/dialogs/UiLayoutDataProvider.js +170 -170
- package/lib/esm/appui-abstract/dialogs/UiLayoutDataProvider.js.map +1 -1
- package/lib/esm/appui-abstract/items/AbstractItemProps.d.ts +53 -53
- package/lib/esm/appui-abstract/items/AbstractItemProps.js +8 -8
- package/lib/esm/appui-abstract/items/AbstractItemProps.js.map +1 -1
- package/lib/esm/appui-abstract/items/AbstractMenuItemProps.d.ts +20 -20
- package/lib/esm/appui-abstract/items/AbstractMenuItemProps.js +8 -8
- package/lib/esm/appui-abstract/items/AbstractMenuItemProps.js.map +1 -1
- package/lib/esm/appui-abstract/items/AbstractToolbarProps.d.ts +13 -13
- package/lib/esm/appui-abstract/items/AbstractToolbarProps.js +8 -8
- package/lib/esm/appui-abstract/items/AbstractToolbarProps.js.map +1 -1
- package/lib/esm/appui-abstract/items/BadgeType.d.ts +14 -14
- package/lib/esm/appui-abstract/items/BadgeType.js +19 -19
- package/lib/esm/appui-abstract/items/BadgeType.js.map +1 -1
- package/lib/esm/appui-abstract/items/ConditionalBooleanValue.d.ts +27 -27
- package/lib/esm/appui-abstract/items/ConditionalBooleanValue.js +56 -56
- package/lib/esm/appui-abstract/items/ConditionalBooleanValue.js.map +1 -1
- package/lib/esm/appui-abstract/items/ConditionalStringValue.d.ts +29 -29
- package/lib/esm/appui-abstract/items/ConditionalStringValue.js +58 -58
- package/lib/esm/appui-abstract/items/ConditionalStringValue.js.map +1 -1
- package/lib/esm/appui-abstract/items/ProvidedItem.d.ts +11 -11
- package/lib/esm/appui-abstract/items/ProvidedItem.js +8 -8
- package/lib/esm/appui-abstract/items/ProvidedItem.js.map +1 -1
- package/lib/esm/appui-abstract/items/RelativePosition.d.ts +18 -18
- package/lib/esm/appui-abstract/items/RelativePosition.js +23 -23
- package/lib/esm/appui-abstract/items/RelativePosition.js.map +1 -1
- package/lib/esm/appui-abstract/items/StageUsage.d.ts +16 -16
- package/lib/esm/appui-abstract/items/StageUsage.js +21 -21
- package/lib/esm/appui-abstract/items/StageUsage.js.map +1 -1
- package/lib/esm/appui-abstract/notification/MessagePresenter.d.ts +42 -42
- package/lib/esm/appui-abstract/notification/MessagePresenter.js +21 -21
- package/lib/esm/appui-abstract/notification/MessagePresenter.js.map +1 -1
- package/lib/esm/appui-abstract/notification/MessageSeverity.d.ts +15 -15
- package/lib/esm/appui-abstract/notification/MessageSeverity.js +20 -20
- package/lib/esm/appui-abstract/notification/MessageSeverity.js.map +1 -1
- package/lib/esm/appui-abstract/properties/Description.d.ts +127 -127
- package/lib/esm/appui-abstract/properties/Description.js +192 -192
- package/lib/esm/appui-abstract/properties/Description.js.map +1 -1
- package/lib/esm/appui-abstract/properties/EditorParams.d.ts +260 -260
- package/lib/esm/appui-abstract/properties/EditorParams.js +97 -97
- package/lib/esm/appui-abstract/properties/EditorParams.js.map +1 -1
- package/lib/esm/appui-abstract/properties/PrimitiveTypes.d.ts +60 -60
- package/lib/esm/appui-abstract/properties/PrimitiveTypes.js +8 -8
- package/lib/esm/appui-abstract/properties/PrimitiveTypes.js.map +1 -1
- package/lib/esm/appui-abstract/properties/Record.d.ts +57 -57
- package/lib/esm/appui-abstract/properties/Record.js +74 -74
- package/lib/esm/appui-abstract/properties/Record.js.map +1 -1
- package/lib/esm/appui-abstract/properties/StandardEditorNames.d.ts +22 -22
- package/lib/esm/appui-abstract/properties/StandardEditorNames.js +27 -27
- package/lib/esm/appui-abstract/properties/StandardEditorNames.js.map +1 -1
- package/lib/esm/appui-abstract/properties/StandardTypeNames.d.ts +30 -30
- package/lib/esm/appui-abstract/properties/StandardTypeNames.js +36 -36
- package/lib/esm/appui-abstract/properties/StandardTypeNames.js.map +1 -1
- package/lib/esm/appui-abstract/properties/Value.d.ts +49 -49
- package/lib/esm/appui-abstract/properties/Value.js +17 -17
- package/lib/esm/appui-abstract/properties/Value.js.map +1 -1
- package/lib/esm/appui-abstract/quantity/BaseQuantityDescription.d.ts +22 -22
- package/lib/esm/appui-abstract/quantity/BaseQuantityDescription.js +44 -44
- package/lib/esm/appui-abstract/quantity/BaseQuantityDescription.js.map +1 -1
- package/lib/esm/appui-abstract/statusbar/StatusBarItem.d.ts +128 -128
- package/lib/esm/appui-abstract/statusbar/StatusBarItem.js +80 -80
- package/lib/esm/appui-abstract/statusbar/StatusBarItem.js.map +1 -1
- package/lib/esm/appui-abstract/statusbar/StatusBarItemsManager.d.ts +39 -39
- package/lib/esm/appui-abstract/statusbar/StatusBarItemsManager.js +131 -131
- package/lib/esm/appui-abstract/statusbar/StatusBarItemsManager.js.map +1 -1
- package/lib/esm/appui-abstract/toolbars/ToolbarItem.d.ts +121 -121
- package/lib/esm/appui-abstract/toolbars/ToolbarItem.js +60 -60
- package/lib/esm/appui-abstract/toolbars/ToolbarItem.js.map +1 -1
- package/lib/esm/appui-abstract/toolbars/ToolbarItemsManager.d.ts +45 -45
- package/lib/esm/appui-abstract/toolbars/ToolbarItemsManager.js +231 -231
- package/lib/esm/appui-abstract/toolbars/ToolbarItemsManager.js.map +1 -1
- package/lib/esm/appui-abstract/utils/IconSpecUtilities.d.ts +29 -29
- package/lib/esm/appui-abstract/utils/IconSpecUtilities.js +47 -47
- package/lib/esm/appui-abstract/utils/IconSpecUtilities.js.map +1 -1
- package/lib/esm/appui-abstract/utils/PointProps.d.ts +10 -10
- package/lib/esm/appui-abstract/utils/PointProps.js +8 -8
- package/lib/esm/appui-abstract/utils/PointProps.js.map +1 -1
- package/lib/esm/appui-abstract/utils/UiError.d.ts +12 -12
- package/lib/esm/appui-abstract/utils/UiError.js +18 -18
- package/lib/esm/appui-abstract/utils/UiError.js.map +1 -1
- package/lib/esm/appui-abstract/utils/UiEvent.d.ts +9 -9
- package/lib/esm/appui-abstract/utils/UiEvent.js +13 -13
- package/lib/esm/appui-abstract/utils/UiEvent.js.map +1 -1
- package/lib/esm/appui-abstract/utils/UiEventDispatcher.d.ts +46 -46
- package/lib/esm/appui-abstract/utils/UiEventDispatcher.js +126 -126
- package/lib/esm/appui-abstract/utils/UiEventDispatcher.js.map +1 -1
- package/lib/esm/appui-abstract/utils/callbacks.d.ts +20 -20
- package/lib/esm/appui-abstract/utils/callbacks.js +8 -8
- package/lib/esm/appui-abstract/utils/callbacks.js.map +1 -1
- package/lib/esm/appui-abstract/utils/filter/charCode.d.ts +416 -416
- package/lib/esm/appui-abstract/utils/filter/charCode.js +5 -5
- package/lib/esm/appui-abstract/utils/filter/charCode.js.map +1 -1
- package/lib/esm/appui-abstract/utils/filter/filters.d.ts +98 -98
- package/lib/esm/appui-abstract/utils/filter/filters.js +694 -694
- package/lib/esm/appui-abstract/utils/filter/filters.js.map +1 -1
- package/lib/esm/appui-abstract/utils/filter/map.d.ts +59 -59
- package/lib/esm/appui-abstract/utils/filter/map.js +397 -397
- package/lib/esm/appui-abstract/utils/filter/map.js.map +1 -1
- package/lib/esm/appui-abstract/utils/filter/strings.d.ts +20 -20
- package/lib/esm/appui-abstract/utils/filter/strings.js +70 -70
- package/lib/esm/appui-abstract/utils/filter/strings.js.map +1 -1
- package/lib/esm/appui-abstract/utils/isLetter.d.ts +9 -9
- package/lib/esm/appui-abstract/utils/isLetter.js +15 -15
- package/lib/esm/appui-abstract/utils/isLetter.js.map +1 -1
- package/lib/esm/appui-abstract/utils/misc.d.ts +11 -11
- package/lib/esm/appui-abstract/utils/misc.js +31 -31
- package/lib/esm/appui-abstract/utils/misc.js.map +1 -1
- package/lib/esm/appui-abstract/widget/AbstractWidgetProps.d.ts +86 -86
- package/lib/esm/appui-abstract/widget/AbstractWidgetProps.js +8 -8
- package/lib/esm/appui-abstract/widget/AbstractWidgetProps.js.map +1 -1
- package/lib/esm/appui-abstract/widget/StagePanel.d.ts +36 -36
- package/lib/esm/appui-abstract/widget/StagePanel.js +43 -43
- package/lib/esm/appui-abstract/widget/StagePanel.js.map +1 -1
- package/lib/esm/appui-abstract/widget/WidgetState.d.ts +19 -19
- package/lib/esm/appui-abstract/widget/WidgetState.js +24 -24
- package/lib/esm/appui-abstract/widget/WidgetState.js.map +1 -1
- package/lib/esm/appui-abstract.d.ts +103 -103
- package/lib/esm/appui-abstract.js +107 -107
- package/lib/esm/appui-abstract.js.map +1 -1
- package/package.json +4 -4
@@ -1,79 +1,79 @@
|
|
1
|
-
"use strict";
|
2
|
-
/*---------------------------------------------------------------------------------------------
|
3
|
-
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
4
|
-
* See LICENSE.md in the project root for license terms and full copyright notice.
|
5
|
-
*--------------------------------------------------------------------------------------------*/
|
6
|
-
/** @packageDocumentation
|
7
|
-
* @module Properties
|
8
|
-
*/
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
-
exports.PropertyRecord = void 0;
|
11
|
-
const StandardTypeNames_1 = require("./StandardTypeNames");
|
12
|
-
const Value_1 = require("./Value");
|
13
|
-
/**
|
14
|
-
* PropertyRecord contains instance information about a Property, including a
|
15
|
-
* value that can be edited using a PropertyEditor and converted using a TypeConverter.
|
16
|
-
* @public
|
17
|
-
*/
|
18
|
-
class PropertyRecord {
|
19
|
-
/** Constructs a PropertyRecord instance */
|
20
|
-
constructor(value, property) {
|
21
|
-
this.value = value;
|
22
|
-
this.property = property;
|
23
|
-
}
|
24
|
-
/** Creates a copy of this PropertyRecord with a new value and optionally a new PropertyDescription */
|
25
|
-
copyWithNewValue(newValue, newDescription) {
|
26
|
-
const rec = new PropertyRecord(newValue, newDescription ? newDescription : this.property);
|
27
|
-
assignMemberIfExists(rec, this, "description");
|
28
|
-
assignMemberIfExists(rec, this, "isReadonly");
|
29
|
-
assignMemberIfExists(rec, this, "isDisabled");
|
30
|
-
assignMemberIfExists(rec, this, "isMerged");
|
31
|
-
assignMemberIfExists(rec, this, "autoExpand");
|
32
|
-
assignMemberIfExists(rec, this, "extendedData");
|
33
|
-
assignMemberIfExists(rec, this, "links");
|
34
|
-
return rec;
|
35
|
-
}
|
36
|
-
/** Gets this property record value children records */
|
37
|
-
getChildrenRecords() {
|
38
|
-
switch (this.value.valueFormat) {
|
39
|
-
case Value_1.PropertyValueFormat.Primitive:
|
40
|
-
return [];
|
41
|
-
case Value_1.PropertyValueFormat.Struct:
|
42
|
-
return Object.values(this.value.members);
|
43
|
-
case Value_1.PropertyValueFormat.Array:
|
44
|
-
return this.value.items;
|
45
|
-
}
|
46
|
-
}
|
47
|
-
/** Creates a PropertyRecord based on a value string and an optional property description or name */
|
48
|
-
static fromString(value, descriptionOrName) {
|
49
|
-
let description;
|
50
|
-
if (descriptionOrName && typeof descriptionOrName === "object") {
|
51
|
-
description = descriptionOrName;
|
52
|
-
}
|
53
|
-
else if (descriptionOrName && typeof descriptionOrName === "string") {
|
54
|
-
description = {
|
55
|
-
name: descriptionOrName,
|
56
|
-
displayLabel: descriptionOrName,
|
57
|
-
typename: StandardTypeNames_1.StandardTypeNames.String,
|
58
|
-
};
|
59
|
-
}
|
60
|
-
else {
|
61
|
-
description = {
|
62
|
-
name: "string_value",
|
63
|
-
displayLabel: "String Value",
|
64
|
-
typename: StandardTypeNames_1.StandardTypeNames.String,
|
65
|
-
};
|
66
|
-
}
|
67
|
-
return new PropertyRecord({
|
68
|
-
valueFormat: Value_1.PropertyValueFormat.Primitive,
|
69
|
-
value,
|
70
|
-
displayValue: value,
|
71
|
-
}, description);
|
72
|
-
}
|
73
|
-
}
|
74
|
-
exports.PropertyRecord = PropertyRecord;
|
75
|
-
function assignMemberIfExists(target, source, memberName) {
|
76
|
-
if (source.hasOwnProperty(memberName))
|
77
|
-
target[memberName] = source[memberName];
|
78
|
-
}
|
1
|
+
"use strict";
|
2
|
+
/*---------------------------------------------------------------------------------------------
|
3
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
4
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
5
|
+
*--------------------------------------------------------------------------------------------*/
|
6
|
+
/** @packageDocumentation
|
7
|
+
* @module Properties
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.PropertyRecord = void 0;
|
11
|
+
const StandardTypeNames_1 = require("./StandardTypeNames");
|
12
|
+
const Value_1 = require("./Value");
|
13
|
+
/**
|
14
|
+
* PropertyRecord contains instance information about a Property, including a
|
15
|
+
* value that can be edited using a PropertyEditor and converted using a TypeConverter.
|
16
|
+
* @public
|
17
|
+
*/
|
18
|
+
class PropertyRecord {
|
19
|
+
/** Constructs a PropertyRecord instance */
|
20
|
+
constructor(value, property) {
|
21
|
+
this.value = value;
|
22
|
+
this.property = property;
|
23
|
+
}
|
24
|
+
/** Creates a copy of this PropertyRecord with a new value and optionally a new PropertyDescription */
|
25
|
+
copyWithNewValue(newValue, newDescription) {
|
26
|
+
const rec = new PropertyRecord(newValue, newDescription ? newDescription : this.property);
|
27
|
+
assignMemberIfExists(rec, this, "description");
|
28
|
+
assignMemberIfExists(rec, this, "isReadonly");
|
29
|
+
assignMemberIfExists(rec, this, "isDisabled");
|
30
|
+
assignMemberIfExists(rec, this, "isMerged");
|
31
|
+
assignMemberIfExists(rec, this, "autoExpand");
|
32
|
+
assignMemberIfExists(rec, this, "extendedData");
|
33
|
+
assignMemberIfExists(rec, this, "links");
|
34
|
+
return rec;
|
35
|
+
}
|
36
|
+
/** Gets this property record value children records */
|
37
|
+
getChildrenRecords() {
|
38
|
+
switch (this.value.valueFormat) {
|
39
|
+
case Value_1.PropertyValueFormat.Primitive:
|
40
|
+
return [];
|
41
|
+
case Value_1.PropertyValueFormat.Struct:
|
42
|
+
return Object.values(this.value.members);
|
43
|
+
case Value_1.PropertyValueFormat.Array:
|
44
|
+
return this.value.items;
|
45
|
+
}
|
46
|
+
}
|
47
|
+
/** Creates a PropertyRecord based on a value string and an optional property description or name */
|
48
|
+
static fromString(value, descriptionOrName) {
|
49
|
+
let description;
|
50
|
+
if (descriptionOrName && typeof descriptionOrName === "object") {
|
51
|
+
description = descriptionOrName;
|
52
|
+
}
|
53
|
+
else if (descriptionOrName && typeof descriptionOrName === "string") {
|
54
|
+
description = {
|
55
|
+
name: descriptionOrName,
|
56
|
+
displayLabel: descriptionOrName,
|
57
|
+
typename: StandardTypeNames_1.StandardTypeNames.String,
|
58
|
+
};
|
59
|
+
}
|
60
|
+
else {
|
61
|
+
description = {
|
62
|
+
name: "string_value",
|
63
|
+
displayLabel: "String Value",
|
64
|
+
typename: StandardTypeNames_1.StandardTypeNames.String,
|
65
|
+
};
|
66
|
+
}
|
67
|
+
return new PropertyRecord({
|
68
|
+
valueFormat: Value_1.PropertyValueFormat.Primitive,
|
69
|
+
value,
|
70
|
+
displayValue: value,
|
71
|
+
}, description);
|
72
|
+
}
|
73
|
+
}
|
74
|
+
exports.PropertyRecord = PropertyRecord;
|
75
|
+
function assignMemberIfExists(target, source, memberName) {
|
76
|
+
if (source.hasOwnProperty(memberName))
|
77
|
+
target[memberName] = source[memberName];
|
78
|
+
}
|
79
79
|
//# sourceMappingURL=Record.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Record.js","sourceRoot":"","sources":["../../../../src/appui-abstract/properties/Record.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAGH,2DAAwD;AACxD,mCAA6D;AAiB7D;;;;GAIG;AACH,MAAa,cAAc;IAsBzB,2CAA2C;IAC3C,YAAmB,KAAoB,EAAE,QAA6B;QACpE,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;IAC3B,CAAC;IAED,sGAAsG;IAC/F,gBAAgB,CAAC,QAAuB,EAAE,cAAoC;QACnF,MAAM,GAAG,GAAG,IAAI,cAAc,CAAC,QAAQ,EAAE,cAAc,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC1F,oBAAoB,CAAC,GAAG,EAAE,IAAI,EAAE,aAAa,CAAC,CAAC;QAC/C,oBAAoB,CAAC,GAAG,EAAE,IAAI,EAAE,YAAY,CAAC,CAAC;QAC9C,oBAAoB,CAAC,GAAG,EAAE,IAAI,EAAE,YAAY,CAAC,CAAC;QAC9C,oBAAoB,CAAC,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC,CAAC;QAC5C,oBAAoB,CAAC,GAAG,EAAE,IAAI,EAAE,YAAY,CAAC,CAAC;QAC9C,oBAAoB,CAAC,GAAG,EAAE,IAAI,EAAE,cAAc,CAAC,CAAC;QAChD,oBAAoB,CAAC,GAAG,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;QACzC,OAAO,GAAG,CAAC;IACb,CAAC;IAED,uDAAuD;IAChD,kBAAkB;QACvB,QAAQ,IAAI,CAAC,KAAK,CAAC,WAAW,EAAE;YAC9B,KAAK,2BAAmB,CAAC,SAAS;gBAChC,OAAO,EAAE,CAAC;YACZ,KAAK,2BAAmB,CAAC,MAAM;gBAC7B,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;YAC3C,KAAK,2BAAmB,CAAC,KAAK;gBAC5B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC;SAC3B;IACH,CAAC;IAED,oGAAoG;IAC7F,MAAM,CAAC,UAAU,CAAC,KAAa,EAAE,iBAAgD;QACtF,IAAI,WAAgC,CAAC;QACrC,IAAI,iBAAiB,IAAI,OAAO,iBAAiB,KAAK,QAAQ,EAAE;YAC9D,WAAW,GAAG,iBAAiB,CAAC;SACjC;aAAM,IAAI,iBAAiB,IAAI,OAAO,iBAAiB,KAAK,QAAQ,EAAE;YACrE,WAAW,GAAG;gBACZ,IAAI,EAAE,iBAAiB;gBACvB,YAAY,EAAE,iBAAiB;gBAC/B,QAAQ,EAAE,qCAAiB,CAAC,MAAM;aACnC,CAAC;SACH;aAAM;YACL,WAAW,GAAG;gBACZ,IAAI,EAAE,cAAc;gBACpB,YAAY,EAAE,cAAc;gBAC5B,QAAQ,EAAE,qCAAiB,CAAC,MAAM;aACnC,CAAC;SACH;QACD,OAAO,IAAI,cAAc,CAAC;YACxB,WAAW,EAAE,2BAAmB,CAAC,SAAS;YAC1C,KAAK;YACL,YAAY,EAAE,KAAK;SACpB,EAAE,WAAW,CAAC,CAAC;IAClB,CAAC;CACF;AA7ED,wCA6EC;AAED,SAAS,oBAAoB,CAAmB,MAAS,EAAE,MAAS,EAAE,UAAmB;IACvF,IAAI,MAAM,CAAC,cAAc,CAAC,UAAU,CAAC;QACnC,MAAM,CAAC,UAAU,CAAC,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC;AAC5C,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Properties\n */\n\nimport { PropertyDescription } from \"./Description\";\nimport { StandardTypeNames } from \"./StandardTypeNames\";\nimport { PropertyValue, PropertyValueFormat } from \"./Value\";\n\n/** Properties for the [[PropertyRecord]] with link info supplied\n * @public\n */\nexport interface LinkElementsInfo {\n /** Callback to link click event */\n onClick: (text: string) => void;\n /**\n * Function that specifies which parts of display value need to be clickable.\n *\n * Letters will be picked from __start__ index to __end__ index. __end__ index is not included.\n * For a string _\"example\"_ and a match ```{ start: 1, end: 3 }```, _\"xa\"_ will be clickable.\n */\n matcher?: (displayValue: string) => Array<{ start: number, end: number }>;\n}\n\n/**\n * PropertyRecord contains instance information about a Property, including a\n * value that can be edited using a PropertyEditor and converted using a TypeConverter.\n * @public\n */\nexport class PropertyRecord {\n /** Value for the property */\n public readonly value: PropertyValue;\n /** The property description containing metadata for the property */\n public readonly property: PropertyDescription;\n\n /** Description for the property */\n public description?: string;\n /** Indicates if the property is read-only */\n public isReadonly?: boolean;\n /** Indicates if the property is disabled */\n public isDisabled?: boolean;\n /** Indicates if the property record represents merged properties */\n public isMerged?: boolean;\n /** Indicates if the property should be automatically expanded */\n public autoExpand?: boolean;\n /** Map containing any additional data */\n public extendedData?: { [key: string]: any };\n\n /** Properties for link logic */\n public links?: LinkElementsInfo;\n\n /** Constructs a PropertyRecord instance */\n public constructor(value: PropertyValue, property: PropertyDescription) {\n this.value = value;\n this.property = property;\n }\n\n /** Creates a copy of this PropertyRecord with a new value and optionally a new PropertyDescription */\n public copyWithNewValue(newValue: PropertyValue, newDescription?: PropertyDescription): PropertyRecord {\n const rec = new PropertyRecord(newValue, newDescription ? newDescription : this.property);\n assignMemberIfExists(rec, this, \"description\");\n assignMemberIfExists(rec, this, \"isReadonly\");\n assignMemberIfExists(rec, this, \"isDisabled\");\n assignMemberIfExists(rec, this, \"isMerged\");\n assignMemberIfExists(rec, this, \"autoExpand\");\n assignMemberIfExists(rec, this, \"extendedData\");\n assignMemberIfExists(rec, this, \"links\");\n return rec;\n }\n\n /** Gets this property record value children records */\n public getChildrenRecords(): PropertyRecord[] {\n switch (this.value.valueFormat) {\n case PropertyValueFormat.Primitive:\n return [];\n case PropertyValueFormat.Struct:\n return Object.values(this.value.members);\n case PropertyValueFormat.Array:\n return this.value.items;\n }\n }\n\n /** Creates a PropertyRecord based on a value string and an optional property description or name */\n public static fromString(value: string, descriptionOrName?: PropertyDescription | string): PropertyRecord {\n let description: PropertyDescription;\n if (descriptionOrName && typeof descriptionOrName === \"object\") {\n description = descriptionOrName;\n } else if (descriptionOrName && typeof descriptionOrName === \"string\") {\n description = {\n name: descriptionOrName,\n displayLabel: descriptionOrName,\n typename: StandardTypeNames.String,\n };\n } else {\n description = {\n name: \"string_value\",\n displayLabel: \"String Value\",\n typename: StandardTypeNames.String,\n };\n }\n return new PropertyRecord({\n valueFormat: PropertyValueFormat.Primitive,\n value,\n displayValue: value,\n }, description);\n }\n}\n\nfunction assignMemberIfExists<T extends Object>(target: T, source: T, memberName: keyof T) {\n if (source.hasOwnProperty(memberName))\n target[memberName] = source[memberName];\n}\n"]}
|
1
|
+
{"version":3,"file":"Record.js","sourceRoot":"","sources":["../../../../src/appui-abstract/properties/Record.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAGH,2DAAwD;AACxD,mCAA6D;AAiB7D;;;;GAIG;AACH,MAAa,cAAc;IAsBzB,2CAA2C;IAC3C,YAAmB,KAAoB,EAAE,QAA6B;QACpE,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;IAC3B,CAAC;IAED,sGAAsG;IAC/F,gBAAgB,CAAC,QAAuB,EAAE,cAAoC;QACnF,MAAM,GAAG,GAAG,IAAI,cAAc,CAAC,QAAQ,EAAE,cAAc,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC1F,oBAAoB,CAAC,GAAG,EAAE,IAAI,EAAE,aAAa,CAAC,CAAC;QAC/C,oBAAoB,CAAC,GAAG,EAAE,IAAI,EAAE,YAAY,CAAC,CAAC;QAC9C,oBAAoB,CAAC,GAAG,EAAE,IAAI,EAAE,YAAY,CAAC,CAAC;QAC9C,oBAAoB,CAAC,GAAG,EAAE,IAAI,EAAE,UAAU,CAAC,CAAC;QAC5C,oBAAoB,CAAC,GAAG,EAAE,IAAI,EAAE,YAAY,CAAC,CAAC;QAC9C,oBAAoB,CAAC,GAAG,EAAE,IAAI,EAAE,cAAc,CAAC,CAAC;QAChD,oBAAoB,CAAC,GAAG,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;QACzC,OAAO,GAAG,CAAC;IACb,CAAC;IAED,uDAAuD;IAChD,kBAAkB;QACvB,QAAQ,IAAI,CAAC,KAAK,CAAC,WAAW,EAAE;YAC9B,KAAK,2BAAmB,CAAC,SAAS;gBAChC,OAAO,EAAE,CAAC;YACZ,KAAK,2BAAmB,CAAC,MAAM;gBAC7B,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;YAC3C,KAAK,2BAAmB,CAAC,KAAK;gBAC5B,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC;SAC3B;IACH,CAAC;IAED,oGAAoG;IAC7F,MAAM,CAAC,UAAU,CAAC,KAAa,EAAE,iBAAgD;QACtF,IAAI,WAAgC,CAAC;QACrC,IAAI,iBAAiB,IAAI,OAAO,iBAAiB,KAAK,QAAQ,EAAE;YAC9D,WAAW,GAAG,iBAAiB,CAAC;SACjC;aAAM,IAAI,iBAAiB,IAAI,OAAO,iBAAiB,KAAK,QAAQ,EAAE;YACrE,WAAW,GAAG;gBACZ,IAAI,EAAE,iBAAiB;gBACvB,YAAY,EAAE,iBAAiB;gBAC/B,QAAQ,EAAE,qCAAiB,CAAC,MAAM;aACnC,CAAC;SACH;aAAM;YACL,WAAW,GAAG;gBACZ,IAAI,EAAE,cAAc;gBACpB,YAAY,EAAE,cAAc;gBAC5B,QAAQ,EAAE,qCAAiB,CAAC,MAAM;aACnC,CAAC;SACH;QACD,OAAO,IAAI,cAAc,CAAC;YACxB,WAAW,EAAE,2BAAmB,CAAC,SAAS;YAC1C,KAAK;YACL,YAAY,EAAE,KAAK;SACpB,EAAE,WAAW,CAAC,CAAC;IAClB,CAAC;CACF;AA7ED,wCA6EC;AAED,SAAS,oBAAoB,CAAmB,MAAS,EAAE,MAAS,EAAE,UAAmB;IACvF,IAAI,MAAM,CAAC,cAAc,CAAC,UAAU,CAAC;QACnC,MAAM,CAAC,UAAU,CAAC,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC;AAC5C,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Properties\r\n */\r\n\r\nimport { PropertyDescription } from \"./Description\";\r\nimport { StandardTypeNames } from \"./StandardTypeNames\";\r\nimport { PropertyValue, PropertyValueFormat } from \"./Value\";\r\n\r\n/** Properties for the [[PropertyRecord]] with link info supplied\r\n * @public\r\n */\r\nexport interface LinkElementsInfo {\r\n /** Callback to link click event */\r\n onClick: (text: string) => void;\r\n /**\r\n * Function that specifies which parts of display value need to be clickable.\r\n *\r\n * Letters will be picked from __start__ index to __end__ index. __end__ index is not included.\r\n * For a string _\"example\"_ and a match ```{ start: 1, end: 3 }```, _\"xa\"_ will be clickable.\r\n */\r\n matcher?: (displayValue: string) => Array<{ start: number, end: number }>;\r\n}\r\n\r\n/**\r\n * PropertyRecord contains instance information about a Property, including a\r\n * value that can be edited using a PropertyEditor and converted using a TypeConverter.\r\n * @public\r\n */\r\nexport class PropertyRecord {\r\n /** Value for the property */\r\n public readonly value: PropertyValue;\r\n /** The property description containing metadata for the property */\r\n public readonly property: PropertyDescription;\r\n\r\n /** Description for the property */\r\n public description?: string;\r\n /** Indicates if the property is read-only */\r\n public isReadonly?: boolean;\r\n /** Indicates if the property is disabled */\r\n public isDisabled?: boolean;\r\n /** Indicates if the property record represents merged properties */\r\n public isMerged?: boolean;\r\n /** Indicates if the property should be automatically expanded */\r\n public autoExpand?: boolean;\r\n /** Map containing any additional data */\r\n public extendedData?: { [key: string]: any };\r\n\r\n /** Properties for link logic */\r\n public links?: LinkElementsInfo;\r\n\r\n /** Constructs a PropertyRecord instance */\r\n public constructor(value: PropertyValue, property: PropertyDescription) {\r\n this.value = value;\r\n this.property = property;\r\n }\r\n\r\n /** Creates a copy of this PropertyRecord with a new value and optionally a new PropertyDescription */\r\n public copyWithNewValue(newValue: PropertyValue, newDescription?: PropertyDescription): PropertyRecord {\r\n const rec = new PropertyRecord(newValue, newDescription ? newDescription : this.property);\r\n assignMemberIfExists(rec, this, \"description\");\r\n assignMemberIfExists(rec, this, \"isReadonly\");\r\n assignMemberIfExists(rec, this, \"isDisabled\");\r\n assignMemberIfExists(rec, this, \"isMerged\");\r\n assignMemberIfExists(rec, this, \"autoExpand\");\r\n assignMemberIfExists(rec, this, \"extendedData\");\r\n assignMemberIfExists(rec, this, \"links\");\r\n return rec;\r\n }\r\n\r\n /** Gets this property record value children records */\r\n public getChildrenRecords(): PropertyRecord[] {\r\n switch (this.value.valueFormat) {\r\n case PropertyValueFormat.Primitive:\r\n return [];\r\n case PropertyValueFormat.Struct:\r\n return Object.values(this.value.members);\r\n case PropertyValueFormat.Array:\r\n return this.value.items;\r\n }\r\n }\r\n\r\n /** Creates a PropertyRecord based on a value string and an optional property description or name */\r\n public static fromString(value: string, descriptionOrName?: PropertyDescription | string): PropertyRecord {\r\n let description: PropertyDescription;\r\n if (descriptionOrName && typeof descriptionOrName === \"object\") {\r\n description = descriptionOrName;\r\n } else if (descriptionOrName && typeof descriptionOrName === \"string\") {\r\n description = {\r\n name: descriptionOrName,\r\n displayLabel: descriptionOrName,\r\n typename: StandardTypeNames.String,\r\n };\r\n } else {\r\n description = {\r\n name: \"string_value\",\r\n displayLabel: \"String Value\",\r\n typename: StandardTypeNames.String,\r\n };\r\n }\r\n return new PropertyRecord({\r\n valueFormat: PropertyValueFormat.Primitive,\r\n value,\r\n displayValue: value,\r\n }, description);\r\n }\r\n}\r\n\r\nfunction assignMemberIfExists<T extends Object>(target: T, source: T, memberName: keyof T) {\r\n if (source.hasOwnProperty(memberName))\r\n target[memberName] = source[memberName];\r\n}\r\n"]}
|
@@ -1,23 +1,23 @@
|
|
1
|
-
/** @packageDocumentation
|
2
|
-
* @module Properties
|
3
|
-
*/
|
4
|
-
/**
|
5
|
-
* Standard Editor Names for property editors.
|
6
|
-
* @public
|
7
|
-
*/
|
8
|
-
export declare enum StandardEditorNames {
|
9
|
-
ColorPicker = "color-picker",
|
10
|
-
LongDate = "long-date-picker",
|
11
|
-
ShortDate = "short-date-picker",
|
12
|
-
EnumButtonGroup = "enum-buttongroup",
|
13
|
-
IconPicker = "icon-picker",
|
14
|
-
MultiLine = "multi-line",
|
15
|
-
NumberCustom = "number-custom",
|
16
|
-
NumericInput = "numeric-input",
|
17
|
-
Slider = "slider",
|
18
|
-
Toggle = "toggle",
|
19
|
-
WeightPicker = "weight-picker",
|
20
|
-
ImageCheckBox = "image-check-box",
|
21
|
-
ThemedEnum = "themed-enum"
|
22
|
-
}
|
1
|
+
/** @packageDocumentation
|
2
|
+
* @module Properties
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* Standard Editor Names for property editors.
|
6
|
+
* @public
|
7
|
+
*/
|
8
|
+
export declare enum StandardEditorNames {
|
9
|
+
ColorPicker = "color-picker",
|
10
|
+
LongDate = "long-date-picker",
|
11
|
+
ShortDate = "short-date-picker",
|
12
|
+
EnumButtonGroup = "enum-buttongroup",
|
13
|
+
IconPicker = "icon-picker",
|
14
|
+
MultiLine = "multi-line",
|
15
|
+
NumberCustom = "number-custom",
|
16
|
+
NumericInput = "numeric-input",
|
17
|
+
Slider = "slider",
|
18
|
+
Toggle = "toggle",
|
19
|
+
WeightPicker = "weight-picker",
|
20
|
+
ImageCheckBox = "image-check-box",
|
21
|
+
ThemedEnum = "themed-enum"
|
22
|
+
}
|
23
23
|
//# sourceMappingURL=StandardEditorNames.d.ts.map
|
@@ -1,31 +1,31 @@
|
|
1
|
-
"use strict";
|
2
|
-
/*---------------------------------------------------------------------------------------------
|
3
|
-
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
4
|
-
* See LICENSE.md in the project root for license terms and full copyright notice.
|
5
|
-
*--------------------------------------------------------------------------------------------*/
|
6
|
-
/** @packageDocumentation
|
7
|
-
* @module Properties
|
8
|
-
*/
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
-
exports.StandardEditorNames = void 0;
|
11
|
-
/**
|
12
|
-
* Standard Editor Names for property editors.
|
13
|
-
* @public
|
14
|
-
*/
|
15
|
-
var StandardEditorNames;
|
16
|
-
(function (StandardEditorNames) {
|
17
|
-
StandardEditorNames["ColorPicker"] = "color-picker";
|
18
|
-
StandardEditorNames["LongDate"] = "long-date-picker";
|
19
|
-
StandardEditorNames["ShortDate"] = "short-date-picker";
|
20
|
-
StandardEditorNames["EnumButtonGroup"] = "enum-buttongroup";
|
21
|
-
StandardEditorNames["IconPicker"] = "icon-picker";
|
22
|
-
StandardEditorNames["MultiLine"] = "multi-line";
|
23
|
-
StandardEditorNames["NumberCustom"] = "number-custom";
|
24
|
-
StandardEditorNames["NumericInput"] = "numeric-input";
|
25
|
-
StandardEditorNames["Slider"] = "slider";
|
26
|
-
StandardEditorNames["Toggle"] = "toggle";
|
27
|
-
StandardEditorNames["WeightPicker"] = "weight-picker";
|
28
|
-
StandardEditorNames["ImageCheckBox"] = "image-check-box";
|
29
|
-
StandardEditorNames["ThemedEnum"] = "themed-enum";
|
30
|
-
})(StandardEditorNames = exports.StandardEditorNames || (exports.StandardEditorNames = {}));
|
1
|
+
"use strict";
|
2
|
+
/*---------------------------------------------------------------------------------------------
|
3
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
4
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
5
|
+
*--------------------------------------------------------------------------------------------*/
|
6
|
+
/** @packageDocumentation
|
7
|
+
* @module Properties
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.StandardEditorNames = void 0;
|
11
|
+
/**
|
12
|
+
* Standard Editor Names for property editors.
|
13
|
+
* @public
|
14
|
+
*/
|
15
|
+
var StandardEditorNames;
|
16
|
+
(function (StandardEditorNames) {
|
17
|
+
StandardEditorNames["ColorPicker"] = "color-picker";
|
18
|
+
StandardEditorNames["LongDate"] = "long-date-picker";
|
19
|
+
StandardEditorNames["ShortDate"] = "short-date-picker";
|
20
|
+
StandardEditorNames["EnumButtonGroup"] = "enum-buttongroup";
|
21
|
+
StandardEditorNames["IconPicker"] = "icon-picker";
|
22
|
+
StandardEditorNames["MultiLine"] = "multi-line";
|
23
|
+
StandardEditorNames["NumberCustom"] = "number-custom";
|
24
|
+
StandardEditorNames["NumericInput"] = "numeric-input";
|
25
|
+
StandardEditorNames["Slider"] = "slider";
|
26
|
+
StandardEditorNames["Toggle"] = "toggle";
|
27
|
+
StandardEditorNames["WeightPicker"] = "weight-picker";
|
28
|
+
StandardEditorNames["ImageCheckBox"] = "image-check-box";
|
29
|
+
StandardEditorNames["ThemedEnum"] = "themed-enum";
|
30
|
+
})(StandardEditorNames = exports.StandardEditorNames || (exports.StandardEditorNames = {}));
|
31
31
|
//# sourceMappingURL=StandardEditorNames.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"StandardEditorNames.js","sourceRoot":"","sources":["../../../../src/appui-abstract/properties/StandardEditorNames.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH;;;GAGG;AACH,IAAY,mBAcX;AAdD,WAAY,mBAAmB;IAC7B,mDAA4B,CAAA;IAC5B,oDAA6B,CAAA;IAC7B,sDAA+B,CAAA;IAC/B,2DAAoC,CAAA;IACpC,iDAA0B,CAAA;IAC1B,+CAAwB,CAAA;IACxB,qDAA8B,CAAA;IAC9B,qDAA8B,CAAA;IAC9B,wCAAiB,CAAA;IACjB,wCAAiB,CAAA;IACjB,qDAA8B,CAAA;IAC9B,wDAAiC,CAAA;IACjC,iDAA0B,CAAA;AAC5B,CAAC,EAdW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAc9B","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Properties\n */\n\n/**\n * Standard Editor Names for property editors.\n * @public\n */\nexport enum StandardEditorNames {\n ColorPicker = \"color-picker\",\n LongDate = \"long-date-picker\",\n ShortDate = \"short-date-picker\",\n EnumButtonGroup = \"enum-buttongroup\",\n IconPicker = \"icon-picker\",\n MultiLine = \"multi-line\",\n NumberCustom = \"number-custom\",\n NumericInput = \"numeric-input\",\n Slider = \"slider\",\n Toggle = \"toggle\",\n WeightPicker = \"weight-picker\",\n ImageCheckBox = \"image-check-box\",\n ThemedEnum = \"themed-enum\",\n}\n"]}
|
1
|
+
{"version":3,"file":"StandardEditorNames.js","sourceRoot":"","sources":["../../../../src/appui-abstract/properties/StandardEditorNames.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH;;;GAGG;AACH,IAAY,mBAcX;AAdD,WAAY,mBAAmB;IAC7B,mDAA4B,CAAA;IAC5B,oDAA6B,CAAA;IAC7B,sDAA+B,CAAA;IAC/B,2DAAoC,CAAA;IACpC,iDAA0B,CAAA;IAC1B,+CAAwB,CAAA;IACxB,qDAA8B,CAAA;IAC9B,qDAA8B,CAAA;IAC9B,wCAAiB,CAAA;IACjB,wCAAiB,CAAA;IACjB,qDAA8B,CAAA;IAC9B,wDAAiC,CAAA;IACjC,iDAA0B,CAAA;AAC5B,CAAC,EAdW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAc9B","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Properties\r\n */\r\n\r\n/**\r\n * Standard Editor Names for property editors.\r\n * @public\r\n */\r\nexport enum StandardEditorNames {\r\n ColorPicker = \"color-picker\",\r\n LongDate = \"long-date-picker\",\r\n ShortDate = \"short-date-picker\",\r\n EnumButtonGroup = \"enum-buttongroup\",\r\n IconPicker = \"icon-picker\",\r\n MultiLine = \"multi-line\",\r\n NumberCustom = \"number-custom\",\r\n NumericInput = \"numeric-input\",\r\n Slider = \"slider\",\r\n Toggle = \"toggle\",\r\n WeightPicker = \"weight-picker\",\r\n ImageCheckBox = \"image-check-box\",\r\n ThemedEnum = \"themed-enum\",\r\n}\r\n"]}
|
@@ -1,31 +1,31 @@
|
|
1
|
-
/** @packageDocumentation
|
2
|
-
* @module Properties
|
3
|
-
*/
|
4
|
-
/**
|
5
|
-
* Standard Type Names for converters and editors.
|
6
|
-
* @public
|
7
|
-
*/
|
8
|
-
export declare enum StandardTypeNames {
|
9
|
-
Text = "text",
|
10
|
-
String = "string",
|
11
|
-
DateTime = "dateTime",
|
12
|
-
ShortDate = "shortdate",
|
13
|
-
Boolean = "boolean",
|
14
|
-
Bool = "bool",
|
15
|
-
Float = "float",
|
16
|
-
Double = "double",
|
17
|
-
Int = "int",
|
18
|
-
Integer = "integer",
|
19
|
-
Number = "number",
|
20
|
-
Hexadecimal = "hexadecimal",
|
21
|
-
Hex = "hex",
|
22
|
-
Enum = "enum",
|
23
|
-
Point2d = "point2d",
|
24
|
-
Point3d = "point3d",
|
25
|
-
Navigation = "navigation",
|
26
|
-
Composite = "composite",
|
27
|
-
Array = "array",
|
28
|
-
Struct = "struct",
|
29
|
-
URL = "url"
|
30
|
-
}
|
1
|
+
/** @packageDocumentation
|
2
|
+
* @module Properties
|
3
|
+
*/
|
4
|
+
/**
|
5
|
+
* Standard Type Names for converters and editors.
|
6
|
+
* @public
|
7
|
+
*/
|
8
|
+
export declare enum StandardTypeNames {
|
9
|
+
Text = "text",
|
10
|
+
String = "string",
|
11
|
+
DateTime = "dateTime",
|
12
|
+
ShortDate = "shortdate",
|
13
|
+
Boolean = "boolean",
|
14
|
+
Bool = "bool",
|
15
|
+
Float = "float",
|
16
|
+
Double = "double",
|
17
|
+
Int = "int",
|
18
|
+
Integer = "integer",
|
19
|
+
Number = "number",
|
20
|
+
Hexadecimal = "hexadecimal",
|
21
|
+
Hex = "hex",
|
22
|
+
Enum = "enum",
|
23
|
+
Point2d = "point2d",
|
24
|
+
Point3d = "point3d",
|
25
|
+
Navigation = "navigation",
|
26
|
+
Composite = "composite",
|
27
|
+
Array = "array",
|
28
|
+
Struct = "struct",
|
29
|
+
URL = "url"
|
30
|
+
}
|
31
31
|
//# sourceMappingURL=StandardTypeNames.d.ts.map
|
@@ -1,40 +1,40 @@
|
|
1
|
-
"use strict";
|
2
|
-
/*---------------------------------------------------------------------------------------------
|
3
|
-
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
4
|
-
* See LICENSE.md in the project root for license terms and full copyright notice.
|
5
|
-
*--------------------------------------------------------------------------------------------*/
|
6
|
-
/** @packageDocumentation
|
7
|
-
* @module Properties
|
8
|
-
*/
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
-
exports.StandardTypeNames = void 0;
|
11
|
-
// cSpell:ignore shortdate
|
12
|
-
/**
|
13
|
-
* Standard Type Names for converters and editors.
|
14
|
-
* @public
|
15
|
-
*/
|
16
|
-
var StandardTypeNames;
|
17
|
-
(function (StandardTypeNames) {
|
18
|
-
StandardTypeNames["Text"] = "text";
|
19
|
-
StandardTypeNames["String"] = "string";
|
20
|
-
StandardTypeNames["DateTime"] = "dateTime";
|
21
|
-
StandardTypeNames["ShortDate"] = "shortdate";
|
22
|
-
StandardTypeNames["Boolean"] = "boolean";
|
23
|
-
StandardTypeNames["Bool"] = "bool";
|
24
|
-
StandardTypeNames["Float"] = "float";
|
25
|
-
StandardTypeNames["Double"] = "double";
|
26
|
-
StandardTypeNames["Int"] = "int";
|
27
|
-
StandardTypeNames["Integer"] = "integer";
|
28
|
-
StandardTypeNames["Number"] = "number";
|
29
|
-
StandardTypeNames["Hexadecimal"] = "hexadecimal";
|
30
|
-
StandardTypeNames["Hex"] = "hex";
|
31
|
-
StandardTypeNames["Enum"] = "enum";
|
32
|
-
StandardTypeNames["Point2d"] = "point2d";
|
33
|
-
StandardTypeNames["Point3d"] = "point3d";
|
34
|
-
StandardTypeNames["Navigation"] = "navigation";
|
35
|
-
StandardTypeNames["Composite"] = "composite";
|
36
|
-
StandardTypeNames["Array"] = "array";
|
37
|
-
StandardTypeNames["Struct"] = "struct";
|
38
|
-
StandardTypeNames["URL"] = "url";
|
39
|
-
})(StandardTypeNames = exports.StandardTypeNames || (exports.StandardTypeNames = {}));
|
1
|
+
"use strict";
|
2
|
+
/*---------------------------------------------------------------------------------------------
|
3
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
4
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
5
|
+
*--------------------------------------------------------------------------------------------*/
|
6
|
+
/** @packageDocumentation
|
7
|
+
* @module Properties
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.StandardTypeNames = void 0;
|
11
|
+
// cSpell:ignore shortdate
|
12
|
+
/**
|
13
|
+
* Standard Type Names for converters and editors.
|
14
|
+
* @public
|
15
|
+
*/
|
16
|
+
var StandardTypeNames;
|
17
|
+
(function (StandardTypeNames) {
|
18
|
+
StandardTypeNames["Text"] = "text";
|
19
|
+
StandardTypeNames["String"] = "string";
|
20
|
+
StandardTypeNames["DateTime"] = "dateTime";
|
21
|
+
StandardTypeNames["ShortDate"] = "shortdate";
|
22
|
+
StandardTypeNames["Boolean"] = "boolean";
|
23
|
+
StandardTypeNames["Bool"] = "bool";
|
24
|
+
StandardTypeNames["Float"] = "float";
|
25
|
+
StandardTypeNames["Double"] = "double";
|
26
|
+
StandardTypeNames["Int"] = "int";
|
27
|
+
StandardTypeNames["Integer"] = "integer";
|
28
|
+
StandardTypeNames["Number"] = "number";
|
29
|
+
StandardTypeNames["Hexadecimal"] = "hexadecimal";
|
30
|
+
StandardTypeNames["Hex"] = "hex";
|
31
|
+
StandardTypeNames["Enum"] = "enum";
|
32
|
+
StandardTypeNames["Point2d"] = "point2d";
|
33
|
+
StandardTypeNames["Point3d"] = "point3d";
|
34
|
+
StandardTypeNames["Navigation"] = "navigation";
|
35
|
+
StandardTypeNames["Composite"] = "composite";
|
36
|
+
StandardTypeNames["Array"] = "array";
|
37
|
+
StandardTypeNames["Struct"] = "struct";
|
38
|
+
StandardTypeNames["URL"] = "url";
|
39
|
+
})(StandardTypeNames = exports.StandardTypeNames || (exports.StandardTypeNames = {}));
|
40
40
|
//# sourceMappingURL=StandardTypeNames.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"StandardTypeNames.js","sourceRoot":"","sources":["../../../../src/appui-abstract/properties/StandardTypeNames.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,0BAA0B;AAE1B;;;GAGG;AACH,IAAY,iBAsBX;AAtBD,WAAY,iBAAiB;IAC3B,kCAAa,CAAA;IACb,sCAAiB,CAAA;IACjB,0CAAqB,CAAA;IACrB,4CAAuB,CAAA;IACvB,wCAAmB,CAAA;IACnB,kCAAa,CAAA;IACb,oCAAe,CAAA;IACf,sCAAiB,CAAA;IACjB,gCAAW,CAAA;IACX,wCAAmB,CAAA;IACnB,sCAAiB,CAAA;IACjB,gDAA2B,CAAA;IAC3B,gCAAW,CAAA;IACX,kCAAa,CAAA;IACb,wCAAmB,CAAA;IACnB,wCAAmB,CAAA;IACnB,8CAAyB,CAAA;IACzB,4CAAuB,CAAA;IACvB,oCAAe,CAAA;IACf,sCAAiB,CAAA;IACjB,gCAAW,CAAA;AACb,CAAC,EAtBW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAsB5B","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Properties\n */\n\n// cSpell:ignore shortdate\n\n/**\n * Standard Type Names for converters and editors.\n * @public\n */\nexport enum StandardTypeNames {\n Text = \"text\",\n String = \"string\",\n DateTime = \"dateTime\", // locale specific\n ShortDate = \"shortdate\", // locale specific\n Boolean = \"boolean\",\n Bool = \"bool\",\n Float = \"float\",\n Double = \"double\",\n Int = \"int\",\n Integer = \"integer\",\n Number = \"number\",\n Hexadecimal = \"hexadecimal\",\n Hex = \"hex\",\n Enum = \"enum\",\n Point2d = \"point2d\",\n Point3d = \"point3d\",\n Navigation = \"navigation\",\n Composite = \"composite\",\n Array = \"array\",\n Struct = \"struct\",\n URL = \"url\",\n}\n"]}
|
1
|
+
{"version":3,"file":"StandardTypeNames.js","sourceRoot":"","sources":["../../../../src/appui-abstract/properties/StandardTypeNames.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH,0BAA0B;AAE1B;;;GAGG;AACH,IAAY,iBAsBX;AAtBD,WAAY,iBAAiB;IAC3B,kCAAa,CAAA;IACb,sCAAiB,CAAA;IACjB,0CAAqB,CAAA;IACrB,4CAAuB,CAAA;IACvB,wCAAmB,CAAA;IACnB,kCAAa,CAAA;IACb,oCAAe,CAAA;IACf,sCAAiB,CAAA;IACjB,gCAAW,CAAA;IACX,wCAAmB,CAAA;IACnB,sCAAiB,CAAA;IACjB,gDAA2B,CAAA;IAC3B,gCAAW,CAAA;IACX,kCAAa,CAAA;IACb,wCAAmB,CAAA;IACnB,wCAAmB,CAAA;IACnB,8CAAyB,CAAA;IACzB,4CAAuB,CAAA;IACvB,oCAAe,CAAA;IACf,sCAAiB,CAAA;IACjB,gCAAW,CAAA;AACb,CAAC,EAtBW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAsB5B","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Properties\r\n */\r\n\r\n// cSpell:ignore shortdate\r\n\r\n/**\r\n * Standard Type Names for converters and editors.\r\n * @public\r\n */\r\nexport enum StandardTypeNames {\r\n Text = \"text\",\r\n String = \"string\",\r\n DateTime = \"dateTime\", // locale specific\r\n ShortDate = \"shortdate\", // locale specific\r\n Boolean = \"boolean\",\r\n Bool = \"bool\",\r\n Float = \"float\",\r\n Double = \"double\",\r\n Int = \"int\",\r\n Integer = \"integer\",\r\n Number = \"number\",\r\n Hexadecimal = \"hexadecimal\",\r\n Hex = \"hex\",\r\n Enum = \"enum\",\r\n Point2d = \"point2d\",\r\n Point3d = \"point3d\",\r\n Navigation = \"navigation\",\r\n Composite = \"composite\",\r\n Array = \"array\",\r\n Struct = \"struct\",\r\n URL = \"url\",\r\n}\r\n"]}
|
@@ -1,50 +1,50 @@
|
|
1
|
-
/** @packageDocumentation
|
2
|
-
* @module Properties
|
3
|
-
*/
|
4
|
-
import { Primitives } from "./PrimitiveTypes";
|
5
|
-
import { PropertyRecord } from "./Record";
|
6
|
-
/**
|
7
|
-
* Enumeration for Format of the property value.
|
8
|
-
* @public
|
9
|
-
*/
|
10
|
-
export declare enum PropertyValueFormat {
|
11
|
-
Primitive = 0,
|
12
|
-
Array = 1,
|
13
|
-
Struct = 2
|
14
|
-
}
|
15
|
-
/** Base interface for a property value
|
16
|
-
* @public
|
17
|
-
*/
|
18
|
-
export interface BasePropertyValue {
|
19
|
-
valueFormat: PropertyValueFormat;
|
20
|
-
}
|
21
|
-
/** Primitive property value
|
22
|
-
* @public
|
23
|
-
*/
|
24
|
-
export interface PrimitiveValue extends BasePropertyValue {
|
25
|
-
valueFormat: PropertyValueFormat.Primitive;
|
26
|
-
value?: Primitives.Value;
|
27
|
-
displayValue?: string;
|
28
|
-
}
|
29
|
-
/** Struct property value
|
30
|
-
* @public
|
31
|
-
*/
|
32
|
-
export interface StructValue extends BasePropertyValue {
|
33
|
-
valueFormat: PropertyValueFormat.Struct;
|
34
|
-
members: {
|
35
|
-
[name: string]: PropertyRecord;
|
36
|
-
};
|
37
|
-
}
|
38
|
-
/** Array property value
|
39
|
-
* @public
|
40
|
-
*/
|
41
|
-
export interface ArrayValue extends BasePropertyValue {
|
42
|
-
valueFormat: PropertyValueFormat.Array;
|
43
|
-
items: PropertyRecord[];
|
44
|
-
itemsTypeName: string;
|
45
|
-
}
|
46
|
-
/** Type for all property values
|
47
|
-
* @public
|
48
|
-
*/
|
49
|
-
export declare type PropertyValue = PrimitiveValue | StructValue | ArrayValue;
|
1
|
+
/** @packageDocumentation
|
2
|
+
* @module Properties
|
3
|
+
*/
|
4
|
+
import { Primitives } from "./PrimitiveTypes";
|
5
|
+
import { PropertyRecord } from "./Record";
|
6
|
+
/**
|
7
|
+
* Enumeration for Format of the property value.
|
8
|
+
* @public
|
9
|
+
*/
|
10
|
+
export declare enum PropertyValueFormat {
|
11
|
+
Primitive = 0,
|
12
|
+
Array = 1,
|
13
|
+
Struct = 2
|
14
|
+
}
|
15
|
+
/** Base interface for a property value
|
16
|
+
* @public
|
17
|
+
*/
|
18
|
+
export interface BasePropertyValue {
|
19
|
+
valueFormat: PropertyValueFormat;
|
20
|
+
}
|
21
|
+
/** Primitive property value
|
22
|
+
* @public
|
23
|
+
*/
|
24
|
+
export interface PrimitiveValue extends BasePropertyValue {
|
25
|
+
valueFormat: PropertyValueFormat.Primitive;
|
26
|
+
value?: Primitives.Value;
|
27
|
+
displayValue?: string;
|
28
|
+
}
|
29
|
+
/** Struct property value
|
30
|
+
* @public
|
31
|
+
*/
|
32
|
+
export interface StructValue extends BasePropertyValue {
|
33
|
+
valueFormat: PropertyValueFormat.Struct;
|
34
|
+
members: {
|
35
|
+
[name: string]: PropertyRecord;
|
36
|
+
};
|
37
|
+
}
|
38
|
+
/** Array property value
|
39
|
+
* @public
|
40
|
+
*/
|
41
|
+
export interface ArrayValue extends BasePropertyValue {
|
42
|
+
valueFormat: PropertyValueFormat.Array;
|
43
|
+
items: PropertyRecord[];
|
44
|
+
itemsTypeName: string;
|
45
|
+
}
|
46
|
+
/** Type for all property values
|
47
|
+
* @public
|
48
|
+
*/
|
49
|
+
export declare type PropertyValue = PrimitiveValue | StructValue | ArrayValue;
|
50
50
|
//# sourceMappingURL=Value.d.ts.map
|
@@ -1,21 +1,21 @@
|
|
1
|
-
"use strict";
|
2
|
-
/*---------------------------------------------------------------------------------------------
|
3
|
-
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
4
|
-
* See LICENSE.md in the project root for license terms and full copyright notice.
|
5
|
-
*--------------------------------------------------------------------------------------------*/
|
6
|
-
/** @packageDocumentation
|
7
|
-
* @module Properties
|
8
|
-
*/
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
-
exports.PropertyValueFormat = void 0;
|
11
|
-
/**
|
12
|
-
* Enumeration for Format of the property value.
|
13
|
-
* @public
|
14
|
-
*/
|
15
|
-
var PropertyValueFormat;
|
16
|
-
(function (PropertyValueFormat) {
|
17
|
-
PropertyValueFormat[PropertyValueFormat["Primitive"] = 0] = "Primitive";
|
18
|
-
PropertyValueFormat[PropertyValueFormat["Array"] = 1] = "Array";
|
19
|
-
PropertyValueFormat[PropertyValueFormat["Struct"] = 2] = "Struct";
|
20
|
-
})(PropertyValueFormat = exports.PropertyValueFormat || (exports.PropertyValueFormat = {}));
|
1
|
+
"use strict";
|
2
|
+
/*---------------------------------------------------------------------------------------------
|
3
|
+
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
4
|
+
* See LICENSE.md in the project root for license terms and full copyright notice.
|
5
|
+
*--------------------------------------------------------------------------------------------*/
|
6
|
+
/** @packageDocumentation
|
7
|
+
* @module Properties
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.PropertyValueFormat = void 0;
|
11
|
+
/**
|
12
|
+
* Enumeration for Format of the property value.
|
13
|
+
* @public
|
14
|
+
*/
|
15
|
+
var PropertyValueFormat;
|
16
|
+
(function (PropertyValueFormat) {
|
17
|
+
PropertyValueFormat[PropertyValueFormat["Primitive"] = 0] = "Primitive";
|
18
|
+
PropertyValueFormat[PropertyValueFormat["Array"] = 1] = "Array";
|
19
|
+
PropertyValueFormat[PropertyValueFormat["Struct"] = 2] = "Struct";
|
20
|
+
})(PropertyValueFormat = exports.PropertyValueFormat || (exports.PropertyValueFormat = {}));
|
21
21
|
//# sourceMappingURL=Value.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Value.js","sourceRoot":"","sources":["../../../../src/appui-abstract/properties/Value.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAKH;;;GAGG;AACH,IAAY,mBAIX;AAJD,WAAY,mBAAmB;IAC7B,uEAAS,CAAA;IACT,+DAAK,CAAA;IACL,iEAAM,CAAA;AACR,CAAC,EAJW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAI9B","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Properties\n */\n\nimport { Primitives } from \"./PrimitiveTypes\";\nimport { PropertyRecord } from \"./Record\";\n\n/**\n * Enumeration for Format of the property value.\n * @public\n */\nexport enum PropertyValueFormat {\n Primitive,\n Array,\n Struct,\n}\n\n/** Base interface for a property value\n * @public\n */\nexport interface BasePropertyValue {\n valueFormat: PropertyValueFormat;\n}\n\n/** Primitive property value\n * @public\n */\nexport interface PrimitiveValue extends BasePropertyValue {\n valueFormat: PropertyValueFormat.Primitive;\n value?: Primitives.Value;\n displayValue?: string;\n}\n\n/** Struct property value\n * @public\n */\nexport interface StructValue extends BasePropertyValue {\n valueFormat: PropertyValueFormat.Struct;\n members: { [name: string]: PropertyRecord };\n}\n\n/** Array property value\n * @public\n */\nexport interface ArrayValue extends BasePropertyValue {\n valueFormat: PropertyValueFormat.Array;\n items: PropertyRecord[];\n itemsTypeName: string;\n}\n\n/** Type for all property values\n * @public\n */\nexport type PropertyValue = PrimitiveValue | StructValue | ArrayValue;\n"]}
|
1
|
+
{"version":3,"file":"Value.js","sourceRoot":"","sources":["../../../../src/appui-abstract/properties/Value.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAKH;;;GAGG;AACH,IAAY,mBAIX;AAJD,WAAY,mBAAmB;IAC7B,uEAAS,CAAA;IACT,+DAAK,CAAA;IACL,iEAAM,CAAA;AACR,CAAC,EAJW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAI9B","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Properties\r\n */\r\n\r\nimport { Primitives } from \"./PrimitiveTypes\";\r\nimport { PropertyRecord } from \"./Record\";\r\n\r\n/**\r\n * Enumeration for Format of the property value.\r\n * @public\r\n */\r\nexport enum PropertyValueFormat {\r\n Primitive,\r\n Array,\r\n Struct,\r\n}\r\n\r\n/** Base interface for a property value\r\n * @public\r\n */\r\nexport interface BasePropertyValue {\r\n valueFormat: PropertyValueFormat;\r\n}\r\n\r\n/** Primitive property value\r\n * @public\r\n */\r\nexport interface PrimitiveValue extends BasePropertyValue {\r\n valueFormat: PropertyValueFormat.Primitive;\r\n value?: Primitives.Value;\r\n displayValue?: string;\r\n}\r\n\r\n/** Struct property value\r\n * @public\r\n */\r\nexport interface StructValue extends BasePropertyValue {\r\n valueFormat: PropertyValueFormat.Struct;\r\n members: { [name: string]: PropertyRecord };\r\n}\r\n\r\n/** Array property value\r\n * @public\r\n */\r\nexport interface ArrayValue extends BasePropertyValue {\r\n valueFormat: PropertyValueFormat.Array;\r\n items: PropertyRecord[];\r\n itemsTypeName: string;\r\n}\r\n\r\n/** Type for all property values\r\n * @public\r\n */\r\nexport type PropertyValue = PrimitiveValue | StructValue | ArrayValue;\r\n"]}
|