@adaptabletools/adaptable 15.0.0-canary.3 → 15.0.0-canary.5
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/base.css +1 -1
- package/base.css.map +1 -1
- package/bundle.cjs.js +146 -146
- package/index.css +1 -1
- package/index.css.map +1 -1
- package/package.json +1 -1
- package/publishTimestamp.d.ts +1 -1
- package/publishTimestamp.js +1 -1
- package/src/AdaptableInterfaces/IAdaptable.d.ts +2 -2
- package/src/AdaptableOptions/FilterOptions.d.ts +5 -1
- package/src/AdaptableOptions/TeamSharingOptions.d.ts +31 -5
- package/src/Api/Implementation/StatusBarApiImpl.d.ts +2 -2
- package/src/Api/Implementation/TeamSharingApiImpl.d.ts +8 -2
- package/src/Api/Implementation/TeamSharingApiImpl.js +64 -9
- package/src/Api/Internal/FilterInternalApi.d.ts +1 -0
- package/src/Api/Internal/FilterInternalApi.js +10 -1
- package/src/Api/Internal/TeamSharingInternalApi.d.ts +3 -4
- package/src/Api/Internal/TeamSharingInternalApi.js +1 -4
- package/src/Api/StatusBarApi.d.ts +2 -2
- package/src/Api/TeamSharingApi.d.ts +36 -10
- package/src/PredefinedConfig/Common/AdaptablePredicate.js +3 -0
- package/src/PredefinedConfig/TeamSharingState.d.ts +89 -8
- package/src/PredefinedConfig/TeamSharingState.js +5 -0
- package/src/Redux/ActionsReducers/TeamSharingRedux.d.ts +13 -7
- package/src/Redux/ActionsReducers/TeamSharingRedux.js +8 -1
- package/src/Redux/Store/AdaptableStore.js +56 -13
- package/src/Strategy/TeamSharingModule.d.ts +3 -3
- package/src/Strategy/TeamSharingModule.js +6 -7
- package/src/Utilities/Defaults/DefaultAdaptableOptions.js +5 -2
- package/src/Utilities/Services/Interface/ITeamSharingService.d.ts +7 -6
- package/src/Utilities/Services/TeamSharingService.d.ts +7 -6
- package/src/Utilities/Services/TeamSharingService.js +23 -5
- package/src/View/Components/AdaptableDateInput/index.d.ts +1 -1
- package/src/View/Components/AdaptableObjectList/AdaptableObjectList.d.ts +2 -2
- package/src/View/Components/Buttons/ButtonShare.d.ts +2 -2
- package/src/View/Components/Buttons/EntityListActionButtons.d.ts +2 -2
- package/src/View/Components/ModuleSummary/ModuleDetail.d.ts +2 -2
- package/src/View/Components/Popups/AdaptablePopupTeamSharing.d.ts +2 -2
- package/src/View/Components/SharedProps/ConfigEntityRowProps.d.ts +2 -2
- package/src/View/Components/SharedProps/ModuleSummaryProps.d.ts +2 -2
- package/src/View/TeamSharing/SharedEntityDependencies.d.ts +3 -3
- package/src/View/TeamSharing/SharedEntityObjectView.d.ts +4 -4
- package/src/View/TeamSharing/SharedEntityObjectView.js +5 -6
- package/src/View/Theme/ThemePopup.js +2 -3
- package/src/components/ColorPicker/ColorPicker.d.ts +1 -1
- package/src/components/Datepicker/index.d.ts +1 -1
- package/src/components/Input/index.d.ts +1 -1
- package/src/components/List/ListGroupItem/index.d.ts +1 -1
- package/src/metamodel/adaptable.metamodel.d.ts +58 -16
- package/src/metamodel/adaptable.metamodel.js +1 -1
- package/src/types.d.ts +2 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/src/types.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export type { AggregationColumns, WeightedAverageAggregation, } from './Predefin
|
|
|
33
33
|
export type { AccessLevel, Entitlement } from './PredefinedConfig/Common/Entitlement';
|
|
34
34
|
export type { FilterActionOnDataChange } from './PredefinedConfig/Common/FilterActionOnDataChange';
|
|
35
35
|
export type { ConfigState } from './PredefinedConfig/ConfigState';
|
|
36
|
-
export type { TeamSharingOptions } from './AdaptableOptions/TeamSharingOptions';
|
|
36
|
+
export type { TeamSharingOptions, SharedEntitiesContext, } from './AdaptableOptions/TeamSharingOptions';
|
|
37
37
|
export type { ToolPanelOptions, CustomToolPanel, ToolPanelButtonContext, CustomToolPanelButtonContext, } from './AdaptableOptions/ToolPanelOptions';
|
|
38
38
|
export type { UserInterfaceOptions, BasePermittedValues, PermittedValues, EditLookUpPermittedValues, FilterPermittedValues, CustomSortPermittedValues, BulkUpdatePermittedValues, EditLookUpContext, PermittedValuesContext, FilterPermittedValuesContext, BulkUpdatePermittedValuesContext, GridInfoSections, GridInfoSection, ObjectTagsContext, CustomDisplayFormatter, CustomDisplayFormatterContext, } from './AdaptableOptions/UserInterfaceOptions';
|
|
39
39
|
export type { MenuOptions } from './AdaptableOptions/MenuOptions';
|
|
@@ -178,7 +178,7 @@ export type { SelectedCellInfo } from './PredefinedConfig/Selection/SelectedCell
|
|
|
178
178
|
export type { SelectedRowInfo } from './PredefinedConfig/Selection/SelectedRowInfo';
|
|
179
179
|
export type { GridCellRange } from './PredefinedConfig/Selection/GridCellRange';
|
|
180
180
|
export type { Shortcut, ShortcutState, ShortcutScopeDataType, } from './PredefinedConfig/ShortcutState';
|
|
181
|
-
export type { SharedEntity,
|
|
181
|
+
export type { SharedEntity, AdaptableSharedEntity, CustomSharedEntity, TeamSharingState, SharedEntityType, AdaptableSharedEntityConfig, CustomSharedEntityConfig, } from './PredefinedConfig/TeamSharingState';
|
|
182
182
|
export type { AdaptableTheme, ThemeState } from './PredefinedConfig/ThemeState';
|
|
183
183
|
export type { ToolPanelState, AdaptableToolPanelDefinition, ToolPanelVisibilityMode, } from './PredefinedConfig/ToolPanelState';
|
|
184
184
|
export type { AdaptableFrameworkComponent, AngularFrameworkComponent, ReactFrameworkComponent, CustomRenderContext, } from './AdaptableOptions/AdaptableFrameworkComponent';
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "15.0.0-canary.
|
|
1
|
+
declare const _default: "15.0.0-canary.5";
|
|
2
2
|
export default _default;
|
package/version.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.default = '15.0.0-canary.
|
|
3
|
+
exports.default = '15.0.0-canary.5'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version
|