survey-creator-core 1.12.10 → 1.12.11
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/fonts.fontless.css +1 -1
- package/fonts.fontless.min.css +1 -1
- package/i18n/arabic.js +1 -1
- package/i18n/arabic.min.js.LICENSE.txt +1 -1
- package/i18n/bulgarian.js +1 -1
- package/i18n/bulgarian.min.js.LICENSE.txt +1 -1
- package/i18n/croatian.js +1 -1
- package/i18n/croatian.min.js.LICENSE.txt +1 -1
- package/i18n/czech.js +1 -1
- package/i18n/czech.min.js.LICENSE.txt +1 -1
- package/i18n/danish.js +1 -1
- package/i18n/danish.min.js.LICENSE.txt +1 -1
- package/i18n/dutch.js +1 -1
- package/i18n/dutch.min.js.LICENSE.txt +1 -1
- package/i18n/english.js +1 -1
- package/i18n/english.min.js.LICENSE.txt +1 -1
- package/i18n/finnish.js +1 -1
- package/i18n/finnish.min.js.LICENSE.txt +1 -1
- package/i18n/french.js +1 -1
- package/i18n/french.min.js.LICENSE.txt +1 -1
- package/i18n/german.js +1 -1
- package/i18n/german.min.js.LICENSE.txt +1 -1
- package/i18n/hebrew.js +1 -1
- package/i18n/hebrew.min.js.LICENSE.txt +1 -1
- package/i18n/hungarian.js +1 -1
- package/i18n/hungarian.min.js.LICENSE.txt +1 -1
- package/i18n/index.js +1 -1
- package/i18n/index.min.js.LICENSE.txt +1 -1
- package/i18n/indonesian.js +1 -1
- package/i18n/indonesian.min.js.LICENSE.txt +1 -1
- package/i18n/italian.js +1 -1
- package/i18n/italian.min.js.LICENSE.txt +1 -1
- package/i18n/japanese.js +1 -1
- package/i18n/japanese.min.js.LICENSE.txt +1 -1
- package/i18n/korean.js +1 -1
- package/i18n/korean.min.js.LICENSE.txt +1 -1
- package/i18n/malay.js +1 -1
- package/i18n/malay.min.js.LICENSE.txt +1 -1
- package/i18n/mongolian.js +1 -1
- package/i18n/mongolian.min.js.LICENSE.txt +1 -1
- package/i18n/norwegian.js +1 -1
- package/i18n/norwegian.min.js.LICENSE.txt +1 -1
- package/i18n/persian.js +1 -1
- package/i18n/persian.min.js.LICENSE.txt +1 -1
- package/i18n/polish.js +1 -1
- package/i18n/polish.min.js.LICENSE.txt +1 -1
- package/i18n/portuguese.js +1 -1
- package/i18n/portuguese.min.js.LICENSE.txt +1 -1
- package/i18n/romanian.js +1 -1
- package/i18n/romanian.min.js.LICENSE.txt +1 -1
- package/i18n/russian.js +1 -1
- package/i18n/russian.min.js.LICENSE.txt +1 -1
- package/i18n/simplified-chinese.js +1 -1
- package/i18n/simplified-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/slovak.js +1 -1
- package/i18n/slovak.min.js.LICENSE.txt +1 -1
- package/i18n/spanish.js +1 -1
- package/i18n/spanish.min.js.LICENSE.txt +1 -1
- package/i18n/swedish.js +1 -1
- package/i18n/swedish.min.js.LICENSE.txt +1 -1
- package/i18n/tajik.js +1 -1
- package/i18n/tajik.min.js.LICENSE.txt +1 -1
- package/i18n/thai.js +1 -1
- package/i18n/thai.min.js.LICENSE.txt +1 -1
- package/i18n/traditional-chinese.js +1 -1
- package/i18n/traditional-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/turkish.js +1 -1
- package/i18n/turkish.min.js.LICENSE.txt +1 -1
- package/package.json +2 -2
- package/survey-creator-core.css +144 -76
- package/survey-creator-core.fontless.css +143 -75
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +15 -15
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
- package/survey-creator-core.js +294 -154
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +16 -16
- package/survey-creator-core.min.js +1 -1
- package/survey-creator-core.min.js.LICENSE.txt +1 -1
- package/themes/default-contrast.js +38 -8
- package/themes/default-contrast.js.map +1 -1
- package/themes/default-contrast.min.js +1 -1
- package/themes/default-contrast.min.js.LICENSE.txt +1 -1
- package/themes/default-dark.js +38 -8
- package/themes/default-dark.js.map +1 -1
- package/themes/default-dark.min.js +1 -1
- package/themes/default-dark.min.js.LICENSE.txt +1 -1
- package/themes/default-light.js +38 -8
- package/themes/default-light.js.map +1 -1
- package/themes/default-light.min.js +1 -1
- package/themes/default-light.min.js.LICENSE.txt +1 -1
- package/themes/index.js +38 -8
- package/themes/index.js.map +1 -1
- package/themes/index.min.js +1 -1
- package/themes/index.min.js.LICENSE.txt +1 -1
- package/themes/themes/default.d.ts +62 -2
- package/typings/components/action-container-view-model.d.ts +2 -1
- package/typings/components/question-dropdown.d.ts +2 -1
- package/typings/components/question.d.ts +3 -4
- package/typings/components/row.d.ts +4 -0
- package/typings/components/tabs/designer.d.ts +1 -1
- package/typings/components/tabs/logic-types.d.ts +1 -1
- package/typings/components/tabs/logic.d.ts +3 -2
- package/typings/components/tabs/test-plugin.d.ts +3 -0
- package/typings/components/tabs/theme-plugin.d.ts +1 -0
- package/typings/creator-base.d.ts +25 -4
- package/typings/creator-events-api.d.ts +15 -0
- package/typings/creator-options.d.ts +16 -0
- package/typings/creator-settings.d.ts +8 -6
- package/typings/expand-collapse-manager.d.ts +2 -0
- package/typings/property-grid/matrices.d.ts +1 -0
- package/typings/property-grid-theme/property-grid.d.ts +1 -0
- package/typings/themes/default.d.ts +62 -2
|
@@ -11,7 +11,6 @@ declare const Theme: {
|
|
|
11
11
|
"--ctr-toolbox-submenu-item-min-width": string;
|
|
12
12
|
"--ctr-toolbox-group-header-margin-left": string;
|
|
13
13
|
"--ctr-button-group-item-border-width": string;
|
|
14
|
-
"--ctr-button-group-gap": string;
|
|
15
14
|
"--ctr-shadow-medium-blur": string;
|
|
16
15
|
"--ctr-shadow-medium-offset-y": string;
|
|
17
16
|
"--ctr-shadow-large-blur": string;
|
|
@@ -87,6 +86,7 @@ declare const Theme: {
|
|
|
87
86
|
"--lbr-shadow-small-blur": string;
|
|
88
87
|
"--lbr-shadow-small-spread": string;
|
|
89
88
|
"--ctr-button-group-item-text-opacity-disabled": number;
|
|
89
|
+
"--ctr-survey-header-logo-placeholder-icon-opacity": number;
|
|
90
90
|
"--ctr-toolbox-item-shadow-hovered-1-color": string;
|
|
91
91
|
"--ctr-toolbox-item-shadow-pressed-color": string;
|
|
92
92
|
"--ctr-toolbox-item-shadow-hovered-2-color": string;
|
|
@@ -132,6 +132,7 @@ declare const Theme: {
|
|
|
132
132
|
"--ctr-button-group-item-background-color-hovered": string;
|
|
133
133
|
"--ctr-button-group-item-text-color-selected": string;
|
|
134
134
|
"--ctr-button-group-item-icon-color-selected": string;
|
|
135
|
+
"--ctr-button-group-gap": string;
|
|
135
136
|
"--ctr-editor-corner-radius": string;
|
|
136
137
|
"--ctr-editor-background-color": string;
|
|
137
138
|
"--ctr-editor-border-color": string;
|
|
@@ -171,6 +172,7 @@ declare const Theme: {
|
|
|
171
172
|
"--ctr-button-group-item-border-width-selected": string;
|
|
172
173
|
"--ctr-button-group-item-padding-horizontal": string;
|
|
173
174
|
"--ctr-button-group-item-padding-vertical": string;
|
|
175
|
+
"--ctr-button-group-background-color-disabled": string;
|
|
174
176
|
"--ctr-button-group-border-color-focused": string;
|
|
175
177
|
"--ctr-button-group-border-width-focused": string;
|
|
176
178
|
"--ctr-button-group-item-text-color-disabled": string;
|
|
@@ -338,6 +340,9 @@ declare const Theme: {
|
|
|
338
340
|
"--ctr-page-navigator-button-icon-height": string;
|
|
339
341
|
"--ctr-page-navigator-button-corner-radius": string;
|
|
340
342
|
"--ctr-page-navigator-button-background-color-hovered": string;
|
|
343
|
+
"--ctr-page-navigator-button-background-color-pressed": string;
|
|
344
|
+
"--ctr-popup-menu-background-color": string;
|
|
345
|
+
"--ctr-popup-menu-pointer-color": string;
|
|
341
346
|
"--ctr-button-background-color": string;
|
|
342
347
|
"--ctr-button-text-color": string;
|
|
343
348
|
"--ctr-button-gap": string;
|
|
@@ -448,6 +453,8 @@ declare const Theme: {
|
|
|
448
453
|
"--ctr-data-table-cell-padding-top": string;
|
|
449
454
|
"--ctr-data-table-cell-padding-bottom": string;
|
|
450
455
|
"--ctr-data-table-cell-drop-down-arrow-color": string;
|
|
456
|
+
"--ctr-data-table-cell-drop-down-arrow-width": string;
|
|
457
|
+
"--ctr-data-table-cell-drop-down-arrow-height": string;
|
|
451
458
|
"--ctr-data-table-cell-text-color-header": string;
|
|
452
459
|
"--ctr-data-table-cell-border-color-focused": string;
|
|
453
460
|
"--ctr-data-table-cell-corner-radius-focused": string;
|
|
@@ -581,6 +588,7 @@ declare const Theme: {
|
|
|
581
588
|
"--ctr-survey-question-panel-toolbar-gap": string;
|
|
582
589
|
"--ctr-survey-info-panel-background-color": string;
|
|
583
590
|
"--ctr-survey-info-panel-text-color": string;
|
|
591
|
+
"--ctr-survey-action-button-corner-radius": string;
|
|
584
592
|
"--ctr-survey-action-button-icon-color-positive": string;
|
|
585
593
|
"--ctr-survey-action-button-icon-color-negative": string;
|
|
586
594
|
"--ctr-survey-action-button-text-color-positive": string;
|
|
@@ -597,6 +605,8 @@ declare const Theme: {
|
|
|
597
605
|
"--lbr-action-button-icon-color-negative": string;
|
|
598
606
|
"--ctr-property-grid-background-color": string;
|
|
599
607
|
"--ctr-survey-header-logo-placeholder-icon-color": string;
|
|
608
|
+
"--ctr-survey-header-logo-placeholder-icon-width": string;
|
|
609
|
+
"--ctr-survey-header-logo-placeholder-icon-height": string;
|
|
600
610
|
"--lbr-notification-padding-left": string;
|
|
601
611
|
"--lbr-notification-padding-right": string;
|
|
602
612
|
"--lbr-notification-button-corner-radius": string;
|
|
@@ -612,6 +622,10 @@ declare const Theme: {
|
|
|
612
622
|
"--ctr-survey-item-actionbar-drag-indicator-padding-bottom": string;
|
|
613
623
|
"--ctr-survey-item-actionbar-drag-indicator-width": string;
|
|
614
624
|
"--ctr-survey-item-actionbar-drag-indicator-height": string;
|
|
625
|
+
"--ctr-page-navigator-padding-left": string;
|
|
626
|
+
"--ctr-page-navigator-padding-right": string;
|
|
627
|
+
"--ctr-page-navigator-padding-top": string;
|
|
628
|
+
"--ctr-page-navigator-padding-bottom": string;
|
|
615
629
|
"--ctr-toolbox-search-padding-left": string;
|
|
616
630
|
"--ctr-toolbox-search-padding-right": string;
|
|
617
631
|
"--ctr-toolbox-search-padding-top": string;
|
|
@@ -661,13 +675,22 @@ declare const Theme: {
|
|
|
661
675
|
"--ctr-survey-radio-button-group-item-shadow-floating-2-spread": string;
|
|
662
676
|
"--ctr-survey-radio-button-group-item-shadow-floating-2-color": string;
|
|
663
677
|
"--ctr-survey-ranking-item-corner-radius-floating": string;
|
|
678
|
+
"--ctr-survey-header-logo-placeholder-corner-radius": string;
|
|
664
679
|
"--ctr-survey-header-logo-placeholder-background-color-hovered": string;
|
|
665
680
|
"--ctr-survey-header-logo-placeholder-icon-color-hovered": string;
|
|
666
681
|
"--ctr-survey-header-text-title-color-placeholder": string;
|
|
667
682
|
"--ctr-survey-header-text-description-color-placeholder": string;
|
|
683
|
+
"--ctr-survey-question-panel-border-color-selected": string;
|
|
684
|
+
"--ctr-survey-question-panel-border-width-selected": string;
|
|
668
685
|
"--ctr-survey-page-border-color-selected": string;
|
|
686
|
+
"--ctr-survey-page-border-width-selected": string;
|
|
687
|
+
"--ctr-survey-question-panel-border-color-hovered": string;
|
|
688
|
+
"--ctr-survey-question-panel-border-width-hovered": string;
|
|
689
|
+
"--ctr-survey-page-border-color-hovered": string;
|
|
690
|
+
"--ctr-survey-page-border-width-hovered": string;
|
|
669
691
|
"--ctr-survey-page-header-title-color-placeholder": string;
|
|
670
692
|
"--ctr-survey-page-background-color-hovered": string;
|
|
693
|
+
"--ctr-list-search-padding-left": string;
|
|
671
694
|
"--ctr-list-search-border-color": string;
|
|
672
695
|
"--ctr-list-search-text-color-placeholder": string;
|
|
673
696
|
"--ctr-property-grid-search-icon-width": string;
|
|
@@ -792,6 +815,11 @@ declare const Theme: {
|
|
|
792
815
|
"--ctr-survey-resize-frame-grip-width": string;
|
|
793
816
|
"--ctr-survey-resize-frame-grip-height": string;
|
|
794
817
|
"--ctr-survey-resize-frame-margin": string;
|
|
818
|
+
"--ctr-surface-toolbar-padding-left": string;
|
|
819
|
+
"--ctr-surface-toolbar-padding-right": string;
|
|
820
|
+
"--ctr-surface-toolbar-padding-top": string;
|
|
821
|
+
"--ctr-surface-toolbar-padding-bottom": string;
|
|
822
|
+
"--ctr-surface-toolbar-gap": string;
|
|
795
823
|
"--ctr-toggle-button-thumb-background-color-active": string;
|
|
796
824
|
"--ctr-toggle-button-thumb-corner-radius": string;
|
|
797
825
|
"--ctr-toggle-button-corner-radius": string;
|
|
@@ -849,6 +877,8 @@ declare const Theme: {
|
|
|
849
877
|
"--ctr-menu-item-padding-bottom": string;
|
|
850
878
|
"--ctr-menu-item-padding-top": string;
|
|
851
879
|
"--ctr-scrollbar-padding-vertical-hovered": string;
|
|
880
|
+
"--ctr-image-gallery-item-title-color": string;
|
|
881
|
+
"--ctr-image-gallery-item-corner-radius": string;
|
|
852
882
|
};
|
|
853
883
|
};
|
|
854
884
|
export default Theme;
|
|
@@ -865,7 +895,6 @@ export declare const Default: {
|
|
|
865
895
|
"--ctr-toolbox-submenu-item-min-width": string;
|
|
866
896
|
"--ctr-toolbox-group-header-margin-left": string;
|
|
867
897
|
"--ctr-button-group-item-border-width": string;
|
|
868
|
-
"--ctr-button-group-gap": string;
|
|
869
898
|
"--ctr-shadow-medium-blur": string;
|
|
870
899
|
"--ctr-shadow-medium-offset-y": string;
|
|
871
900
|
"--ctr-shadow-large-blur": string;
|
|
@@ -941,6 +970,7 @@ export declare const Default: {
|
|
|
941
970
|
"--lbr-shadow-small-blur": string;
|
|
942
971
|
"--lbr-shadow-small-spread": string;
|
|
943
972
|
"--ctr-button-group-item-text-opacity-disabled": number;
|
|
973
|
+
"--ctr-survey-header-logo-placeholder-icon-opacity": number;
|
|
944
974
|
"--ctr-toolbox-item-shadow-hovered-1-color": string;
|
|
945
975
|
"--ctr-toolbox-item-shadow-pressed-color": string;
|
|
946
976
|
"--ctr-toolbox-item-shadow-hovered-2-color": string;
|
|
@@ -986,6 +1016,7 @@ export declare const Default: {
|
|
|
986
1016
|
"--ctr-button-group-item-background-color-hovered": string;
|
|
987
1017
|
"--ctr-button-group-item-text-color-selected": string;
|
|
988
1018
|
"--ctr-button-group-item-icon-color-selected": string;
|
|
1019
|
+
"--ctr-button-group-gap": string;
|
|
989
1020
|
"--ctr-editor-corner-radius": string;
|
|
990
1021
|
"--ctr-editor-background-color": string;
|
|
991
1022
|
"--ctr-editor-border-color": string;
|
|
@@ -1025,6 +1056,7 @@ export declare const Default: {
|
|
|
1025
1056
|
"--ctr-button-group-item-border-width-selected": string;
|
|
1026
1057
|
"--ctr-button-group-item-padding-horizontal": string;
|
|
1027
1058
|
"--ctr-button-group-item-padding-vertical": string;
|
|
1059
|
+
"--ctr-button-group-background-color-disabled": string;
|
|
1028
1060
|
"--ctr-button-group-border-color-focused": string;
|
|
1029
1061
|
"--ctr-button-group-border-width-focused": string;
|
|
1030
1062
|
"--ctr-button-group-item-text-color-disabled": string;
|
|
@@ -1192,6 +1224,9 @@ export declare const Default: {
|
|
|
1192
1224
|
"--ctr-page-navigator-button-icon-height": string;
|
|
1193
1225
|
"--ctr-page-navigator-button-corner-radius": string;
|
|
1194
1226
|
"--ctr-page-navigator-button-background-color-hovered": string;
|
|
1227
|
+
"--ctr-page-navigator-button-background-color-pressed": string;
|
|
1228
|
+
"--ctr-popup-menu-background-color": string;
|
|
1229
|
+
"--ctr-popup-menu-pointer-color": string;
|
|
1195
1230
|
"--ctr-button-background-color": string;
|
|
1196
1231
|
"--ctr-button-text-color": string;
|
|
1197
1232
|
"--ctr-button-gap": string;
|
|
@@ -1302,6 +1337,8 @@ export declare const Default: {
|
|
|
1302
1337
|
"--ctr-data-table-cell-padding-top": string;
|
|
1303
1338
|
"--ctr-data-table-cell-padding-bottom": string;
|
|
1304
1339
|
"--ctr-data-table-cell-drop-down-arrow-color": string;
|
|
1340
|
+
"--ctr-data-table-cell-drop-down-arrow-width": string;
|
|
1341
|
+
"--ctr-data-table-cell-drop-down-arrow-height": string;
|
|
1305
1342
|
"--ctr-data-table-cell-text-color-header": string;
|
|
1306
1343
|
"--ctr-data-table-cell-border-color-focused": string;
|
|
1307
1344
|
"--ctr-data-table-cell-corner-radius-focused": string;
|
|
@@ -1435,6 +1472,7 @@ export declare const Default: {
|
|
|
1435
1472
|
"--ctr-survey-question-panel-toolbar-gap": string;
|
|
1436
1473
|
"--ctr-survey-info-panel-background-color": string;
|
|
1437
1474
|
"--ctr-survey-info-panel-text-color": string;
|
|
1475
|
+
"--ctr-survey-action-button-corner-radius": string;
|
|
1438
1476
|
"--ctr-survey-action-button-icon-color-positive": string;
|
|
1439
1477
|
"--ctr-survey-action-button-icon-color-negative": string;
|
|
1440
1478
|
"--ctr-survey-action-button-text-color-positive": string;
|
|
@@ -1451,6 +1489,8 @@ export declare const Default: {
|
|
|
1451
1489
|
"--lbr-action-button-icon-color-negative": string;
|
|
1452
1490
|
"--ctr-property-grid-background-color": string;
|
|
1453
1491
|
"--ctr-survey-header-logo-placeholder-icon-color": string;
|
|
1492
|
+
"--ctr-survey-header-logo-placeholder-icon-width": string;
|
|
1493
|
+
"--ctr-survey-header-logo-placeholder-icon-height": string;
|
|
1454
1494
|
"--lbr-notification-padding-left": string;
|
|
1455
1495
|
"--lbr-notification-padding-right": string;
|
|
1456
1496
|
"--lbr-notification-button-corner-radius": string;
|
|
@@ -1466,6 +1506,10 @@ export declare const Default: {
|
|
|
1466
1506
|
"--ctr-survey-item-actionbar-drag-indicator-padding-bottom": string;
|
|
1467
1507
|
"--ctr-survey-item-actionbar-drag-indicator-width": string;
|
|
1468
1508
|
"--ctr-survey-item-actionbar-drag-indicator-height": string;
|
|
1509
|
+
"--ctr-page-navigator-padding-left": string;
|
|
1510
|
+
"--ctr-page-navigator-padding-right": string;
|
|
1511
|
+
"--ctr-page-navigator-padding-top": string;
|
|
1512
|
+
"--ctr-page-navigator-padding-bottom": string;
|
|
1469
1513
|
"--ctr-toolbox-search-padding-left": string;
|
|
1470
1514
|
"--ctr-toolbox-search-padding-right": string;
|
|
1471
1515
|
"--ctr-toolbox-search-padding-top": string;
|
|
@@ -1515,13 +1559,22 @@ export declare const Default: {
|
|
|
1515
1559
|
"--ctr-survey-radio-button-group-item-shadow-floating-2-spread": string;
|
|
1516
1560
|
"--ctr-survey-radio-button-group-item-shadow-floating-2-color": string;
|
|
1517
1561
|
"--ctr-survey-ranking-item-corner-radius-floating": string;
|
|
1562
|
+
"--ctr-survey-header-logo-placeholder-corner-radius": string;
|
|
1518
1563
|
"--ctr-survey-header-logo-placeholder-background-color-hovered": string;
|
|
1519
1564
|
"--ctr-survey-header-logo-placeholder-icon-color-hovered": string;
|
|
1520
1565
|
"--ctr-survey-header-text-title-color-placeholder": string;
|
|
1521
1566
|
"--ctr-survey-header-text-description-color-placeholder": string;
|
|
1567
|
+
"--ctr-survey-question-panel-border-color-selected": string;
|
|
1568
|
+
"--ctr-survey-question-panel-border-width-selected": string;
|
|
1522
1569
|
"--ctr-survey-page-border-color-selected": string;
|
|
1570
|
+
"--ctr-survey-page-border-width-selected": string;
|
|
1571
|
+
"--ctr-survey-question-panel-border-color-hovered": string;
|
|
1572
|
+
"--ctr-survey-question-panel-border-width-hovered": string;
|
|
1573
|
+
"--ctr-survey-page-border-color-hovered": string;
|
|
1574
|
+
"--ctr-survey-page-border-width-hovered": string;
|
|
1523
1575
|
"--ctr-survey-page-header-title-color-placeholder": string;
|
|
1524
1576
|
"--ctr-survey-page-background-color-hovered": string;
|
|
1577
|
+
"--ctr-list-search-padding-left": string;
|
|
1525
1578
|
"--ctr-list-search-border-color": string;
|
|
1526
1579
|
"--ctr-list-search-text-color-placeholder": string;
|
|
1527
1580
|
"--ctr-property-grid-search-icon-width": string;
|
|
@@ -1646,6 +1699,11 @@ export declare const Default: {
|
|
|
1646
1699
|
"--ctr-survey-resize-frame-grip-width": string;
|
|
1647
1700
|
"--ctr-survey-resize-frame-grip-height": string;
|
|
1648
1701
|
"--ctr-survey-resize-frame-margin": string;
|
|
1702
|
+
"--ctr-surface-toolbar-padding-left": string;
|
|
1703
|
+
"--ctr-surface-toolbar-padding-right": string;
|
|
1704
|
+
"--ctr-surface-toolbar-padding-top": string;
|
|
1705
|
+
"--ctr-surface-toolbar-padding-bottom": string;
|
|
1706
|
+
"--ctr-surface-toolbar-gap": string;
|
|
1649
1707
|
"--ctr-toggle-button-thumb-background-color-active": string;
|
|
1650
1708
|
"--ctr-toggle-button-thumb-corner-radius": string;
|
|
1651
1709
|
"--ctr-toggle-button-corner-radius": string;
|
|
@@ -1703,5 +1761,7 @@ export declare const Default: {
|
|
|
1703
1761
|
"--ctr-menu-item-padding-bottom": string;
|
|
1704
1762
|
"--ctr-menu-item-padding-top": string;
|
|
1705
1763
|
"--ctr-scrollbar-padding-vertical-hovered": string;
|
|
1764
|
+
"--ctr-image-gallery-item-title-color": string;
|
|
1765
|
+
"--ctr-image-gallery-item-corner-radius": string;
|
|
1706
1766
|
};
|
|
1707
1767
|
};
|
|
@@ -42,9 +42,9 @@ export declare class SurveyElementAdornerBase<T extends SurveyElement = SurveyEl
|
|
|
42
42
|
protected dragOut(): void;
|
|
43
43
|
dblclick(event: any): void;
|
|
44
44
|
private allowEditOption;
|
|
45
|
-
private selectedPropPageFunc;
|
|
46
45
|
private sidebarFlyoutModeChangedFunc;
|
|
47
46
|
protected surveyElement: T;
|
|
47
|
+
get element(): T;
|
|
48
48
|
constructor(creator: SurveyCreatorModel, surveyElement: T);
|
|
49
49
|
static GetAdorner<V = SurveyElementAdornerBase>(surveyElement: SurveyElement): V;
|
|
50
50
|
static RestoreStateFor(surveyElement: SurveyElement): void;
|
|
@@ -54,6 +54,7 @@ export declare class SurveyElementAdornerBase<T extends SurveyElement = SurveyEl
|
|
|
54
54
|
protected setSurveyElement(surveyElement: T): void;
|
|
55
55
|
protected checkActionProperties(): void;
|
|
56
56
|
attachToUI(surveyElement: T, rootElement?: HTMLElement): void;
|
|
57
|
+
private detachOnlyMyElement;
|
|
57
58
|
detachFromUI(): void;
|
|
58
59
|
dispose(): void;
|
|
59
60
|
protected onElementSelectedChanged(isSelected: boolean): void;
|
|
@@ -14,5 +14,6 @@ export declare class QuestionDropdownAdornerViewModel extends QuestionAdornerVie
|
|
|
14
14
|
getRenderedItems(): ItemValue[];
|
|
15
15
|
getButtonText(): string;
|
|
16
16
|
switchCollapse: () => void;
|
|
17
|
-
|
|
17
|
+
attachElement(surveyElement: SurveyElement): void;
|
|
18
|
+
detachElement(surveyElement: SurveyElement): void;
|
|
18
19
|
}
|
|
@@ -15,7 +15,6 @@ export declare class QuestionAdornerViewModel extends SurveyElementAdornerBase {
|
|
|
15
15
|
private dragOrClickHelper;
|
|
16
16
|
topActionContainer: ActionContainer;
|
|
17
17
|
constructor(creator: SurveyCreatorModel, surveyElement: SurveyElement, templateData: SurveyTemplateRendererTemplateData);
|
|
18
|
-
get element(): SurveyElement<any>;
|
|
19
18
|
protected canSelectElement(): boolean;
|
|
20
19
|
select(model: QuestionAdornerViewModel, event: IPortableEvent): boolean;
|
|
21
20
|
rootCss(): string;
|
|
@@ -36,7 +35,8 @@ export declare class QuestionAdornerViewModel extends SurveyElementAdornerBase {
|
|
|
36
35
|
private createCarryForwardParams;
|
|
37
36
|
private createUsingRestfulParams;
|
|
38
37
|
private createCustomMessagePanel;
|
|
39
|
-
|
|
38
|
+
protected detachElement(surveyElement: SurveyElement): void;
|
|
39
|
+
protected attachElement(surveyElement: SurveyElement): void;
|
|
40
40
|
get isDraggable(): boolean;
|
|
41
41
|
get hoverDelay(): number;
|
|
42
42
|
hover(event: MouseEvent, element: HTMLElement | any): void;
|
|
@@ -50,8 +50,6 @@ export declare class QuestionAdornerViewModel extends SurveyElementAdornerBase {
|
|
|
50
50
|
get showHiddenTitle(): boolean;
|
|
51
51
|
get placeholderText(): string;
|
|
52
52
|
private get dragDropHelper();
|
|
53
|
-
get isRequired(): any;
|
|
54
|
-
set isRequired(newVal: any);
|
|
55
53
|
onPointerDown(pointerDownEvent: PointerEvent): void;
|
|
56
54
|
startDragSurveyElement: (event: PointerEvent) => boolean;
|
|
57
55
|
private getConvertToTypes;
|
|
@@ -68,6 +66,7 @@ export declare class QuestionAdornerViewModel extends SurveyElementAdornerBase {
|
|
|
68
66
|
private createConvertInputType;
|
|
69
67
|
private getSelectedItem;
|
|
70
68
|
private createDropdownModel;
|
|
69
|
+
private updateRequiredAction;
|
|
71
70
|
private createRequiredAction;
|
|
72
71
|
protected getUpdatedPropertyValue(propName: string, newValue: any): any;
|
|
73
72
|
protected buildActions(items: Array<Action>): void;
|
|
@@ -5,6 +5,10 @@ export declare class RowViewModel extends Base {
|
|
|
5
5
|
row: QuestionRowModel;
|
|
6
6
|
templateData: SurveyTemplateRendererTemplateData;
|
|
7
7
|
constructor(creator: SurveyCreatorModel, row: QuestionRowModel, templateData: SurveyTemplateRendererTemplateData);
|
|
8
|
+
subscribeElementChanges(): void;
|
|
9
|
+
unsubscribeElementChanges(): void;
|
|
8
10
|
dragTypeOverMe: DragTypeOverMeEnum;
|
|
11
|
+
private rowDragTypeOverMeChanged;
|
|
9
12
|
get cssClasses(): string;
|
|
13
|
+
dispose(): void;
|
|
10
14
|
}
|
|
@@ -11,7 +11,7 @@ export declare class TabDesignerViewModel extends Base {
|
|
|
11
11
|
designerCss: string;
|
|
12
12
|
showPlaceholder: boolean;
|
|
13
13
|
creator: SurveyCreatorModel;
|
|
14
|
-
|
|
14
|
+
surfaceToolbar: ActionContainer;
|
|
15
15
|
get displayPageDropTarget(): string;
|
|
16
16
|
private createNewPage;
|
|
17
17
|
private get canShowNewPage();
|
|
@@ -52,7 +52,7 @@ export declare class SurveyLogicType {
|
|
|
52
52
|
formatElName(name: string): string;
|
|
53
53
|
formatExpression(expression: string): string;
|
|
54
54
|
supportContext(context: Base): boolean;
|
|
55
|
-
|
|
55
|
+
get isTrigger(): boolean;
|
|
56
56
|
}
|
|
57
57
|
export declare class SurveyLogicTypes {
|
|
58
58
|
static baseTypes: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SurveyModel, Base, Question, ItemValue, MatrixDropdownColumn, QuestionDropdownModel, EventBase } from "survey-core";
|
|
2
2
|
import { ISurveyCreatorOptions } from "../../creator-settings";
|
|
3
3
|
import { ISurveyLogicItemOwner, SurveyLogicItem, SurveyLogicAction } from "./logic-items";
|
|
4
|
-
import { SurveyLogicType } from "./logic-types";
|
|
4
|
+
import { SurveyLogicType, ISurveyLogicType } from "./logic-types";
|
|
5
5
|
export declare function initLogicOperator(question: QuestionDropdownModel): void;
|
|
6
6
|
export declare class LogicEvent extends EventBase<SurveyLogic, any> {
|
|
7
7
|
}
|
|
@@ -11,7 +11,7 @@ export declare class SurveyLogic extends Base implements ISurveyLogicItemOwner {
|
|
|
11
11
|
private editableItemValue;
|
|
12
12
|
static get visibleActions(): Array<string>;
|
|
13
13
|
static set visibleActions(val: Array<string>);
|
|
14
|
-
static get types():
|
|
14
|
+
static get types(): ISurveyLogicType[];
|
|
15
15
|
invisibleItems: Array<SurveyLogicItem>;
|
|
16
16
|
onChangedCallback: (item: SurveyLogicItem, changeType: string) => void;
|
|
17
17
|
/**
|
|
@@ -99,4 +99,5 @@ export declare class SurveyLogic extends Base implements ISurveyLogicItemOwner {
|
|
|
99
99
|
private getParentQuestion;
|
|
100
100
|
private getElementAllTypes;
|
|
101
101
|
protected createLogicTypes(): Array<SurveyLogicType>;
|
|
102
|
+
private isLogicTypeVisible;
|
|
102
103
|
}
|
|
@@ -18,6 +18,9 @@ export declare class TabTestPlugin implements ICreatorPlugin {
|
|
|
18
18
|
private nextPageAction;
|
|
19
19
|
private simulatorTheme;
|
|
20
20
|
model: TestSurveyTabViewModel;
|
|
21
|
+
private _previewDevice;
|
|
22
|
+
get previewDevice(): string;
|
|
23
|
+
set previewDevice(newValue: string);
|
|
21
24
|
private setDevice;
|
|
22
25
|
private setDefaultLanguageOption;
|
|
23
26
|
private getLanguages;
|
|
@@ -67,6 +67,7 @@ export declare class ThemeTabPlugin implements ICreatorPlugin {
|
|
|
67
67
|
private setVisibleIf;
|
|
68
68
|
private updateTabControl;
|
|
69
69
|
constructor(creator: SurveyCreatorModel);
|
|
70
|
+
private previewDevice;
|
|
70
71
|
activate(): void;
|
|
71
72
|
private expandCategoryIfNeeded;
|
|
72
73
|
private updateTabControlActions;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Base, SurveyModel, Question, PageModel, IElement, JsonObjectProperty, ActionContainer, IAction, Action, IPanel, SurveyElement, ItemValue, QuestionSelectBase, LocalizableString, ILocalizableString, ILocalizableOwner, PopupBaseViewModel, EventBase, MatrixDropdownColumn, ISurveyElement, ITheme } from "survey-core";
|
|
1
|
+
import { Base, SurveyModel, Question, PanelModel, PageModel, IElement, JsonObjectProperty, ActionContainer, IAction, Action, IPanel, SurveyElement, ItemValue, QuestionSelectBase, LocalizableString, ILocalizableString, ILocalizableOwner, PopupBaseViewModel, EventBase, MatrixDropdownColumn, ISurveyElement, ITheme } from "survey-core";
|
|
2
2
|
import { ICreatorPlugin, ISurveyCreatorOptions, ICollectionItemAllowOperations } from "./creator-settings";
|
|
3
3
|
import { DragDropChoices } from "survey-core";
|
|
4
4
|
import { QuestionToolbox, QuestionToolboxItem } from "./toolbox";
|
|
@@ -14,7 +14,7 @@ import { ICreatorOptions } from "./creator-options";
|
|
|
14
14
|
import { ThemeTabPlugin } from "./components/tabs/theme-plugin";
|
|
15
15
|
import { DragDropSurveyElements } from "./survey-elements";
|
|
16
16
|
import { PageAdorner } from "./components/page";
|
|
17
|
-
import { ElementDeletingEvent, PropertyGetReadOnlyEvent, ElementGetDisplayNameEvent, HtmlToMarkdownEvent, ElementAllowOperationsEvent, ElementGetActionsEvent, PropertyAddingEvent, PropertyGridSurveyCreatedEvent, PropertyEditorCreatedEvent, PropertyEditorUpdateTitleActionsEvent, PropertyGridShowPopupEvent, CollectionItemAllowOperationsEvent, CollectionItemAddedEvent, FastEntryItemsEvent as FastEntryFinishedEvent, MatrixColumnAddedEvent, ConfigureTablePropertyEditorEvent, PropertyDisplayCustomErrorEvent, PropertyValueChangingEvent, PropertyValueChangedEvent, ConditionGetQuestionListEvent, GetConditionOperatorEvent, LogicRuleGetDisplayTextEvent, ModifiedEvent, QuestionAddedEvent, PanelAddedEvent, PageAddedEvent, QuestionConvertingEvent, PageGetFooterActionsEvent, SurveyInstanceCreatedEvent, DesignerSurveyCreatedEvent, PreviewSurveyCreatedEvent, NotifyEvent, ElementFocusingEvent, ElementFocusedEvent, OpenFileChooserEvent, UploadFileEvent, TranslationStringVisibilityEvent, TranslationImportItemEvent, TranslationImportedEvent, TranslationExportItemEvent, MachineTranslateEvent, TranslationItemChangingEvent, DragDropAllowEvent, CreateCustomMessagePanelEvent, ActiveTabChangingEvent, ActiveTabChangedEvent, BeforeUndoEvent, BeforeRedoEvent, PageAddingEvent, DragStartEndEvent } from "./creator-events-api";
|
|
17
|
+
import { ElementDeletingEvent, PropertyGetReadOnlyEvent, ElementGetDisplayNameEvent, HtmlToMarkdownEvent, ElementAllowOperationsEvent, ElementGetActionsEvent, PropertyAddingEvent, PropertyGridSurveyCreatedEvent, PropertyEditorCreatedEvent, PropertyEditorUpdateTitleActionsEvent, PropertyGridShowPopupEvent, CollectionItemAllowOperationsEvent, CollectionItemAddedEvent, FastEntryItemsEvent as FastEntryFinishedEvent, MatrixColumnAddedEvent, ConfigureTablePropertyEditorEvent, PropertyDisplayCustomErrorEvent, PropertyValueChangingEvent, PropertyValueChangedEvent, ConditionGetQuestionListEvent, GetConditionOperatorEvent, LogicRuleGetDisplayTextEvent, ModifiedEvent, QuestionAddedEvent, PanelAddedEvent, PageAddedEvent, QuestionConvertingEvent, PageGetFooterActionsEvent, SurveyInstanceCreatedEvent, DesignerSurveyCreatedEvent, PreviewSurveyCreatedEvent, NotifyEvent, ElementFocusingEvent, ElementFocusedEvent, OpenFileChooserEvent, UploadFileEvent, TranslationStringVisibilityEvent, TranslationImportItemEvent, TranslationImportedEvent, TranslationExportItemEvent, MachineTranslateEvent, TranslationItemChangingEvent, DragDropAllowEvent, CreateCustomMessagePanelEvent, ActiveTabChangingEvent, ActiveTabChangedEvent, BeforeUndoEvent, BeforeRedoEvent, PageAddingEvent, DragStartEndEvent, ElementGetExpandCollapseStateEvent, ElementGetExpandCollapseStateEventReason } from "./creator-events-api";
|
|
18
18
|
import { ExpandCollapseManager } from "./expand-collapse-manager";
|
|
19
19
|
import { ICreatorTheme } from "./creator-theme/creator-themes";
|
|
20
20
|
import { TabbedMenuContainer, TabbedMenuItem } from "./tabbed-menu";
|
|
@@ -148,10 +148,27 @@ export declare class SurveyCreatorModel extends Base implements ISurveyCreatorOp
|
|
|
148
148
|
showSearch: boolean;
|
|
149
149
|
generateValidJSON: boolean;
|
|
150
150
|
currentAddQuestionType: string;
|
|
151
|
+
/**
|
|
152
|
+
* Specifies a default device for survey preview in the Preview tab.
|
|
153
|
+
*
|
|
154
|
+
* Possible values:
|
|
155
|
+
*
|
|
156
|
+
* - `"desktop"` (default)
|
|
157
|
+
* - `"iPhoneSE"`
|
|
158
|
+
* - `"iPhone15"`
|
|
159
|
+
* - `"iPhone15Plus"`
|
|
160
|
+
* - `"iPad"`
|
|
161
|
+
* - `"iPadMini"`
|
|
162
|
+
* - `"androidPhone"`
|
|
163
|
+
* - `"androidTablet"`
|
|
164
|
+
* - `"microsoftSurface"`
|
|
165
|
+
*/
|
|
166
|
+
previewDevice: string;
|
|
151
167
|
/**
|
|
152
168
|
* Specifies the orientation of the selected device in the Preview tab.
|
|
153
169
|
*
|
|
154
170
|
* Possible values:
|
|
171
|
+
*
|
|
155
172
|
* - `"landscape"` (default)
|
|
156
173
|
* - `"portrait"`
|
|
157
174
|
*/
|
|
@@ -253,6 +270,7 @@ export declare class SurveyCreatorModel extends Base implements ISurveyCreatorOp
|
|
|
253
270
|
* An event that is raised after a user has edited a text value on the design surface. This value may include HTML markup. You can handle the `onHtmlToMarkdown` event to convert the HTML markup to Markdown.
|
|
254
271
|
*/
|
|
255
272
|
onHtmlToMarkdown: EventBase<SurveyCreatorModel, HtmlToMarkdownEvent>;
|
|
273
|
+
onElementGetExpandCollapseState: EventBase<SurveyCreatorModel, ElementGetExpandCollapseStateEvent>;
|
|
256
274
|
/**
|
|
257
275
|
* An event that is raised when Survey Creator obtains permitted operations for a survey element. Use this event to disable user interactions with a question, panel, or page on the design surface.
|
|
258
276
|
*
|
|
@@ -1020,8 +1038,11 @@ export declare class SurveyCreatorModel extends Base implements ISurveyCreatorOp
|
|
|
1020
1038
|
onAfterDrop: EventBase<any, DragStartEndEvent>;
|
|
1021
1039
|
private initDragDropSurveyElements;
|
|
1022
1040
|
get designerStateManager(): import("./components/tabs/designer-state-manager").DesignerStateManager;
|
|
1023
|
-
|
|
1024
|
-
|
|
1041
|
+
private getCollapsableElements;
|
|
1042
|
+
collapseAllElements(): void;
|
|
1043
|
+
getElementExpandCollapseState(element: Question | PageModel | PanelModel, reason: ElementGetExpandCollapseStateEventReason, defaultValue: boolean): boolean;
|
|
1044
|
+
private restoreState;
|
|
1045
|
+
restoreElementsState(): void;
|
|
1025
1046
|
private initDragDropChoices;
|
|
1026
1047
|
updateElementsOnLocaleChanged(obj: Base, propertyName: string): void;
|
|
1027
1048
|
updateConditionsOnNameChanged(obj: Base, propertyName: string, oldValue: any): void;
|
|
@@ -79,6 +79,21 @@ export interface HtmlToMarkdownEvent {
|
|
|
79
79
|
*/
|
|
80
80
|
text: string;
|
|
81
81
|
}
|
|
82
|
+
export type ElementGetExpandCollapseStateEventReason = "loading" | "collapse-all" | "expand-all" | "drag-start" | "drag-end";
|
|
83
|
+
export interface ElementGetExpandCollapseStateEvent {
|
|
84
|
+
/**
|
|
85
|
+
* A survey element (question, panel, or page) whose expand/collapse state you can switch.
|
|
86
|
+
*/
|
|
87
|
+
element: Question | PanelModel | PageModel;
|
|
88
|
+
/**
|
|
89
|
+
* Indicates whether the element is currently collapsed or expanded. Set this parameter to `true` if you want to collapse the element or `false` to expand it.
|
|
90
|
+
*/
|
|
91
|
+
collapsed: boolean;
|
|
92
|
+
/**
|
|
93
|
+
* A value that indicates what caused the event to raise: the loading of a survey JSON schema, a click on the Expand All or Collapse All button, or the beginning or end of a drag and drop operation.
|
|
94
|
+
*/
|
|
95
|
+
reason: ElementGetExpandCollapseStateEventReason;
|
|
96
|
+
}
|
|
82
97
|
export interface ElementAllowOperationsEvent {
|
|
83
98
|
/**
|
|
84
99
|
* A survey element (question or panel) for which you can disable user interactions.
|
|
@@ -229,6 +229,22 @@ export interface ICreatorOptions {
|
|
|
229
229
|
* [View Demo](https://surveyjs.io/Examples/Creator?id=theme-switcher (linkStyle))
|
|
230
230
|
*/
|
|
231
231
|
allowChangeThemeInPreview?: boolean;
|
|
232
|
+
/**
|
|
233
|
+
* Specifies a default device for survey preview in the Preview tab.
|
|
234
|
+
*
|
|
235
|
+
* Possible values:
|
|
236
|
+
*
|
|
237
|
+
* - `"desktop"` (default)
|
|
238
|
+
* - `"iPhoneSE"`
|
|
239
|
+
* - `"iPhone15"`
|
|
240
|
+
* - `"iPhone15Plus"`
|
|
241
|
+
* - `"iPad"`
|
|
242
|
+
* - `"iPadMini"`
|
|
243
|
+
* - `"androidPhone"`
|
|
244
|
+
* - `"androidTablet"`
|
|
245
|
+
* - `"microsoftSurface"`
|
|
246
|
+
*/
|
|
247
|
+
previewDevice?: string;
|
|
232
248
|
/**
|
|
233
249
|
* Specifies the orientation of the selected device in the Preview tab.
|
|
234
250
|
*
|
|
@@ -56,7 +56,9 @@ export declare var settings: {
|
|
|
56
56
|
checkbox: string;
|
|
57
57
|
tagbox: string;
|
|
58
58
|
};
|
|
59
|
-
|
|
59
|
+
includeComplexQuestions: boolean;
|
|
60
|
+
visibleActions: string[];
|
|
61
|
+
invisibleTriggers: string[];
|
|
60
62
|
logicItemTitleMaxChars: number;
|
|
61
63
|
openBracket: string;
|
|
62
64
|
closeBracket: string;
|
|
@@ -211,11 +213,11 @@ export interface ISurveyCreatorOptions {
|
|
|
211
213
|
onMatrixDropdownColumnAddedCallback(matrix: Question, column: MatrixDropdownColumn, columns: Array<MatrixDropdownColumn>): any;
|
|
212
214
|
onSetPropertyEditorOptionsCallback(propertyName: string, obj: Base, editorOptions: any): any;
|
|
213
215
|
onGetErrorTextOnValidationCallback(propertyName: string, obj: Base, value: any): string;
|
|
214
|
-
onValueChangingCallback(options: any):
|
|
216
|
+
onValueChangingCallback(options: any): void;
|
|
215
217
|
onGetElementEditorTitleCallback(obj: Base, title: string): string;
|
|
216
|
-
startUndoRedoTransaction():
|
|
217
|
-
stopUndoRedoTransaction():
|
|
218
|
-
createSurvey(json: any, reason: string, model?: any, callback?: (survey: SurveyModel) => void, area?: string):
|
|
218
|
+
startUndoRedoTransaction(name?: string): void;
|
|
219
|
+
stopUndoRedoTransaction(): void;
|
|
220
|
+
createSurvey(json: any, reason: string, model?: any, callback?: (survey: SurveyModel) => void, area?: string): SurveyModel;
|
|
219
221
|
onConditionQuestionsGetListCallback(propertyName: string, obj: Base, editor: any, list: any[], variables: string[]): string;
|
|
220
222
|
onConditionGetTitleCallback(expression: string, title: string): string;
|
|
221
223
|
isConditionOperatorEnabled(questionName: string, question: Question, operator: string, isEnabled: boolean): boolean;
|
|
@@ -277,7 +279,7 @@ export declare class EmptySurveyCreatorOptions implements ISurveyCreatorOptions
|
|
|
277
279
|
onGetErrorTextOnValidationCallback(propertyName: string, obj: Base, value: any): string;
|
|
278
280
|
onValueChangingCallback(options: any): void;
|
|
279
281
|
onGetElementEditorTitleCallback(obj: Base, title: string): string;
|
|
280
|
-
startUndoRedoTransaction(): void;
|
|
282
|
+
startUndoRedoTransaction(name?: string): void;
|
|
281
283
|
stopUndoRedoTransaction(): void;
|
|
282
284
|
createSurvey(json: any, reason: string, model?: any, callback?: (survey: SurveyModel) => void, area?: string): SurveyModel;
|
|
283
285
|
onConditionQuestionsGetListCallback(propertyName: string, obj: Base, editor: any, list: any[], variables: string[]): string;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { CreatorBase } from "./creator-base";
|
|
2
2
|
import { SurveyElementAdornerBase } from "./components/action-container-view-model";
|
|
3
3
|
export declare class ExpandCollapseManager {
|
|
4
|
+
private creator;
|
|
4
5
|
constructor(creator: CreatorBase);
|
|
5
6
|
private adorners;
|
|
6
7
|
updateCollapsed(isCollapsed: boolean): void;
|
|
7
8
|
add(adorner: SurveyElementAdornerBase): void;
|
|
8
9
|
remove(adorner: SurveyElementAdornerBase): void;
|
|
10
|
+
clear(): void;
|
|
9
11
|
}
|
|
@@ -142,6 +142,7 @@ export declare class PropertyGridEditorMatrixValidators extends PropertyGridEdit
|
|
|
142
142
|
}
|
|
143
143
|
export declare class PropertyGridEditorMatrixTriggers extends PropertyGridEditorMatrixMultipleTypes {
|
|
144
144
|
private getAvailableTriggers;
|
|
145
|
+
private isTriggerVisible;
|
|
145
146
|
fit(prop: JsonObjectProperty): boolean;
|
|
146
147
|
protected getObjTypeName(): string;
|
|
147
148
|
protected getDefaultClassName(obj: Base, prop: JsonObjectProperty): string;
|