@oicl/openbridge-webcomponents-ng 2.0.0-next.5 → 2.0.0-next.7
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/index.d.ts
CHANGED
|
@@ -121,7 +121,7 @@ import { ObcClock as ObcClock$1 } from '@oicl/openbridge-webcomponents/dist/comp
|
|
|
121
121
|
import { ObcCommandButton as ObcCommandButton$1 } from '@oicl/openbridge-webcomponents/dist/components/command-button/command-button.js';
|
|
122
122
|
import { ObcCommandMenu as ObcCommandMenu$1 } from '@oicl/openbridge-webcomponents/dist/components/command-menu/command-menu.js';
|
|
123
123
|
import { ObcCommunicationTable as ObcCommunicationTable$1, ObcCommunicationTableRow, ObcCommunicationTableRowClickEvent } from '@oicl/openbridge-webcomponents/dist/components/communication-table/communication-table.js';
|
|
124
|
-
import { ObcContextMenuInput as ObcContextMenuInput$1, ContextMenuType, ContextMenuOption, ColumnGroup } from '@oicl/openbridge-webcomponents/dist/components/context-menu-input/context-menu-input.js';
|
|
124
|
+
import { ObcContextMenuInput as ObcContextMenuInput$1, ContextMenuType, ContextMenuOption, ColumnGroup, ObcContextMenuInputChangeEvent, ObcContextMenuInputItemClickEvent } from '@oicl/openbridge-webcomponents/dist/components/context-menu-input/context-menu-input.js';
|
|
125
125
|
import { DateItemEvent, ObcEventItem as ObcEventItem$1, EventItemType } from '@oicl/openbridge-webcomponents/dist/components/event-item/event-item.js';
|
|
126
126
|
import { ObcDateItem as ObcDateItem$1, DateItemSize } from '@oicl/openbridge-webcomponents/dist/components/date-item/date-item.js';
|
|
127
127
|
import { ObcDivider as ObcDivider$1 } from '@oicl/openbridge-webcomponents/dist/components/divider/divider.js';
|
|
@@ -142,7 +142,7 @@ import { ObcKeyboardFull as ObcKeyboardFull$1, ObcKeyboardFullType } from '@oicl
|
|
|
142
142
|
import { ObcTextInputFieldSize, ObcTextInputField as ObcTextInputField$1, HTMLInputTypeAttribute, ObcTextInputFieldTextAlign, ObcTextInputFieldPlacement } from '@oicl/openbridge-webcomponents/dist/components/text-input-field/text-input-field.js';
|
|
143
143
|
import { ObcKeyboardNumeric as ObcKeyboardNumeric$1, ObcKeyboardNumericType } from '@oicl/openbridge-webcomponents/dist/components/keyboard-numeric/keyboard-numeric.js';
|
|
144
144
|
import { ObcNumberInputFieldTextAlign, ObcNumberInputField as ObcNumberInputField$1, ObcNumberInputFieldSize, ObcNumberInputFieldPlacement } from '@oicl/openbridge-webcomponents/dist/components/number-input-field/number-input-field.js';
|
|
145
|
-
import { ObcMenuButton as ObcMenuButton$1 } from '@oicl/openbridge-webcomponents/dist/components/menu-button/menu-button.js';
|
|
145
|
+
import { ObcMenuButton as ObcMenuButton$1, ObcSplitButtonChangeEvent, ObcMenuButtonItemClickEvent } from '@oicl/openbridge-webcomponents/dist/components/menu-button/menu-button.js';
|
|
146
146
|
import { ObcModalWindow as ObcModalWindow$1, ObcModalWindowSize } from '@oicl/openbridge-webcomponents/dist/components/modal-window/modal-window.js';
|
|
147
147
|
import { ObcNavigationMenuVariant, ObcNavigationMenu as ObcNavigationMenu$1, ObcNavigationMenuFlyoutVariant } from '@oicl/openbridge-webcomponents/dist/components/navigation-menu/navigation-menu.js';
|
|
148
148
|
import { ObcNavigationItem as ObcNavigationItem$1 } from '@oicl/openbridge-webcomponents/dist/components/navigation-item/navigation-item.js';
|
|
@@ -172,7 +172,7 @@ import { ObcSequenceToolbar as ObcSequenceToolbar$1, SequenceToolbarType } from
|
|
|
172
172
|
import { ObcSlideButton as ObcSlideButton$1, ObcSlideButtonSlideEvent } from '@oicl/openbridge-webcomponents/dist/components/slide-button/slide-button.js';
|
|
173
173
|
import { ObcSlider as ObcSlider$1, ObcSliderVariant, ObcSliderValueEvent } from '@oicl/openbridge-webcomponents/dist/components/slider/slider.js';
|
|
174
174
|
import { ObcSliderDouble as ObcSliderDouble$1, ObcSliderDoubleVariant, ObcSliderDoubleValueEvent } from '@oicl/openbridge-webcomponents/dist/components/slider-double/slider-double.js';
|
|
175
|
-
import { ObcSplitButton as ObcSplitButton$1 } from '@oicl/openbridge-webcomponents/dist/components/split-button/split-button.js';
|
|
175
|
+
import { ObcSplitButton as ObcSplitButton$1, ObcSplitButtonClickEvent, ObcSplitButtonChangeEvent as ObcSplitButtonChangeEvent$1 } from '@oicl/openbridge-webcomponents/dist/components/split-button/split-button.js';
|
|
176
176
|
import { ObcStartStopSwitch as ObcStartStopSwitch$1, StartStopSwitchVariant, StartStopSwitchSize, ObcStartStopSwitchChangeEvent } from '@oicl/openbridge-webcomponents/dist/components/start-stop-switch/start-stop-switch.js';
|
|
177
177
|
import { ObcStatusIndicator as ObcStatusIndicator$1, StatusIndicatorStatus } from '@oicl/openbridge-webcomponents/dist/components/status-indicator/status-indicator.js';
|
|
178
178
|
import { ObcStepperBox as ObcStepperBox$1, ObcStepperBoxType } from '@oicl/openbridge-webcomponents/dist/components/stepper-box/stepper-box.js';
|
|
@@ -4649,14 +4649,8 @@ declare class ObcContextMenuInput {
|
|
|
4649
4649
|
get multiSelect(): boolean | undefined;
|
|
4650
4650
|
set selectPerGroup(v: boolean | undefined);
|
|
4651
4651
|
get selectPerGroup(): boolean | undefined;
|
|
4652
|
-
changeEvent: EventEmitter<
|
|
4653
|
-
|
|
4654
|
-
selectedOptions: ContextMenuOption[];
|
|
4655
|
-
}>>;
|
|
4656
|
-
itemClickEvent: EventEmitter<CustomEvent<{
|
|
4657
|
-
value: string;
|
|
4658
|
-
option: ContextMenuOption;
|
|
4659
|
-
}>>;
|
|
4652
|
+
changeEvent: EventEmitter<ObcContextMenuInputChangeEvent>;
|
|
4653
|
+
itemClickEvent: EventEmitter<ObcContextMenuInputItemClickEvent>;
|
|
4660
4654
|
closeEvent: EventEmitter<CustomEvent<void>>;
|
|
4661
4655
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObcContextMenuInput, never>;
|
|
4662
4656
|
static ɵcmp: i0.ɵɵComponentDeclaration<ObcContextMenuInput, "obc-context-menu-input", never, { "type": { "alias": "type"; "required": false; }; "options": { "alias": "options"; "required": false; }; "selectedValues": { "alias": "selectedValues"; "required": false; }; "hasTitleBar": { "alias": "hasTitleBar"; "required": false; }; "title": { "alias": "title"; "required": false; }; "columnGroups": { "alias": "columnGroups"; "required": false; }; "itemsPerColumn": { "alias": "itemsPerColumn"; "required": false; }; "multiSelect": { "alias": "multiSelect"; "required": false; }; "selectPerGroup": { "alias": "selectPerGroup"; "required": false; }; }, { "changeEvent": "changeEvent"; "itemClickEvent": "itemClickEvent"; "closeEvent": "closeEvent"; }, never, ["*"], true, never>;
|
|
@@ -5138,14 +5132,8 @@ declare class ObcMenuButton {
|
|
|
5138
5132
|
get openTop(): boolean;
|
|
5139
5133
|
set disabled(v: boolean);
|
|
5140
5134
|
get disabled(): boolean;
|
|
5141
|
-
changeEvent: EventEmitter<
|
|
5142
|
-
|
|
5143
|
-
selectedOptions: Array<ContextMenuOption>;
|
|
5144
|
-
}>>;
|
|
5145
|
-
itemClickEvent: EventEmitter<CustomEvent<{
|
|
5146
|
-
value: string;
|
|
5147
|
-
option: ContextMenuOption;
|
|
5148
|
-
}>>;
|
|
5135
|
+
changeEvent: EventEmitter<ObcSplitButtonChangeEvent>;
|
|
5136
|
+
itemClickEvent: EventEmitter<ObcMenuButtonItemClickEvent>;
|
|
5149
5137
|
openEvent: EventEmitter<CustomEvent<void>>;
|
|
5150
5138
|
closeEvent: EventEmitter<CustomEvent<void>>;
|
|
5151
5139
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObcMenuButton, never>;
|
|
@@ -5980,15 +5968,8 @@ declare class ObcSplitButton {
|
|
|
5980
5968
|
get openTop(): boolean;
|
|
5981
5969
|
set columnGroups(v: ColumnGroup[]);
|
|
5982
5970
|
get columnGroups(): ColumnGroup[];
|
|
5983
|
-
clickEvent: EventEmitter<
|
|
5984
|
-
|
|
5985
|
-
value?: string;
|
|
5986
|
-
option?: ContextMenuOption;
|
|
5987
|
-
}>>;
|
|
5988
|
-
changeEvent: EventEmitter<CustomEvent<{
|
|
5989
|
-
selectedValues: string[];
|
|
5990
|
-
selectedOptions: Array<ContextMenuOption>;
|
|
5991
|
-
}>>;
|
|
5971
|
+
clickEvent: EventEmitter<ObcSplitButtonClickEvent>;
|
|
5972
|
+
changeEvent: EventEmitter<ObcSplitButtonChangeEvent$1>;
|
|
5992
5973
|
static ɵfac: i0.ɵɵFactoryDeclaration<ObcSplitButton, never>;
|
|
5993
5974
|
static ɵcmp: i0.ɵɵComponentDeclaration<ObcSplitButton, "obc-split-button", never, { "label": { "alias": "label"; "required": false; }; "hasIcon": { "alias": "hasIcon"; "required": false; }; "options": { "alias": "options"; "required": false; }; "selectedValues": { "alias": "selectedValues"; "required": false; }; "menuType": { "alias": "menuType"; "required": false; }; "multiSelect": { "alias": "multiSelect"; "required": false; }; "selectPerGroup": { "alias": "selectPerGroup"; "required": false; }; "itemsPerColumn": { "alias": "itemsPerColumn"; "required": false; }; "hasTitleBar": { "alias": "hasTitleBar"; "required": false; }; "menuTitle": { "alias": "menuTitle"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "openTop": { "alias": "openTop"; "required": false; }; "columnGroups": { "alias": "columnGroups"; "required": false; }; }, { "clickEvent": "clickEvent"; "changeEvent": "changeEvent"; }, never, ["*"], true, never>;
|
|
5994
5975
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oicl/openbridge-webcomponents-ng",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.0-next.
|
|
4
|
+
"version": "2.0.0-next.7",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@oicl/openbridge-webcomponents": "^2.0.0-next.
|
|
6
|
+
"@oicl/openbridge-webcomponents": "^2.0.0-next.6",
|
|
7
7
|
"tslib": "^2.8.1"
|
|
8
8
|
},
|
|
9
9
|
"peerDependencies": {
|