@isettingkit/business-rules 2.1.11 → 2.1.13
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/dist/index.es.d.ts +2 -0
- package/dist/index.es.js +1607 -1590
- package/package.json +1 -1
package/dist/index.es.d.ts
CHANGED
|
@@ -165,6 +165,7 @@ declare interface IBusinessRules_2 {
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
declare interface IBusinessRules_3 {
|
|
168
|
+
cardTitle?: boolean;
|
|
168
169
|
controls?: boolean;
|
|
169
170
|
customTitleContentAddCard?: string;
|
|
170
171
|
customMessageEmptyDecisions?: string;
|
|
@@ -194,6 +195,7 @@ export declare interface IBusinessRuleView {
|
|
|
194
195
|
}
|
|
195
196
|
|
|
196
197
|
declare interface IBusinessRuleView_2 {
|
|
198
|
+
cardTitle?: boolean;
|
|
197
199
|
controls?: boolean;
|
|
198
200
|
decision?: IRuleDecision;
|
|
199
201
|
loading?: boolean;
|