@infomaximum/widget-sdk 7.0.0-2602.1 → 7.0.0-2603.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,29 +2,43 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ## [7.0.0-2602.1](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-2602.0...v7.0.0-2602.1) (2026-04-15)
5
+ ## [7.0.0-2603.1](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-2603.0...v7.0.0-2603.1) (2026-04-15)
6
6
 
7
7
 
8
8
  ### Features
9
9
 
10
- * добавлена вспомогательная функция mapValues (для внутреннего использования) ([5e2cfba](https://github.com/Infomaximum/widget-sdk/commit/5e2cfba26963560f9a0aac7b9b9e9de5982fa154))
11
- * добавлено кеширование результатов вызова фабрик схем ([efee707](https://github.com/Infomaximum/widget-sdk/commit/efee707d9f6c946ce07144b77f61e88d2b3be446))
10
+ * добавлена вспомогательная функция mapValues (для внутреннего использования) ([6673ff9](https://github.com/Infomaximum/widget-sdk/commit/6673ff97aece9e50a831a1b96540f03de7f0c354))
11
+ * добавлено кеширование результатов вызова фабрик схем ([23698e3](https://github.com/Infomaximum/widget-sdk/commit/23698e3c53924dc41efd2d56c96c0a234217f79b))
12
12
 
13
- ## [7.0.0-2602.0](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-12...v7.0.0-2602.0) (2026-04-06)
13
+ ## [7.0.0-2603.0](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-14...v7.0.0-2603.0) (2026-04-06)
14
14
 
15
15
 
16
16
  ### Features
17
17
 
18
- * внесены доработки в схемы фильтров ([feb5ac2](https://github.com/Infomaximum/widget-sdk/commit/feb5ac285aca460ef01897bd9b92fa5baf3d4109))
19
- * во внутренние вспомогательные функции добавлена функция assignPropsToFn ([c7fa220](https://github.com/Infomaximum/widget-sdk/commit/c7fa220d6f279787fddc1ca2f2e34816833c6bb6))
20
- * добавлен API для декларирования истории схем виджетами ([56a0b0a](https://github.com/Infomaximum/widget-sdk/commit/56a0b0ad4f8a96355a379471aae2a0a559e10651))
21
- * добавлен класс для регистрации версионированных схем ([b2b5c03](https://github.com/Infomaximum/widget-sdk/commit/b2b5c030e2ff515c19fc2ac973baed6dbfa33c36))
22
- * описана история схем ([bf7f55e](https://github.com/Infomaximum/widget-sdk/commit/bf7f55ede2a7bdb367ef8dab17abe76f67527c19))
18
+ * внесены доработки в схемы фильтров ([5d70cfe](https://github.com/Infomaximum/widget-sdk/commit/5d70cfe65f30a634cb111d28f7863eec2fc7d135))
19
+ * во внутренние вспомогательные функции добавлена функция assignPropsToFn ([1395853](https://github.com/Infomaximum/widget-sdk/commit/1395853c70ba2a7fb37d6e470990d0fb8c4f03f9))
20
+ * добавлен API для декларирования истории схем виджетами ([b4e9358](https://github.com/Infomaximum/widget-sdk/commit/b4e935814642b23ff561dbf0b08fc022815cc6f1))
21
+ * добавлен класс для регистрации версионированных схем ([40011be](https://github.com/Infomaximum/widget-sdk/commit/40011bedf509e976744bac36d51e8fd3a5addc0c))
22
+ * описана история схем ([cdf21d5](https://github.com/Infomaximum/widget-sdk/commit/cdf21d5939cfd24525669a4322413fddb459bc4c))
23
23
 
24
24
 
25
25
  ### Bug Fixes
26
26
 
27
- * обработано значение по умолчанию для действий по клику внутри показателей ([afa64df](https://github.com/Infomaximum/widget-sdk/commit/afa64dfb76f6d87066bf0b2abe1d53f4896a329c))
27
+ * обработано значение по умолчанию для действий по клику внутри показателей ([df27b1c](https://github.com/Infomaximum/widget-sdk/commit/df27b1cb9caf42f17ef932b6d98645fe033cfe0c))
28
+
29
+ ## [7.0.0-14](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-13...v7.0.0-14) (2026-03-27)
30
+
31
+
32
+ ### Features
33
+
34
+ * добавлена возможность включить множественное добавление разрезов ([fab926d](https://github.com/Infomaximum/widget-sdk/commit/fab926d1dfa526dfff24b950a0f7daee1b5a0d9c))
35
+
36
+ ## [7.0.0-13](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-12...v7.0.0-13) (2026-03-24)
37
+
38
+
39
+ ### Features
40
+
41
+ * Добавлено поле для изменения подписи кнопки запуска скрипта из модального окна ([f2aa4ae](https://github.com/Infomaximum/widget-sdk/commit/f2aa4ae35feaa4547b02a9820f2c1aeffd5ecd1c))
28
42
 
29
43
  ## [7.0.0-12](https://github.com/Infomaximum/widget-sdk/compare/v7.0.0-11...v7.0.0-12) (2026-02-20)
30
44
 
package/README.md CHANGED
@@ -14,6 +14,6 @@
14
14
  | 4.x.x | 2408 - 2411 |
15
15
  | 5.x.x | 2412 - 2507 |
16
16
  | 6.x.x | 2508 - 2512 |
17
- | 7.x.x | 2501 - latest |
17
+ | 7.x.x | 2601 - latest |
18
18
 
19
19
  ---
package/dist/index.d.ts CHANGED
@@ -1248,6 +1248,7 @@ declare const WidgetColumnIndicatorSchema: TVersionedSchema<{
1248
1248
  option: zod.ZodDefault<zod.ZodEnum<typeof EDataModelOption>>;
1249
1249
  parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
1250
1250
  }, zod_v4_core.$strip>], "inputMethod">>>>;
1251
+ runButtonText: zod.ZodDefault<zod.ZodString>;
1251
1252
  }, zod_v4_core.$strip>, zod.ZodObject<{
1252
1253
  id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
1253
1254
  name: zod.ZodString;
@@ -2500,6 +2501,7 @@ declare const WidgetDimensionSchema: TVersionedSchema<{
2500
2501
  option: zod.ZodDefault<zod.ZodEnum<typeof EDataModelOption>>;
2501
2502
  parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
2502
2503
  }, zod_v4_core.$strip>], "inputMethod">>>>;
2504
+ runButtonText: zod.ZodDefault<zod.ZodString>;
2503
2505
  }, zod_v4_core.$strip>, zod.ZodObject<{
2504
2506
  id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
2505
2507
  name: zod.ZodString;
@@ -3733,6 +3735,7 @@ declare const WidgetDimensionInHierarchySchema: TVersionedSchema<{
3733
3735
  option: zod.ZodDefault<zod.ZodEnum<typeof EDataModelOption>>;
3734
3736
  parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
3735
3737
  }, zod_v4_core.$strip>], "inputMethod">>>>;
3738
+ runButtonText: zod.ZodDefault<zod.ZodString>;
3736
3739
  }, zod_v4_core.$strip>, zod.ZodObject<{
3737
3740
  id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
3738
3741
  name: zod.ZodString;
@@ -4858,6 +4861,7 @@ declare const WidgetDimensionHierarchySchema: TVersionedSchema<{
4858
4861
  option: EDataModelOption;
4859
4862
  parent: string | null;
4860
4863
  }))[];
4864
+ runButtonText: string;
4861
4865
  } | {
4862
4866
  id: number;
4863
4867
  name: string;
@@ -6862,6 +6866,7 @@ declare const WidgetMeasureSchema: TVersionedSchema<{
6862
6866
  option: zod.ZodDefault<zod.ZodEnum<typeof EDataModelOption>>;
6863
6867
  parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
6864
6868
  }, zod_v4_core.$strip>], "inputMethod">>>>;
6869
+ runButtonText: zod.ZodDefault<zod.ZodString>;
6865
6870
  }, zod_v4_core.$strip>, zod.ZodObject<{
6866
6871
  id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
6867
6872
  name: zod.ZodString;
@@ -8137,6 +8142,7 @@ declare const MarkdownMeasureSchema: TVersionedSchema<{
8137
8142
  option: zod.ZodDefault<zod.ZodEnum<typeof EDataModelOption>>;
8138
8143
  parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
8139
8144
  }, zod_v4_core.$strip>], "inputMethod">>>>;
8145
+ runButtonText: zod.ZodDefault<zod.ZodString>;
8140
8146
  }, zod_v4_core.$strip>, zod.ZodObject<{
8141
8147
  id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
8142
8148
  name: zod.ZodString;
@@ -9766,6 +9772,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
9766
9772
  option: zod.ZodDefault<zod.ZodEnum<typeof EDataModelOption>>;
9767
9773
  parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
9768
9774
  }, zod_v4_core.$strip>], "inputMethod">>>>;
9775
+ runButtonText: zod.ZodDefault<zod.ZodString>;
9769
9776
  }, zod_v4_core.$strip>, zod.ZodObject<{
9770
9777
  id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
9771
9778
  name: zod.ZodString;
@@ -11140,6 +11147,7 @@ declare const BaseWidgetSettingsSchema: TVersionedSchema<{
11140
11147
  option: zod.ZodDefault<zod.ZodEnum<typeof EDataModelOption>>;
11141
11148
  parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
11142
11149
  }, zod_v4_core.$strip>], "inputMethod">>>>;
11150
+ runButtonText: zod.ZodDefault<zod.ZodString>;
11143
11151
  }, zod_v4_core.$strip>>>;
11144
11152
  buttonType: zod.ZodDefault<zod.ZodEnum<typeof EActionButtonsTypes>>;
11145
11153
  backgroundColor: zod.ZodDefault<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
@@ -11950,14 +11958,18 @@ interface IWidgetIndicatorAddButtonProps {
11950
11958
  interface IMeasureAddButtonProps extends IWidgetIndicatorAddButtonProps {
11951
11959
  options?: TMeasureAddButtonSelectOption[];
11952
11960
  }
11961
+ interface IDimensionAddButtonProps {
11962
+ enableMultipleAdd?: boolean;
11963
+ }
11953
11964
  interface ISortingAddButtonProps extends IWidgetIndicatorAddButtonProps {
11954
11965
  }
11955
11966
  interface IInitialSettings extends Record<string, any> {
11956
11967
  }
11968
+ type TAddButtonProps = ICustomAddButtonProps | IMeasureAddButtonProps | IDimensionAddButtonProps | ISortingAddButtonProps;
11957
11969
  /** Кнопка добавления группы в набор */
11958
11970
  type TAddButton = {
11959
11971
  title: string;
11960
- props?: (ICustomAddButtonProps | IMeasureAddButtonProps | ISortingAddButtonProps) & {
11972
+ props?: TAddButtonProps & {
11961
11973
  /** Ключи процессов для фильтрации таблиц, доступных для выбора */
11962
11974
  processKeys?: Iterable<string>;
11963
11975
  };
@@ -12960,6 +12972,7 @@ declare const ActionRunScriptSchema: TVersionedSchema<{
12960
12972
  option: zod.ZodDefault<zod.ZodEnum<typeof EDataModelOption>>;
12961
12973
  parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
12962
12974
  }, zod_v4_core.$strip>], "inputMethod">>>>;
12975
+ runButtonText: zod.ZodDefault<zod.ZodString>;
12963
12976
  }, zod_v4_core.$strip>;
12964
12977
  }, "17">;
12965
12978
  declare const ActionUpdateVariableSchema: TVersionedSchema<{
@@ -13894,6 +13907,7 @@ declare const ActionsOnClickSchema: TVersionedSchema<{
13894
13907
  option: zod.ZodDefault<zod.ZodEnum<typeof EDataModelOption>>;
13895
13908
  parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
13896
13909
  }, zod_v4_core.$strip>], "inputMethod">>>>;
13910
+ runButtonText: zod.ZodDefault<zod.ZodString>;
13897
13911
  }, zod_v4_core.$strip>, zod.ZodObject<{
13898
13912
  id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
13899
13913
  name: zod.ZodString;
@@ -14887,6 +14901,7 @@ declare const WidgetActionSchema: TVersionedSchema<{
14887
14901
  option: zod.ZodDefault<zod.ZodEnum<typeof EDataModelOption>>;
14888
14902
  parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
14889
14903
  }, zod_v4_core.$strip>], "inputMethod">>>>;
14904
+ runButtonText: zod.ZodDefault<zod.ZodString>;
14890
14905
  }, zod_v4_core.$strip>;
14891
14906
  }, "17">;
14892
14907
  declare const ViewActionParameterSchema: TVersionedSchema<{
@@ -15230,6 +15245,7 @@ declare const ActionSchema: TVersionedSchema<{
15230
15245
  option: zod.ZodDefault<zod.ZodEnum<typeof EDataModelOption>>;
15231
15246
  parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
15232
15247
  }, zod_v4_core.$strip>], "inputMethod">>>>;
15248
+ runButtonText: zod.ZodDefault<zod.ZodString>;
15233
15249
  }, zod_v4_core.$strip>, zod.ZodObject<{
15234
15250
  id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
15235
15251
  name: zod.ZodString;
@@ -16128,6 +16144,7 @@ declare const ActionSchema: TVersionedSchema<{
16128
16144
  option: zod.ZodDefault<zod.ZodEnum<typeof EDataModelOption>>;
16129
16145
  parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
16130
16146
  }, zod_v4_core.$strip>], "inputMethod">>>>;
16147
+ runButtonText: zod.ZodDefault<zod.ZodString>;
16131
16148
  }, zod_v4_core.$strip>, zod.ZodObject<{
16132
16149
  id: zod.ZodPipe<zod.ZodDefault<zod.ZodNumber>, zod.ZodTransform<number, number>>;
16133
16150
  name: zod.ZodString;
@@ -16350,6 +16367,7 @@ declare const ActionButtonSchema: TVersionedSchema<{
16350
16367
  option: zod.ZodDefault<zod.ZodEnum<typeof EDataModelOption>>;
16351
16368
  parent: zod.ZodDefault<zod.ZodNullable<zod.ZodString>>;
16352
16369
  }, zod_v4_core.$strip>], "inputMethod">>>>;
16370
+ runButtonText: zod.ZodDefault<zod.ZodString>;
16353
16371
  }, zod_v4_core.$strip>>>;
16354
16372
  buttonType: zod.ZodDefault<zod.ZodEnum<typeof EActionButtonsTypes>>;
16355
16373
  backgroundColor: zod.ZodDefault<zod.ZodDiscriminatedUnion<[zod.ZodObject<{
@@ -16963,6 +16981,7 @@ type TActionsConfig = Partial<{
16963
16981
  [EActionTypes.OPEN_URL]: Omit<ICommonActionConfig, "extraInputMethods">;
16964
16982
  [EActionTypes.EXECUTE_SCRIPT]: ICommonActionConfig & {
16965
16983
  showActivateCondition?: boolean;
16984
+ enableRunButtonText?: (parameters: IActionRunScript["parameters"]) => boolean;
16966
16985
  };
16967
16986
  }>;
16968
16987
  declare const defaultActionsConfig: {
@@ -17803,4 +17822,4 @@ declare global {
17803
17822
  }
17804
17823
  }
17805
17824
 
17806
- export { ActionButtonSchema, ActionDrillDownSchema, ActionGoToURLSchema, ActionOnClickParameterSchema, ActionOpenInSchema, ActionOpenViewSchema, ActionRunScriptSchema, ActionSchema, ActionUpdateVariableSchema, ActionsOnClickSchema, AutoIdentifiedArrayItemSchema, BaseWidgetSettingsSchema, ColorAutoSchema, ColorBaseSchema, ColorByDimensionSchema, ColorDisabledSchema, ColorFormulaSchema, ColorGradientSchema, ColorRuleSchema, ColorSchema, ColorValuesSchema, ColoredValueSchema, ColumnIndicatorValueSchema, DimensionProcessFilterSchema, DimensionValueSchema, DisplayConditionSchema, EActionButtonsTypes, EActionTypes, EActivateConditionMode, EAutoUpdateMode, ECalculatorFilterMethods, EClickHouseBaseTypes, EColorMode, EControlType, ECustomSelectTemplates, EDataModelOption, EDimensionAggregationTemplateName, EDimensionProcessFilterTimeUnit, EDimensionTemplateNames, EDisplayConditionMode, EDrawerPlacement, EDurationTemplateName, EDurationUnit, EEventAppearances, EEventMeasureTemplateNames, EFontWeight, EFormatOrFormattingMode, EFormulaFilterFieldKeys, EHeightMode, EIndicatorType, ELastTimeUnit, EMarkdownDisplayMode, EMeasureAggregationTemplateName, EMeasureInnerTemplateNames, EMeasureTemplateNames, EOuterAggregation, EProcessFilterNames, ESelectOptionTypes, ESettingsSchemaMetaKey, ESimpleDataType, ESimpleInputType, ESortDirection, ESortingValueModes, ESystemRecordKey, ETransitionMeasureTemplateNames, EUnitMode, EViewMode, EViewOpenIn, EWidgetActionInputMethod, EWidgetFilterMode, EWidgetIndicatorType, EWidgetIndicatorValueModes, ExtendedFormulaFilterValueSchema, FormatSchema, FormattingSchema, FormulaFilterValueSchema, FormulaNullableSchema, FormulaSchema, type IActionButton, type IActionDrillDown, type IActionGoToUrl, type IActionOnClickControl, type IActionRunScript, type IActionScript, type IActionUpdateVariable, type IAddButtonSelectOption, type IAddDurationOfTransitionFilter, type IAddPresenceOfEventFilter, type IAddPresenceOfTransitionFilter, type IAddRepetitionOfEventFilter, type IAutoIdentifiedArrayItem, type IBaseDimensionsAndMeasuresCalculator, type IBaseDimensionsAndMeasuresCalculatorInput, type IBaseDimensionsAndMeasuresCalculatorOutput, type IBaseWidgetSettings, type ICalculator, type ICalculatorDimensionInput, type ICalculatorDimensionOutput, type ICalculatorFactory, type ICalculatorFilter, type ICalculatorIndicatorInput, type ICalculatorIndicatorOutput, type ICalculatorMeasureInput, type ICalculatorMeasureOutput, type ICalculatorOptions, type ICollapseRecord, type IColorPickerControl, type IColoredValue, type ICommonDimensions, type ICommonMeasures, type ICommonState, type IControlProps, type IControlRecord, type ICustomAddButtonProps, type ICustomWidgetProps, type IDefinition, type IDimensionProcessFilter, type IDimensionSelection, type IDimensionSelectionByFormula, type IDisplayConditionControl, type IDisplayPredicate, type IDisplayRule, type IDivePanelDescription, type IDividerRecord, type IEdge, type IEventsColorControl, type IEventsPickerControl, type IExportColumnOrder, type IFillSettings, type IFilterControl, type IFormattingControl, type IFormattingTemplateControl, type IFormulaControl, type IFormulaFilterValue, type IGeneralCalculator, type IGeneralCalculatorExportInput, type IGeneralCalculatorInput, type IGeneralCalculatorOutput, type IGlobalContext, type IGradient, type IGraphElement, type IGroupSetDescription, type IGroupSetRecord, type IGroupSettings, type IHistogramBin, type IHistogramCalculator, type IHistogramCalculatorInput, type IHistogramCalculatorOutput, type IHistoricalSchemaDefinition, type IIndicatorLink, type IInitialSettings, type IInputControl, type IInputMarkdownControl, type IInputNumberControl, type IInputRangeControl, type IInputTemplatedControl, type ILens, type ILifecycleRuntime, type ILifecycleRuntimeFactory, type IMarkdownMeasure, type IMeasureAddButtonProps, type IMigrateContext, type IPanelDescription, type IPanelDescriptionCreator, type IParameterFromAggregation, type IParameterFromColumn, type IParameterFromDynamicList, type IParameterFromEndEvent, type IParameterFromEvent, type IParameterFromFormula, type IParameterFromManualInput, type IParameterFromStartEvent, type IParameterFromStaticList, type IParameterFromVariable, type IPieCalculator, type IPieCalculatorInput, type IPieCalculatorOutput, type IProcessEventFilterValue, type IProcessEventIndicator, type IProcessFilterPreviewParams, type IProcessGraphCalculator, type IProcessGraphCalculatorInput, type IProcessGraphCalculatorOutput, type IProcessIndicator, type IProcessTransitionFilterValue, type IProcessTransitionIndicator, type IRadioIconGroupControl, type IRange, type ISchemaContext, type ISchemaFactory, type ISelectBranchOption, type ISelectControl, type ISelectDividerOption, type ISelectGroupOption, type ISelectLeafOption, type ISelectNode, type ISelectOption, type ISelectSystemOption, type ISizeControl, type ISortOrder, type ISortingAddButtonProps, type IStagesFilterValue, type IStaticListLabeledOption, type ISwitchControl, type ITagSetControl, type ITheme, type ITwoLimitsCalculator, type ITwoLimitsCalculatorExportInput, type ITwoLimitsCalculatorInput, type ITwoLimitsCalculatorOutput, type ITypeCalculator, type ITypeCalculatorInput, type ITypeCalculatorOutput, type ITypeCalculatorOutputItem, type ITypedFormulaControl, type IVertex, type IViewAction, type IViewContext, type IWidget, type IWidgetAction, type IWidgetColumnIndicator, type IWidgetColumnListVariable, type IWidgetDimension, type IWidgetDimensionHierarchy, type IWidgetDimensionInHierarchy, type IWidgetDynamicListVariable, type IWidgetEntity, type IWidgetFilter, type IWidgetFiltration, type IWidgetFormatting, type IWidgetIndicator, type IWidgetIndicatorAddButtonProps, type IWidgetManifest, type IWidgetMeasure, type IWidgetMigrator, type IWidgetPersistValue, type IWidgetPlaceholderController, type IWidgetPlaceholderValues, type IWidgetPresetSettings, type IWidgetProcess, type IWidgetProps, type IWidgetSortingIndicator, type IWidgetStaticListVariable, type IWidgetStaticVariable, type IWidgetStruct, type IWidgetTable, type IWidgetTableColumn, KeyNullableSchema, MarkdownMeasureSchema, MeasureValueSchema, NameNullableSchema, OuterAggregation, ParameterFromAggregationSchema, ParameterFromColumnSchema, ParameterFromDataModelSchema, ParameterFromDynamicListSchema, ParameterFromEndEventSchema, ParameterFromEventSchema, ParameterFromFormulaSchema, ParameterFromManualInputSchema, ParameterFromStartEventSchema, ParameterFromStaticListSchema, ParameterFromVariableSchema, ProcessIndicatorSchema, ProcessIndicatorValueSchema, RangeSchema, SchemaRegistryReader, SettingsFilterSchema, SortDirectionSchema, SortOrderSchema, type TAction, type TActionOnClickParameter, type TActionOpenView, type TActionValidator, type TActionsConfig, type TActionsOnClick, type TAddButton, type TApiVersion, type TBoundedContentWithIndicator, type TColor, type TColorBase, type TColorRule, type TColumnIndicatorValue, type TConditionalDimensionInHierarchy, type TContextMenu, type TContextMenuButton, type TContextMenuButtonActions, type TContextMenuButtonApply, type TContextMenuButtonClose, type TContextMenuButtonCustom, type TContextMenuButtonGroup, type TContextMenuButtonOptions, type TContextMenuList, type TContextMenuPositionUnit, type TContextMenuRow, type TControlUnion, type TControlsSpecMap, type TCustomAddButtonSelectOption, type TCustomControlFactories, type TDefineWidgetOptions, type TDisplayCondition, type TDisplayMode, type TEmptyRecord, type TExtendedFormulaFilterValue, type TFiltrationAccessibility, type TGradientsSetValue, type TGroupLevelRecord, type THintPlacement, type TLaunchActionParams, type TLimitedColor, type TMeasureAddButtonSelectOption, type TMigrateProcessor, type TMigrationStruct, type TParameterFromDataModel, type TProcessIndicatorValue, type TRecordAccessor, type TSchemaType, type TSelectChildOptions, type TSelectFetchNodes, type TSelectivePartial, type TSettingsFilter, type TSettingsOf, type TSortDirection, type TTabsHorizontalAlignment, type TUpdateSelection, type TValuePath, type TVersion, type TViewActionParameter, type TWidgetActionParameter, type TWidgetContainer, type TWidgetDimensionData, type TWidgetDimensionUnion, type TWidgetFilterValue, type TWidgetFiltering, type TWidgetIndicatorAggregationValue, type TWidgetIndicatorConversionValue, type TWidgetIndicatorDurationValue, type TWidgetIndicatorTimeValue, type TWidgetLevelRecord, type TWidgetMeasureData, type TWidgetSortingValue, type TWidgetVariable, type TWidgetsPaletteValue, type TZod, VersionedSchemaFactory, ViewActionParameterSchema, ViewActionSchema, WidgetActionParameterSchema, WidgetActionSchema, WidgetColumnIndicatorSchema, WidgetDimensionHierarchySchema, WidgetDimensionInHierarchySchema, WidgetDimensionSchema, WidgetIndicatorAggregationValueSchema, WidgetIndicatorConversionValueSchema, WidgetIndicatorDurationValueSchema, WidgetIndicatorFormulaValueSchema, WidgetIndicatorSchema, WidgetIndicatorTemplateValueSchema, WidgetIndicatorTimeValueSchema, WidgetMeasureAggregationValueSchema, WidgetMeasureSchema, WidgetPresetSettingsSchema, WidgetSortingIndicatorSchema, WidgetSortingValueSchema, apiVersion, apiVersions, applyIndexToArrayFormula, availableFormatsBySimpleType, bindContentWithIndicator, bindContentsWithIndicators, checkDisplayCondition, clearMultiLineComments, clearSingleLineComments, colors, conversionTemplate, convertFiltersToFormula, convertToFormulasChain, countExecutionsTemplate, createEscaper, createAggregationTemplate as createMeasureAggregationTemplate, curlyBracketsContentPattern, dashboardLinkRegExp, defaultActionsConfig, dimensionAggregationTemplates, dimensionTemplateFormulas, displayConditionTemplate, doubleQuoteContentPattern, durationTemplates, escapeCurlyBracketLinkName, escapeDoubleQuoteLinkName, eventMeasureTemplateFormulas, fillTemplateSql, formulaFilterMethods, generateColumnFormula, getColorByIndex, getDefaultSortOrders, getDimensionFormula, getDisplayConditionFormula, getEventMeasureFormula, getMeasureFormula, getProcessDimensionValueFormula, getRuleColor, getTransitionMeasureFormula, inheritDisplayConditionFromHierarchy, isDimensionProcessFilter, isDimensionsHierarchy, isFormulaFilterValue, isValidColor, mapDimensionsToInputs, mapEventMeasuresToInputs, mapFormulaFilterToCalculatorInput, mapFormulaFiltersToInputs, mapMeasuresToInputs, mapSettingsFiltersToInputs, mapSortingToInputs, mapTransitionMeasuresToInputs, measureInnerTemplateFormulas, measureTemplateFormulas, parseClickHouseType, parseIndicatorLink, prepareConversionParams, prepareDimensionAggregationParams, prepareDurationParams, prepareFormulaForSql, prepareMeasureAggregationParams, prepareSortOrders, prepareTimeParams, prepareValuesForSql, replaceDisplayCondition, replaceFiltersBySelection, replaceHierarchiesWithDimensions, selectDimensionFromHierarchy, themed, timeTemplates, transitionMeasureTemplateFormulas, unescapeSpecialCharacters, updateDefaultModeSelection, updateSingleModeSelection, workspaceLinkRegExp };
17825
+ export { ActionButtonSchema, ActionDrillDownSchema, ActionGoToURLSchema, ActionOnClickParameterSchema, ActionOpenInSchema, ActionOpenViewSchema, ActionRunScriptSchema, ActionSchema, ActionUpdateVariableSchema, ActionsOnClickSchema, AutoIdentifiedArrayItemSchema, BaseWidgetSettingsSchema, ColorAutoSchema, ColorBaseSchema, ColorByDimensionSchema, ColorDisabledSchema, ColorFormulaSchema, ColorGradientSchema, ColorRuleSchema, ColorSchema, ColorValuesSchema, ColoredValueSchema, ColumnIndicatorValueSchema, DimensionProcessFilterSchema, DimensionValueSchema, DisplayConditionSchema, EActionButtonsTypes, EActionTypes, EActivateConditionMode, EAutoUpdateMode, ECalculatorFilterMethods, EClickHouseBaseTypes, EColorMode, EControlType, ECustomSelectTemplates, EDataModelOption, EDimensionAggregationTemplateName, EDimensionProcessFilterTimeUnit, EDimensionTemplateNames, EDisplayConditionMode, EDrawerPlacement, EDurationTemplateName, EDurationUnit, EEventAppearances, EEventMeasureTemplateNames, EFontWeight, EFormatOrFormattingMode, EFormulaFilterFieldKeys, EHeightMode, EIndicatorType, ELastTimeUnit, EMarkdownDisplayMode, EMeasureAggregationTemplateName, EMeasureInnerTemplateNames, EMeasureTemplateNames, EOuterAggregation, EProcessFilterNames, ESelectOptionTypes, ESettingsSchemaMetaKey, ESimpleDataType, ESimpleInputType, ESortDirection, ESortingValueModes, ESystemRecordKey, ETransitionMeasureTemplateNames, EUnitMode, EViewMode, EViewOpenIn, EWidgetActionInputMethod, EWidgetFilterMode, EWidgetIndicatorType, EWidgetIndicatorValueModes, ExtendedFormulaFilterValueSchema, FormatSchema, FormattingSchema, FormulaFilterValueSchema, FormulaNullableSchema, FormulaSchema, type IActionButton, type IActionDrillDown, type IActionGoToUrl, type IActionOnClickControl, type IActionRunScript, type IActionScript, type IActionUpdateVariable, type IAddButtonSelectOption, type IAddDurationOfTransitionFilter, type IAddPresenceOfEventFilter, type IAddPresenceOfTransitionFilter, type IAddRepetitionOfEventFilter, type IAutoIdentifiedArrayItem, type IBaseDimensionsAndMeasuresCalculator, type IBaseDimensionsAndMeasuresCalculatorInput, type IBaseDimensionsAndMeasuresCalculatorOutput, type IBaseWidgetSettings, type ICalculator, type ICalculatorDimensionInput, type ICalculatorDimensionOutput, type ICalculatorFactory, type ICalculatorFilter, type ICalculatorIndicatorInput, type ICalculatorIndicatorOutput, type ICalculatorMeasureInput, type ICalculatorMeasureOutput, type ICalculatorOptions, type ICollapseRecord, type IColorPickerControl, type IColoredValue, type ICommonDimensions, type ICommonMeasures, type ICommonState, type IControlProps, type IControlRecord, type ICustomAddButtonProps, type ICustomWidgetProps, type IDefinition, type IDimensionAddButtonProps, type IDimensionProcessFilter, type IDimensionSelection, type IDimensionSelectionByFormula, type IDisplayConditionControl, type IDisplayPredicate, type IDisplayRule, type IDivePanelDescription, type IDividerRecord, type IEdge, type IEventsColorControl, type IEventsPickerControl, type IExportColumnOrder, type IFillSettings, type IFilterControl, type IFormattingControl, type IFormattingTemplateControl, type IFormulaControl, type IFormulaFilterValue, type IGeneralCalculator, type IGeneralCalculatorExportInput, type IGeneralCalculatorInput, type IGeneralCalculatorOutput, type IGlobalContext, type IGradient, type IGraphElement, type IGroupSetDescription, type IGroupSetRecord, type IGroupSettings, type IHistogramBin, type IHistogramCalculator, type IHistogramCalculatorInput, type IHistogramCalculatorOutput, type IHistoricalSchemaDefinition, type IIndicatorLink, type IInitialSettings, type IInputControl, type IInputMarkdownControl, type IInputNumberControl, type IInputRangeControl, type IInputTemplatedControl, type ILens, type ILifecycleRuntime, type ILifecycleRuntimeFactory, type IMarkdownMeasure, type IMeasureAddButtonProps, type IMigrateContext, type IPanelDescription, type IPanelDescriptionCreator, type IParameterFromAggregation, type IParameterFromColumn, type IParameterFromDynamicList, type IParameterFromEndEvent, type IParameterFromEvent, type IParameterFromFormula, type IParameterFromManualInput, type IParameterFromStartEvent, type IParameterFromStaticList, type IParameterFromVariable, type IPieCalculator, type IPieCalculatorInput, type IPieCalculatorOutput, type IProcessEventFilterValue, type IProcessEventIndicator, type IProcessFilterPreviewParams, type IProcessGraphCalculator, type IProcessGraphCalculatorInput, type IProcessGraphCalculatorOutput, type IProcessIndicator, type IProcessTransitionFilterValue, type IProcessTransitionIndicator, type IRadioIconGroupControl, type IRange, type ISchemaContext, type ISchemaFactory, type ISelectBranchOption, type ISelectControl, type ISelectDividerOption, type ISelectGroupOption, type ISelectLeafOption, type ISelectNode, type ISelectOption, type ISelectSystemOption, type ISizeControl, type ISortOrder, type ISortingAddButtonProps, type IStagesFilterValue, type IStaticListLabeledOption, type ISwitchControl, type ITagSetControl, type ITheme, type ITwoLimitsCalculator, type ITwoLimitsCalculatorExportInput, type ITwoLimitsCalculatorInput, type ITwoLimitsCalculatorOutput, type ITypeCalculator, type ITypeCalculatorInput, type ITypeCalculatorOutput, type ITypeCalculatorOutputItem, type ITypedFormulaControl, type IVertex, type IViewAction, type IViewContext, type IWidget, type IWidgetAction, type IWidgetColumnIndicator, type IWidgetColumnListVariable, type IWidgetDimension, type IWidgetDimensionHierarchy, type IWidgetDimensionInHierarchy, type IWidgetDynamicListVariable, type IWidgetEntity, type IWidgetFilter, type IWidgetFiltration, type IWidgetFormatting, type IWidgetIndicator, type IWidgetIndicatorAddButtonProps, type IWidgetManifest, type IWidgetMeasure, type IWidgetMigrator, type IWidgetPersistValue, type IWidgetPlaceholderController, type IWidgetPlaceholderValues, type IWidgetPresetSettings, type IWidgetProcess, type IWidgetProps, type IWidgetSortingIndicator, type IWidgetStaticListVariable, type IWidgetStaticVariable, type IWidgetStruct, type IWidgetTable, type IWidgetTableColumn, KeyNullableSchema, MarkdownMeasureSchema, MeasureValueSchema, NameNullableSchema, OuterAggregation, ParameterFromAggregationSchema, ParameterFromColumnSchema, ParameterFromDataModelSchema, ParameterFromDynamicListSchema, ParameterFromEndEventSchema, ParameterFromEventSchema, ParameterFromFormulaSchema, ParameterFromManualInputSchema, ParameterFromStartEventSchema, ParameterFromStaticListSchema, ParameterFromVariableSchema, ProcessIndicatorSchema, ProcessIndicatorValueSchema, RangeSchema, SchemaRegistryReader, SettingsFilterSchema, SortDirectionSchema, SortOrderSchema, type TAction, type TActionOnClickParameter, type TActionOpenView, type TActionValidator, type TActionsConfig, type TActionsOnClick, type TAddButton, type TAddButtonProps, type TApiVersion, type TBoundedContentWithIndicator, type TColor, type TColorBase, type TColorRule, type TColumnIndicatorValue, type TConditionalDimensionInHierarchy, type TContextMenu, type TContextMenuButton, type TContextMenuButtonActions, type TContextMenuButtonApply, type TContextMenuButtonClose, type TContextMenuButtonCustom, type TContextMenuButtonGroup, type TContextMenuButtonOptions, type TContextMenuList, type TContextMenuPositionUnit, type TContextMenuRow, type TControlUnion, type TControlsSpecMap, type TCustomAddButtonSelectOption, type TCustomControlFactories, type TDefineWidgetOptions, type TDisplayCondition, type TDisplayMode, type TEmptyRecord, type TExtendedFormulaFilterValue, type TFiltrationAccessibility, type TGradientsSetValue, type TGroupLevelRecord, type THintPlacement, type TLaunchActionParams, type TLimitedColor, type TMeasureAddButtonSelectOption, type TMigrateProcessor, type TMigrationStruct, type TParameterFromDataModel, type TProcessIndicatorValue, type TRecordAccessor, type TSchemaType, type TSelectChildOptions, type TSelectFetchNodes, type TSelectivePartial, type TSettingsFilter, type TSettingsOf, type TSortDirection, type TTabsHorizontalAlignment, type TUpdateSelection, type TValuePath, type TVersion, type TViewActionParameter, type TWidgetActionParameter, type TWidgetContainer, type TWidgetDimensionData, type TWidgetDimensionUnion, type TWidgetFilterValue, type TWidgetFiltering, type TWidgetIndicatorAggregationValue, type TWidgetIndicatorConversionValue, type TWidgetIndicatorDurationValue, type TWidgetIndicatorTimeValue, type TWidgetLevelRecord, type TWidgetMeasureData, type TWidgetSortingValue, type TWidgetVariable, type TWidgetsPaletteValue, type TZod, VersionedSchemaFactory, ViewActionParameterSchema, ViewActionSchema, WidgetActionParameterSchema, WidgetActionSchema, WidgetColumnIndicatorSchema, WidgetDimensionHierarchySchema, WidgetDimensionInHierarchySchema, WidgetDimensionSchema, WidgetIndicatorAggregationValueSchema, WidgetIndicatorConversionValueSchema, WidgetIndicatorDurationValueSchema, WidgetIndicatorFormulaValueSchema, WidgetIndicatorSchema, WidgetIndicatorTemplateValueSchema, WidgetIndicatorTimeValueSchema, WidgetMeasureAggregationValueSchema, WidgetMeasureSchema, WidgetPresetSettingsSchema, WidgetSortingIndicatorSchema, WidgetSortingValueSchema, apiVersion, apiVersions, applyIndexToArrayFormula, availableFormatsBySimpleType, bindContentWithIndicator, bindContentsWithIndicators, checkDisplayCondition, clearMultiLineComments, clearSingleLineComments, colors, conversionTemplate, convertFiltersToFormula, convertToFormulasChain, countExecutionsTemplate, createEscaper, createAggregationTemplate as createMeasureAggregationTemplate, curlyBracketsContentPattern, dashboardLinkRegExp, defaultActionsConfig, dimensionAggregationTemplates, dimensionTemplateFormulas, displayConditionTemplate, doubleQuoteContentPattern, durationTemplates, escapeCurlyBracketLinkName, escapeDoubleQuoteLinkName, eventMeasureTemplateFormulas, fillTemplateSql, formulaFilterMethods, generateColumnFormula, getColorByIndex, getDefaultSortOrders, getDimensionFormula, getDisplayConditionFormula, getEventMeasureFormula, getMeasureFormula, getProcessDimensionValueFormula, getRuleColor, getTransitionMeasureFormula, inheritDisplayConditionFromHierarchy, isDimensionProcessFilter, isDimensionsHierarchy, isFormulaFilterValue, isValidColor, mapDimensionsToInputs, mapEventMeasuresToInputs, mapFormulaFilterToCalculatorInput, mapFormulaFiltersToInputs, mapMeasuresToInputs, mapSettingsFiltersToInputs, mapSortingToInputs, mapTransitionMeasuresToInputs, measureInnerTemplateFormulas, measureTemplateFormulas, parseClickHouseType, parseIndicatorLink, prepareConversionParams, prepareDimensionAggregationParams, prepareDurationParams, prepareFormulaForSql, prepareMeasureAggregationParams, prepareSortOrders, prepareTimeParams, prepareValuesForSql, replaceDisplayCondition, replaceFiltersBySelection, replaceHierarchiesWithDimensions, selectDimensionFromHierarchy, themed, timeTemplates, transitionMeasureTemplateFormulas, unescapeSpecialCharacters, updateDefaultModeSelection, updateSingleModeSelection, workspaceLinkRegExp };
package/dist/index.esm.js CHANGED
@@ -1408,6 +1408,7 @@ var ActionRunScriptSchema = SchemaRegistry.define({
1408
1408
  activateCondition: ActivateConditionSchema.forVersion("17")(z),
1409
1409
  hint: z.string().default(""),
1410
1410
  variables: z.array(ActionOnClickParameterSchema.forVersion("17")(z)).default([]),
1411
+ runButtonText: z.string().default(""),
1411
1412
  });
1412
1413
  },
1413
1414
  },
@@ -1552,6 +1553,7 @@ var WidgetActionSchema = SchemaRegistry.define({
1552
1553
  hint: z.string().default(""),
1553
1554
  activateCondition: ActivateConditionSchema.forVersion("17")(z),
1554
1555
  variables: z.array(WidgetActionParameterSchema.forVersion("17")(z)).default([]),
1556
+ runButtonText: z.string().default(""),
1555
1557
  });
1556
1558
  },
1557
1559
  },
package/dist/index.js CHANGED
@@ -1409,6 +1409,7 @@ var ActionRunScriptSchema = SchemaRegistry.define({
1409
1409
  activateCondition: ActivateConditionSchema.forVersion("17")(z),
1410
1410
  hint: z.string().default(""),
1411
1411
  variables: z.array(ActionOnClickParameterSchema.forVersion("17")(z)).default([]),
1412
+ runButtonText: z.string().default(""),
1412
1413
  });
1413
1414
  },
1414
1415
  },
@@ -1553,6 +1554,7 @@ var WidgetActionSchema = SchemaRegistry.define({
1553
1554
  hint: z.string().default(""),
1554
1555
  activateCondition: ActivateConditionSchema.forVersion("17")(z),
1555
1556
  variables: z.array(WidgetActionParameterSchema.forVersion("17")(z)).default([]),
1557
+ runButtonText: z.string().default(""),
1556
1558
  });
1557
1559
  },
1558
1560
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infomaximum/widget-sdk",
3
- "version": "7.0.0-2602.1",
3
+ "version": "7.0.0-2603.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",