@adaptabletools/adaptable 15.3.3-canary.0 → 15.3.3-canary.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.
@@ -1156,6 +1156,35 @@ export declare const ADAPTABLE_METAMODEL: {
1156
1156
  desc: string;
1157
1157
  }[];
1158
1158
  };
1159
+ BadgeStyle: {
1160
+ name: string;
1161
+ kind: string;
1162
+ desc: string;
1163
+ };
1164
+ BadgeStyleDefinition: {
1165
+ name: string;
1166
+ kind: string;
1167
+ desc: string;
1168
+ props: ({
1169
+ name: string;
1170
+ kind: string;
1171
+ desc: string;
1172
+ isOpt: boolean;
1173
+ ref?: undefined;
1174
+ } | {
1175
+ name: string;
1176
+ kind: string;
1177
+ desc: string;
1178
+ isOpt: boolean;
1179
+ ref: string;
1180
+ } | {
1181
+ name: string;
1182
+ kind: string;
1183
+ desc: string;
1184
+ ref: string;
1185
+ isOpt?: undefined;
1186
+ })[];
1187
+ };
1159
1188
  BadgeStylePredicate: {
1160
1189
  name: string;
1161
1190
  kind: string;
@@ -4287,6 +4316,16 @@ export declare const ADAPTABLE_METAMODEL: {
4287
4316
  kind: string;
4288
4317
  desc: string;
4289
4318
  };
4319
+ SystemBadgeStylePredicateId: {
4320
+ name: string;
4321
+ kind: string;
4322
+ desc: string;
4323
+ };
4324
+ SystemBadgeStylePredicateIds: {
4325
+ name: string;
4326
+ kind: string;
4327
+ desc: string;
4328
+ };
4290
4329
  SystemExportDestination: {
4291
4330
  name: string;
4292
4331
  kind: string;