survey-creator-core 1.12.9 → 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 +2 -2
- package/i18n/arabic.min.js.LICENSE.txt +1 -1
- package/i18n/bulgarian.js +2 -2
- package/i18n/bulgarian.min.js.LICENSE.txt +1 -1
- package/i18n/croatian.js +2 -2
- package/i18n/croatian.min.js.LICENSE.txt +1 -1
- package/i18n/czech.js +2 -2
- package/i18n/czech.min.js.LICENSE.txt +1 -1
- package/i18n/danish.js +2 -2
- package/i18n/danish.min.js.LICENSE.txt +1 -1
- package/i18n/dutch.js +2 -2
- 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 +2 -2
- package/i18n/finnish.min.js.LICENSE.txt +1 -1
- package/i18n/french.js +2 -2
- package/i18n/french.min.js.LICENSE.txt +1 -1
- package/i18n/german.js +2 -2
- package/i18n/german.min.js.LICENSE.txt +1 -1
- package/i18n/hebrew.js +2 -2
- package/i18n/hebrew.min.js.LICENSE.txt +1 -1
- package/i18n/hungarian.js +2 -2
- package/i18n/hungarian.min.js.LICENSE.txt +1 -1
- package/i18n/index.js +2 -2
- package/i18n/index.min.js.LICENSE.txt +1 -1
- package/i18n/indonesian.js +2 -2
- package/i18n/indonesian.min.js.LICENSE.txt +1 -1
- package/i18n/italian.js +2 -2
- package/i18n/italian.min.js.LICENSE.txt +1 -1
- package/i18n/japanese.js +2 -2
- package/i18n/japanese.min.js.LICENSE.txt +1 -1
- package/i18n/korean.js +2 -2
- package/i18n/korean.min.js.LICENSE.txt +1 -1
- package/i18n/malay.js +2 -2
- package/i18n/malay.min.js.LICENSE.txt +1 -1
- package/i18n/mongolian.js +2 -2
- package/i18n/mongolian.min.js.LICENSE.txt +1 -1
- package/i18n/norwegian.js +2 -2
- package/i18n/norwegian.min.js.LICENSE.txt +1 -1
- package/i18n/persian.js +2 -2
- package/i18n/persian.min.js.LICENSE.txt +1 -1
- package/i18n/polish.js +2 -2
- package/i18n/polish.min.js.LICENSE.txt +1 -1
- package/i18n/portuguese.js +2 -2
- package/i18n/portuguese.min.js.LICENSE.txt +1 -1
- package/i18n/romanian.js +2 -2
- package/i18n/romanian.min.js.LICENSE.txt +1 -1
- package/i18n/russian.js +2 -2
- package/i18n/russian.min.js.LICENSE.txt +1 -1
- package/i18n/simplified-chinese.js +2 -2
- package/i18n/simplified-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/slovak.js +2 -2
- package/i18n/slovak.min.js.LICENSE.txt +1 -1
- package/i18n/spanish.js +2 -2
- package/i18n/spanish.min.js.LICENSE.txt +1 -1
- package/i18n/swedish.js +2 -2
- package/i18n/swedish.min.js.LICENSE.txt +1 -1
- package/i18n/tajik.js +2 -2
- package/i18n/tajik.min.js.LICENSE.txt +1 -1
- package/i18n/thai.js +2 -2
- package/i18n/thai.min.js.LICENSE.txt +1 -1
- package/i18n/traditional-chinese.js +2 -2
- package/i18n/traditional-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/turkish.js +2 -2
- package/i18n/turkish.min.js.LICENSE.txt +1 -1
- package/package.json +2 -2
- package/survey-creator-core.css +815 -332
- package/survey-creator-core.fontless.css +814 -331
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +24 -22
- package/survey-creator-core.i18n.js +2 -2
- package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
- package/survey-creator-core.js +985 -560
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +25 -23
- package/survey-creator-core.min.js +1 -1
- package/survey-creator-core.min.js.LICENSE.txt +1 -1
- package/themes/default-contrast.js +114 -12
- 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 +114 -12
- 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 +114 -12
- 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 +114 -12
- 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 +212 -8
- package/typings/components/action-container-view-model.d.ts +3 -1
- package/typings/components/page.d.ts +2 -2
- 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/search-manager.d.ts +16 -0
- package/typings/components/tabs/designer-plugin.d.ts +1 -0
- package/typings/components/tabs/designer.d.ts +7 -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/components/toolbox/toolbox-search-manager.d.ts +8 -0
- package/typings/creator-base.d.ts +26 -4
- package/typings/creator-events-api.d.ts +16 -1
- package/typings/creator-options.d.ts +16 -0
- package/typings/creator-settings.d.ts +8 -6
- package/typings/creator-theme/creator-theme-model.d.ts +1 -0
- package/typings/entries/index.d.ts +2 -0
- package/typings/expand-collapse-manager.d.ts +2 -0
- package/typings/property-grid/matrices.d.ts +1 -0
- package/typings/property-grid/search-manager.d.ts +2 -23
- package/typings/property-grid-theme/property-grid.d.ts +1 -0
- package/typings/themes/default.d.ts +212 -8
- package/typings/toolbox.d.ts +1 -1
|
@@ -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;
|
|
@@ -49,17 +48,23 @@ declare const Theme: {
|
|
|
49
48
|
"--ctr-toolbox-item-text-opacity-disabled": number;
|
|
50
49
|
"--ctr-page-navigator-button-opacity-pressed": number;
|
|
51
50
|
"--ctr-button-text-opacity-disabled": number;
|
|
52
|
-
"--ctr-notification-opacity":
|
|
51
|
+
"--ctr-notification-opacity": number;
|
|
53
52
|
"--ctr-notification-opacity-error": number;
|
|
54
53
|
"--ctr-toolbox-group-header-border-width-top": string;
|
|
55
54
|
"--ctr-toolbox-group-header-border-width-left": string;
|
|
56
55
|
"--ctr-toolbox-group-header-border-width-right": string;
|
|
57
|
-
"--ctr-data-table-cell-drop-down-arrow-opacity":
|
|
56
|
+
"--ctr-data-table-cell-drop-down-arrow-opacity": number;
|
|
58
57
|
"--ctr-data-table-row-padding-left": string;
|
|
59
58
|
"--ctr-data-table-row-border-width-last-row": string;
|
|
60
59
|
"--ctr-toolbox-separator-padding-right": string;
|
|
61
60
|
"--ctr-survey-question-panel-toolbar-item-opacity-pressed": number;
|
|
62
61
|
"--ctr-survey-question-panel-toolbar-item-opacity-disabled": number;
|
|
62
|
+
"--ctr-survey-question-panel-toolbar-item-opacity-muted": number;
|
|
63
|
+
"--ctr-survey-question-panel-toolbar-item-padding-left-small": string;
|
|
64
|
+
"--ctr-survey-question-panel-toolbar-item-padding-right-small": string;
|
|
65
|
+
"--ctr-survey-question-panel-toolbar-item-padding-top-small": string;
|
|
66
|
+
"--ctr-survey-question-panel-toolbar-item-padding-bottom-small": string;
|
|
67
|
+
"--ctr-survey-question-panel-drag-area-drag-indicator-opacity": number;
|
|
63
68
|
"--ctr-label-padding-left": string;
|
|
64
69
|
"--ctr-label-padding-right": string;
|
|
65
70
|
"--ctr-survey-action-button-opacity-disabled": number;
|
|
@@ -81,6 +86,7 @@ declare const Theme: {
|
|
|
81
86
|
"--lbr-shadow-small-blur": string;
|
|
82
87
|
"--lbr-shadow-small-spread": string;
|
|
83
88
|
"--ctr-button-group-item-text-opacity-disabled": number;
|
|
89
|
+
"--ctr-survey-header-logo-placeholder-icon-opacity": number;
|
|
84
90
|
"--ctr-toolbox-item-shadow-hovered-1-color": string;
|
|
85
91
|
"--ctr-toolbox-item-shadow-pressed-color": string;
|
|
86
92
|
"--ctr-toolbox-item-shadow-hovered-2-color": string;
|
|
@@ -92,7 +98,7 @@ declare const Theme: {
|
|
|
92
98
|
"--ctr-toolbox-item-shadow-subitem-1-color": string;
|
|
93
99
|
"--ctr-toolbox-item-shadow-subitem-2-color": string;
|
|
94
100
|
"--ctr-toolbox-submenu-margin-left": string;
|
|
95
|
-
"--ctr-survey-page-drag-indicator-opacity":
|
|
101
|
+
"--ctr-survey-page-drag-indicator-opacity": number;
|
|
96
102
|
"--ctr-toggle-button-thumb-border-width": string;
|
|
97
103
|
"--ctr-line-height-unit": string;
|
|
98
104
|
"--ctr-font-unit": string;
|
|
@@ -126,6 +132,7 @@ declare const Theme: {
|
|
|
126
132
|
"--ctr-button-group-item-background-color-hovered": string;
|
|
127
133
|
"--ctr-button-group-item-text-color-selected": string;
|
|
128
134
|
"--ctr-button-group-item-icon-color-selected": string;
|
|
135
|
+
"--ctr-button-group-gap": string;
|
|
129
136
|
"--ctr-editor-corner-radius": string;
|
|
130
137
|
"--ctr-editor-background-color": string;
|
|
131
138
|
"--ctr-editor-border-color": string;
|
|
@@ -151,6 +158,7 @@ declare const Theme: {
|
|
|
151
158
|
"--ctr-actionbar-button-corner-radius": string;
|
|
152
159
|
"--ctr-popup-menu-corner-radius": string;
|
|
153
160
|
"--ctr-popup-menu-footer-padding-left": string;
|
|
161
|
+
"--ctr-button-contextual-button-icon-color": string;
|
|
154
162
|
"--ctr-button-group-item-background-color-disabled": string;
|
|
155
163
|
"--ctr-radio-button-background-color-selected-hovered": string;
|
|
156
164
|
"--ctr-checkbox-background-color-selected-hovered": string;
|
|
@@ -164,6 +172,7 @@ declare const Theme: {
|
|
|
164
172
|
"--ctr-button-group-item-border-width-selected": string;
|
|
165
173
|
"--ctr-button-group-item-padding-horizontal": string;
|
|
166
174
|
"--ctr-button-group-item-padding-vertical": string;
|
|
175
|
+
"--ctr-button-group-background-color-disabled": string;
|
|
167
176
|
"--ctr-button-group-border-color-focused": string;
|
|
168
177
|
"--ctr-button-group-border-width-focused": string;
|
|
169
178
|
"--ctr-button-group-item-text-color-disabled": string;
|
|
@@ -174,6 +183,8 @@ declare const Theme: {
|
|
|
174
183
|
"--ctr-popup-corner-radius": string;
|
|
175
184
|
"--ctr-shadow-large-color": string;
|
|
176
185
|
"--ctr-shadow-medium-color": string;
|
|
186
|
+
"--ctr-button-contextual-button-margin-horizontal": string;
|
|
187
|
+
"--ctr-button-contextual-button-margin-vertical": string;
|
|
177
188
|
"--ctr-button-padding-horizontal-small": string;
|
|
178
189
|
"--ctr-button-padding-vertical-small": string;
|
|
179
190
|
"--ctr-button-corner-radius": string;
|
|
@@ -243,6 +254,10 @@ declare const Theme: {
|
|
|
243
254
|
"--ctr-actionbar-button-padding-bottom-large-icon": string;
|
|
244
255
|
"--ctr-actionbar-button-text-color": string;
|
|
245
256
|
"--ctr-actionbar-button-background-color-hovered": string;
|
|
257
|
+
"--ctr-actionbar-button-padding-left-small-icon": string;
|
|
258
|
+
"--ctr-actionbar-button-padding-right-small-icon": string;
|
|
259
|
+
"--ctr-actionbar-button-padding-top-small-icon": string;
|
|
260
|
+
"--ctr-actionbar-button-padding-bottom-small-icon": string;
|
|
246
261
|
"--ctr-actionbar-button-padding-left-medium-text": string;
|
|
247
262
|
"--ctr-actionbar-button-padding-right-medium-text": string;
|
|
248
263
|
"--ctr-actionbar-button-padding-top-medium-text": string;
|
|
@@ -268,6 +283,10 @@ declare const Theme: {
|
|
|
268
283
|
"--ctr-editor-button-padding-bottom": string;
|
|
269
284
|
"--ctr-editor-button-padding-left": string;
|
|
270
285
|
"--ctr-editor-button-padding-right": string;
|
|
286
|
+
"--ctr-actionbar-button-icon-width-small": string;
|
|
287
|
+
"--ctr-actionbar-button-icon-height-small": string;
|
|
288
|
+
"--ctr-actionbar-button-icon-width": string;
|
|
289
|
+
"--ctr-actionbar-button-icon-height": string;
|
|
271
290
|
"--ctr-editor-color-swatch-icon-width": string;
|
|
272
291
|
"--ctr-editor-color-swatch-icon-height": string;
|
|
273
292
|
"--ctr-editor-button-icon-width": string;
|
|
@@ -317,8 +336,13 @@ declare const Theme: {
|
|
|
317
336
|
"--ctr-page-navigator-item-gap": string;
|
|
318
337
|
"--ctr-page-navigator-item-corner-radius": string;
|
|
319
338
|
"--ctr-page-navigator-button-padding": string;
|
|
339
|
+
"--ctr-page-navigator-button-icon-width": string;
|
|
340
|
+
"--ctr-page-navigator-button-icon-height": string;
|
|
320
341
|
"--ctr-page-navigator-button-corner-radius": string;
|
|
321
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;
|
|
322
346
|
"--ctr-button-background-color": string;
|
|
323
347
|
"--ctr-button-text-color": string;
|
|
324
348
|
"--ctr-button-gap": string;
|
|
@@ -429,6 +453,8 @@ declare const Theme: {
|
|
|
429
453
|
"--ctr-data-table-cell-padding-top": string;
|
|
430
454
|
"--ctr-data-table-cell-padding-bottom": string;
|
|
431
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;
|
|
432
458
|
"--ctr-data-table-cell-text-color-header": string;
|
|
433
459
|
"--ctr-data-table-cell-border-color-focused": string;
|
|
434
460
|
"--ctr-data-table-cell-corner-radius-focused": string;
|
|
@@ -444,6 +470,14 @@ declare const Theme: {
|
|
|
444
470
|
"--ctr-data-table-row-padding-bottom-header": string;
|
|
445
471
|
"--ctr-data-table-row-background-color-drop-spot": string;
|
|
446
472
|
"--ctr-error-message-background-color": string;
|
|
473
|
+
"--ctr-error-message-corner-radius": string;
|
|
474
|
+
"--ctr-error-message-gap": string;
|
|
475
|
+
"--ctr-error-message-padding-left": string;
|
|
476
|
+
"--ctr-error-message-padding-right": string;
|
|
477
|
+
"--ctr-error-message-padding-top": string;
|
|
478
|
+
"--ctr-error-message-padding-bottom": string;
|
|
479
|
+
"--ctr-error-message-icon-width": string;
|
|
480
|
+
"--ctr-error-message-icon-height": string;
|
|
447
481
|
"--ctr-error-message-icon-color": string;
|
|
448
482
|
"--ctr-error-message-text-color": string;
|
|
449
483
|
"--ctr-toolbox-separator-color": string;
|
|
@@ -458,18 +492,41 @@ declare const Theme: {
|
|
|
458
492
|
"--ctr-toolbox-group-gap": string;
|
|
459
493
|
"--ctr-toolbox-group-padding-left": string;
|
|
460
494
|
"--ctr-toolbox-group-padding-right": string;
|
|
495
|
+
"--ctr-button-contextual-button-corner-radius": string;
|
|
496
|
+
"--ctr-button-contextual-button-padding-left": string;
|
|
497
|
+
"--ctr-button-contextual-button-padding-right": string;
|
|
498
|
+
"--ctr-button-contextual-button-padding-top": string;
|
|
499
|
+
"--ctr-button-contextual-button-padding-bottom": string;
|
|
461
500
|
"--ctr-button-contextual-button-background-color-hovered": string;
|
|
501
|
+
"--ctr-button-contextual-button-icon-width": string;
|
|
502
|
+
"--ctr-button-contextual-button-icon-height": string;
|
|
462
503
|
"--ctr-button-contextual-button-background-color-focused": string;
|
|
504
|
+
"--ctr-survey-question-panel-toolbar-item-gap": string;
|
|
505
|
+
"--ctr-survey-question-panel-toolbar-item-padding-left": string;
|
|
506
|
+
"--ctr-survey-question-panel-toolbar-item-padding-right": string;
|
|
507
|
+
"--ctr-survey-question-panel-toolbar-item-padding-top": string;
|
|
508
|
+
"--ctr-survey-question-panel-toolbar-item-padding-bottom": string;
|
|
463
509
|
"--ctr-survey-question-panel-toolbar-item-background-color-hovered": string;
|
|
510
|
+
"--ctr-survey-question-panel-toolbar-item-icon-container-width": string;
|
|
511
|
+
"--ctr-survey-question-panel-toolbar-item-icon-container-height": string;
|
|
512
|
+
"--ctr-survey-question-panel-toolbar-item-icon-padding-left": string;
|
|
513
|
+
"--ctr-survey-question-panel-toolbar-item-icon-padding-right": string;
|
|
514
|
+
"--ctr-survey-question-panel-toolbar-item-icon-padding-top": string;
|
|
515
|
+
"--ctr-survey-question-panel-toolbar-item-icon-padding-bottom": string;
|
|
464
516
|
"--ctr-survey-question-panel-toolbar-item-icon-color": string;
|
|
465
517
|
"--ctr-survey-question-panel-toolbar-item-text-color": string;
|
|
466
518
|
"--ctr-survey-question-panel-toolbar-item-background-color-selected": string;
|
|
467
519
|
"--ctr-survey-page-toolbar-item-icon-color-pressed": string;
|
|
468
520
|
"--ctr-survey-page-toolbar-item-text-color": string;
|
|
521
|
+
"--ctr-survey-question-panel-toolbar-item-padding-right-with-text": string;
|
|
469
522
|
"--ctr-survey-page-toolbar-item-background-color-selected": string;
|
|
470
523
|
"--ctr-survey-question-panel-drag-area-drag-indicator-color": string;
|
|
524
|
+
"--ctr-survey-question-panel-drag-area-drag-indicator-width": string;
|
|
525
|
+
"--ctr-survey-question-panel-drag-area-drag-indicator-height": string;
|
|
471
526
|
"--ctr-preview-pager-background-color": string;
|
|
472
527
|
"--ctr-preview-pager-border-color": string;
|
|
528
|
+
"--ctr-code-viewer-code-error-row-icon-width": string;
|
|
529
|
+
"--ctr-code-viewer-code-error-row-icon-height": string;
|
|
473
530
|
"--ctr-code-viewer-background-color": string;
|
|
474
531
|
"--ctr-code-viewer-text-color": string;
|
|
475
532
|
"--ctr-code-viewer-line-number-panel-background-color": string;
|
|
@@ -519,6 +576,8 @@ declare const Theme: {
|
|
|
519
576
|
"--ctr-search-button-padding-vertical": string;
|
|
520
577
|
"--ctr-search-button-padding-horizontal": string;
|
|
521
578
|
"--ctr-search-button-background-color-hovered": string;
|
|
579
|
+
"--ctr-search-button-icon-width": string;
|
|
580
|
+
"--ctr-search-button-icon-height": string;
|
|
522
581
|
"--ctr-property-grid-search-button-icon-color": string;
|
|
523
582
|
"--ctr-property-grid-search-button-background-color-hovered": string;
|
|
524
583
|
"--ctr-property-grid-search-icon-color": string;
|
|
@@ -526,8 +585,10 @@ declare const Theme: {
|
|
|
526
585
|
"--ctr-scrollbar-background-color": string;
|
|
527
586
|
"--ctr-scrollbar-padding-vertical": string;
|
|
528
587
|
"--ctr-scrollbar-width": string;
|
|
588
|
+
"--ctr-survey-question-panel-toolbar-gap": string;
|
|
529
589
|
"--ctr-survey-info-panel-background-color": string;
|
|
530
590
|
"--ctr-survey-info-panel-text-color": string;
|
|
591
|
+
"--ctr-survey-action-button-corner-radius": string;
|
|
531
592
|
"--ctr-survey-action-button-icon-color-positive": string;
|
|
532
593
|
"--ctr-survey-action-button-icon-color-negative": string;
|
|
533
594
|
"--ctr-survey-action-button-text-color-positive": string;
|
|
@@ -535,9 +596,17 @@ declare const Theme: {
|
|
|
535
596
|
"--ctr-survey-action-button-background-color-hovered-positive": string;
|
|
536
597
|
"--ctr-survey-action-button-background-color-hovered-negative": string;
|
|
537
598
|
"--ctr-survey-action-button-icon-color-disabled": string;
|
|
599
|
+
"--ctr-survey-contextual-button-width": string;
|
|
600
|
+
"--ctr-survey-contextual-button-height": string;
|
|
601
|
+
"--ctr-survey-contextual-button-padding-left": string;
|
|
602
|
+
"--ctr-survey-contextual-button-padding-right": string;
|
|
603
|
+
"--ctr-survey-contextual-button-padding-top": string;
|
|
604
|
+
"--ctr-survey-contextual-button-padding-bottom": string;
|
|
538
605
|
"--lbr-action-button-icon-color-negative": string;
|
|
539
606
|
"--ctr-property-grid-background-color": string;
|
|
540
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;
|
|
541
610
|
"--lbr-notification-padding-left": string;
|
|
542
611
|
"--lbr-notification-padding-right": string;
|
|
543
612
|
"--lbr-notification-button-corner-radius": string;
|
|
@@ -547,11 +616,22 @@ declare const Theme: {
|
|
|
547
616
|
"--ctr-survey-image-picker-drop-spot-color": string;
|
|
548
617
|
"--ctr-data-table-row-corner-radius-floating": string;
|
|
549
618
|
"--ctr-survey-item-actionbar-drag-indicator-color": string;
|
|
619
|
+
"--ctr-survey-item-actionbar-drag-indicator-padding-left": string;
|
|
620
|
+
"--ctr-survey-item-actionbar-drag-indicator-padding-right": string;
|
|
621
|
+
"--ctr-survey-item-actionbar-drag-indicator-padding-top": string;
|
|
622
|
+
"--ctr-survey-item-actionbar-drag-indicator-padding-bottom": string;
|
|
623
|
+
"--ctr-survey-item-actionbar-drag-indicator-width": string;
|
|
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;
|
|
550
629
|
"--ctr-toolbox-search-padding-left": string;
|
|
551
630
|
"--ctr-toolbox-search-padding-right": string;
|
|
552
631
|
"--ctr-toolbox-search-padding-top": string;
|
|
553
632
|
"--ctr-toolbox-search-icon-color-placeholder": string;
|
|
554
633
|
"--ctr-toolbox-search-padding-bottom": string;
|
|
634
|
+
"--ctr-toolbox-search-gap": string;
|
|
555
635
|
"--ctr-toolbox-search-text-color": string;
|
|
556
636
|
"--ctr-toolbox-search-border-width-bottom": string;
|
|
557
637
|
"--ctr-toolbox-search-text-color-placeholder": string;
|
|
@@ -595,17 +675,28 @@ declare const Theme: {
|
|
|
595
675
|
"--ctr-survey-radio-button-group-item-shadow-floating-2-spread": string;
|
|
596
676
|
"--ctr-survey-radio-button-group-item-shadow-floating-2-color": string;
|
|
597
677
|
"--ctr-survey-ranking-item-corner-radius-floating": string;
|
|
678
|
+
"--ctr-survey-header-logo-placeholder-corner-radius": string;
|
|
598
679
|
"--ctr-survey-header-logo-placeholder-background-color-hovered": string;
|
|
599
680
|
"--ctr-survey-header-logo-placeholder-icon-color-hovered": string;
|
|
600
681
|
"--ctr-survey-header-text-title-color-placeholder": string;
|
|
601
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;
|
|
602
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;
|
|
603
691
|
"--ctr-survey-page-header-title-color-placeholder": string;
|
|
604
692
|
"--ctr-survey-page-background-color-hovered": string;
|
|
693
|
+
"--ctr-list-search-padding-left": string;
|
|
605
694
|
"--ctr-list-search-border-color": string;
|
|
606
695
|
"--ctr-list-search-text-color-placeholder": string;
|
|
607
696
|
"--ctr-property-grid-search-icon-width": string;
|
|
608
697
|
"--ctr-property-grid-search-icon-height": string;
|
|
698
|
+
"--ctr-toolbox-search-icon-width": string;
|
|
699
|
+
"--ctr-toolbox-search-icon-height": string;
|
|
609
700
|
"--ctr-expression-item-padding-left-button": string;
|
|
610
701
|
"--ctr-expression-item-padding-right-button": string;
|
|
611
702
|
"--ctr-toolbox-shadow-floating-1-offset-x": string;
|
|
@@ -699,6 +790,8 @@ declare const Theme: {
|
|
|
699
790
|
"--ctr-toolbox-submenu-shadow-2-spread": string;
|
|
700
791
|
"--ctr-toolbox-submenu-shadow-2-color": string;
|
|
701
792
|
"--ctr-toolbox-submenu-margin-top": string;
|
|
793
|
+
"--ctr-list-item-background-color-selected-submenu": string;
|
|
794
|
+
"--ctr-list-item-text-color-selected-submenu": string;
|
|
702
795
|
"--ctr-list-item-icon-color-selected-submenu": string;
|
|
703
796
|
"--ctr-list-item-submenu-arrow-color-selected-item-submenu": string;
|
|
704
797
|
"--ctr-menu-item-padding-left-icon": string;
|
|
@@ -717,9 +810,16 @@ declare const Theme: {
|
|
|
717
810
|
"--ctr-data-table-form-border-color": string;
|
|
718
811
|
"--ctr-menu-toolbar-button-padding-left-with-description": string;
|
|
719
812
|
"--ctr-menu-toolbar-button-padding-right-with-description": string;
|
|
813
|
+
"--ctr-survey-page-drag-indicator-width": string;
|
|
814
|
+
"--ctr-survey-page-drag-indicator-height": string;
|
|
720
815
|
"--ctr-survey-resize-frame-grip-width": string;
|
|
721
816
|
"--ctr-survey-resize-frame-grip-height": string;
|
|
722
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;
|
|
723
823
|
"--ctr-toggle-button-thumb-background-color-active": string;
|
|
724
824
|
"--ctr-toggle-button-thumb-corner-radius": string;
|
|
725
825
|
"--ctr-toggle-button-corner-radius": string;
|
|
@@ -777,6 +877,8 @@ declare const Theme: {
|
|
|
777
877
|
"--ctr-menu-item-padding-bottom": string;
|
|
778
878
|
"--ctr-menu-item-padding-top": string;
|
|
779
879
|
"--ctr-scrollbar-padding-vertical-hovered": string;
|
|
880
|
+
"--ctr-image-gallery-item-title-color": string;
|
|
881
|
+
"--ctr-image-gallery-item-corner-radius": string;
|
|
780
882
|
};
|
|
781
883
|
};
|
|
782
884
|
export default Theme;
|
|
@@ -793,7 +895,6 @@ export declare const Default: {
|
|
|
793
895
|
"--ctr-toolbox-submenu-item-min-width": string;
|
|
794
896
|
"--ctr-toolbox-group-header-margin-left": string;
|
|
795
897
|
"--ctr-button-group-item-border-width": string;
|
|
796
|
-
"--ctr-button-group-gap": string;
|
|
797
898
|
"--ctr-shadow-medium-blur": string;
|
|
798
899
|
"--ctr-shadow-medium-offset-y": string;
|
|
799
900
|
"--ctr-shadow-large-blur": string;
|
|
@@ -831,17 +932,23 @@ export declare const Default: {
|
|
|
831
932
|
"--ctr-toolbox-item-text-opacity-disabled": number;
|
|
832
933
|
"--ctr-page-navigator-button-opacity-pressed": number;
|
|
833
934
|
"--ctr-button-text-opacity-disabled": number;
|
|
834
|
-
"--ctr-notification-opacity":
|
|
935
|
+
"--ctr-notification-opacity": number;
|
|
835
936
|
"--ctr-notification-opacity-error": number;
|
|
836
937
|
"--ctr-toolbox-group-header-border-width-top": string;
|
|
837
938
|
"--ctr-toolbox-group-header-border-width-left": string;
|
|
838
939
|
"--ctr-toolbox-group-header-border-width-right": string;
|
|
839
|
-
"--ctr-data-table-cell-drop-down-arrow-opacity":
|
|
940
|
+
"--ctr-data-table-cell-drop-down-arrow-opacity": number;
|
|
840
941
|
"--ctr-data-table-row-padding-left": string;
|
|
841
942
|
"--ctr-data-table-row-border-width-last-row": string;
|
|
842
943
|
"--ctr-toolbox-separator-padding-right": string;
|
|
843
944
|
"--ctr-survey-question-panel-toolbar-item-opacity-pressed": number;
|
|
844
945
|
"--ctr-survey-question-panel-toolbar-item-opacity-disabled": number;
|
|
946
|
+
"--ctr-survey-question-panel-toolbar-item-opacity-muted": number;
|
|
947
|
+
"--ctr-survey-question-panel-toolbar-item-padding-left-small": string;
|
|
948
|
+
"--ctr-survey-question-panel-toolbar-item-padding-right-small": string;
|
|
949
|
+
"--ctr-survey-question-panel-toolbar-item-padding-top-small": string;
|
|
950
|
+
"--ctr-survey-question-panel-toolbar-item-padding-bottom-small": string;
|
|
951
|
+
"--ctr-survey-question-panel-drag-area-drag-indicator-opacity": number;
|
|
845
952
|
"--ctr-label-padding-left": string;
|
|
846
953
|
"--ctr-label-padding-right": string;
|
|
847
954
|
"--ctr-survey-action-button-opacity-disabled": number;
|
|
@@ -863,6 +970,7 @@ export declare const Default: {
|
|
|
863
970
|
"--lbr-shadow-small-blur": string;
|
|
864
971
|
"--lbr-shadow-small-spread": string;
|
|
865
972
|
"--ctr-button-group-item-text-opacity-disabled": number;
|
|
973
|
+
"--ctr-survey-header-logo-placeholder-icon-opacity": number;
|
|
866
974
|
"--ctr-toolbox-item-shadow-hovered-1-color": string;
|
|
867
975
|
"--ctr-toolbox-item-shadow-pressed-color": string;
|
|
868
976
|
"--ctr-toolbox-item-shadow-hovered-2-color": string;
|
|
@@ -874,7 +982,7 @@ export declare const Default: {
|
|
|
874
982
|
"--ctr-toolbox-item-shadow-subitem-1-color": string;
|
|
875
983
|
"--ctr-toolbox-item-shadow-subitem-2-color": string;
|
|
876
984
|
"--ctr-toolbox-submenu-margin-left": string;
|
|
877
|
-
"--ctr-survey-page-drag-indicator-opacity":
|
|
985
|
+
"--ctr-survey-page-drag-indicator-opacity": number;
|
|
878
986
|
"--ctr-toggle-button-thumb-border-width": string;
|
|
879
987
|
"--ctr-line-height-unit": string;
|
|
880
988
|
"--ctr-font-unit": string;
|
|
@@ -908,6 +1016,7 @@ export declare const Default: {
|
|
|
908
1016
|
"--ctr-button-group-item-background-color-hovered": string;
|
|
909
1017
|
"--ctr-button-group-item-text-color-selected": string;
|
|
910
1018
|
"--ctr-button-group-item-icon-color-selected": string;
|
|
1019
|
+
"--ctr-button-group-gap": string;
|
|
911
1020
|
"--ctr-editor-corner-radius": string;
|
|
912
1021
|
"--ctr-editor-background-color": string;
|
|
913
1022
|
"--ctr-editor-border-color": string;
|
|
@@ -933,6 +1042,7 @@ export declare const Default: {
|
|
|
933
1042
|
"--ctr-actionbar-button-corner-radius": string;
|
|
934
1043
|
"--ctr-popup-menu-corner-radius": string;
|
|
935
1044
|
"--ctr-popup-menu-footer-padding-left": string;
|
|
1045
|
+
"--ctr-button-contextual-button-icon-color": string;
|
|
936
1046
|
"--ctr-button-group-item-background-color-disabled": string;
|
|
937
1047
|
"--ctr-radio-button-background-color-selected-hovered": string;
|
|
938
1048
|
"--ctr-checkbox-background-color-selected-hovered": string;
|
|
@@ -946,6 +1056,7 @@ export declare const Default: {
|
|
|
946
1056
|
"--ctr-button-group-item-border-width-selected": string;
|
|
947
1057
|
"--ctr-button-group-item-padding-horizontal": string;
|
|
948
1058
|
"--ctr-button-group-item-padding-vertical": string;
|
|
1059
|
+
"--ctr-button-group-background-color-disabled": string;
|
|
949
1060
|
"--ctr-button-group-border-color-focused": string;
|
|
950
1061
|
"--ctr-button-group-border-width-focused": string;
|
|
951
1062
|
"--ctr-button-group-item-text-color-disabled": string;
|
|
@@ -956,6 +1067,8 @@ export declare const Default: {
|
|
|
956
1067
|
"--ctr-popup-corner-radius": string;
|
|
957
1068
|
"--ctr-shadow-large-color": string;
|
|
958
1069
|
"--ctr-shadow-medium-color": string;
|
|
1070
|
+
"--ctr-button-contextual-button-margin-horizontal": string;
|
|
1071
|
+
"--ctr-button-contextual-button-margin-vertical": string;
|
|
959
1072
|
"--ctr-button-padding-horizontal-small": string;
|
|
960
1073
|
"--ctr-button-padding-vertical-small": string;
|
|
961
1074
|
"--ctr-button-corner-radius": string;
|
|
@@ -1025,6 +1138,10 @@ export declare const Default: {
|
|
|
1025
1138
|
"--ctr-actionbar-button-padding-bottom-large-icon": string;
|
|
1026
1139
|
"--ctr-actionbar-button-text-color": string;
|
|
1027
1140
|
"--ctr-actionbar-button-background-color-hovered": string;
|
|
1141
|
+
"--ctr-actionbar-button-padding-left-small-icon": string;
|
|
1142
|
+
"--ctr-actionbar-button-padding-right-small-icon": string;
|
|
1143
|
+
"--ctr-actionbar-button-padding-top-small-icon": string;
|
|
1144
|
+
"--ctr-actionbar-button-padding-bottom-small-icon": string;
|
|
1028
1145
|
"--ctr-actionbar-button-padding-left-medium-text": string;
|
|
1029
1146
|
"--ctr-actionbar-button-padding-right-medium-text": string;
|
|
1030
1147
|
"--ctr-actionbar-button-padding-top-medium-text": string;
|
|
@@ -1050,6 +1167,10 @@ export declare const Default: {
|
|
|
1050
1167
|
"--ctr-editor-button-padding-bottom": string;
|
|
1051
1168
|
"--ctr-editor-button-padding-left": string;
|
|
1052
1169
|
"--ctr-editor-button-padding-right": string;
|
|
1170
|
+
"--ctr-actionbar-button-icon-width-small": string;
|
|
1171
|
+
"--ctr-actionbar-button-icon-height-small": string;
|
|
1172
|
+
"--ctr-actionbar-button-icon-width": string;
|
|
1173
|
+
"--ctr-actionbar-button-icon-height": string;
|
|
1053
1174
|
"--ctr-editor-color-swatch-icon-width": string;
|
|
1054
1175
|
"--ctr-editor-color-swatch-icon-height": string;
|
|
1055
1176
|
"--ctr-editor-button-icon-width": string;
|
|
@@ -1099,8 +1220,13 @@ export declare const Default: {
|
|
|
1099
1220
|
"--ctr-page-navigator-item-gap": string;
|
|
1100
1221
|
"--ctr-page-navigator-item-corner-radius": string;
|
|
1101
1222
|
"--ctr-page-navigator-button-padding": string;
|
|
1223
|
+
"--ctr-page-navigator-button-icon-width": string;
|
|
1224
|
+
"--ctr-page-navigator-button-icon-height": string;
|
|
1102
1225
|
"--ctr-page-navigator-button-corner-radius": string;
|
|
1103
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;
|
|
1104
1230
|
"--ctr-button-background-color": string;
|
|
1105
1231
|
"--ctr-button-text-color": string;
|
|
1106
1232
|
"--ctr-button-gap": string;
|
|
@@ -1211,6 +1337,8 @@ export declare const Default: {
|
|
|
1211
1337
|
"--ctr-data-table-cell-padding-top": string;
|
|
1212
1338
|
"--ctr-data-table-cell-padding-bottom": string;
|
|
1213
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;
|
|
1214
1342
|
"--ctr-data-table-cell-text-color-header": string;
|
|
1215
1343
|
"--ctr-data-table-cell-border-color-focused": string;
|
|
1216
1344
|
"--ctr-data-table-cell-corner-radius-focused": string;
|
|
@@ -1226,6 +1354,14 @@ export declare const Default: {
|
|
|
1226
1354
|
"--ctr-data-table-row-padding-bottom-header": string;
|
|
1227
1355
|
"--ctr-data-table-row-background-color-drop-spot": string;
|
|
1228
1356
|
"--ctr-error-message-background-color": string;
|
|
1357
|
+
"--ctr-error-message-corner-radius": string;
|
|
1358
|
+
"--ctr-error-message-gap": string;
|
|
1359
|
+
"--ctr-error-message-padding-left": string;
|
|
1360
|
+
"--ctr-error-message-padding-right": string;
|
|
1361
|
+
"--ctr-error-message-padding-top": string;
|
|
1362
|
+
"--ctr-error-message-padding-bottom": string;
|
|
1363
|
+
"--ctr-error-message-icon-width": string;
|
|
1364
|
+
"--ctr-error-message-icon-height": string;
|
|
1229
1365
|
"--ctr-error-message-icon-color": string;
|
|
1230
1366
|
"--ctr-error-message-text-color": string;
|
|
1231
1367
|
"--ctr-toolbox-separator-color": string;
|
|
@@ -1240,18 +1376,41 @@ export declare const Default: {
|
|
|
1240
1376
|
"--ctr-toolbox-group-gap": string;
|
|
1241
1377
|
"--ctr-toolbox-group-padding-left": string;
|
|
1242
1378
|
"--ctr-toolbox-group-padding-right": string;
|
|
1379
|
+
"--ctr-button-contextual-button-corner-radius": string;
|
|
1380
|
+
"--ctr-button-contextual-button-padding-left": string;
|
|
1381
|
+
"--ctr-button-contextual-button-padding-right": string;
|
|
1382
|
+
"--ctr-button-contextual-button-padding-top": string;
|
|
1383
|
+
"--ctr-button-contextual-button-padding-bottom": string;
|
|
1243
1384
|
"--ctr-button-contextual-button-background-color-hovered": string;
|
|
1385
|
+
"--ctr-button-contextual-button-icon-width": string;
|
|
1386
|
+
"--ctr-button-contextual-button-icon-height": string;
|
|
1244
1387
|
"--ctr-button-contextual-button-background-color-focused": string;
|
|
1388
|
+
"--ctr-survey-question-panel-toolbar-item-gap": string;
|
|
1389
|
+
"--ctr-survey-question-panel-toolbar-item-padding-left": string;
|
|
1390
|
+
"--ctr-survey-question-panel-toolbar-item-padding-right": string;
|
|
1391
|
+
"--ctr-survey-question-panel-toolbar-item-padding-top": string;
|
|
1392
|
+
"--ctr-survey-question-panel-toolbar-item-padding-bottom": string;
|
|
1245
1393
|
"--ctr-survey-question-panel-toolbar-item-background-color-hovered": string;
|
|
1394
|
+
"--ctr-survey-question-panel-toolbar-item-icon-container-width": string;
|
|
1395
|
+
"--ctr-survey-question-panel-toolbar-item-icon-container-height": string;
|
|
1396
|
+
"--ctr-survey-question-panel-toolbar-item-icon-padding-left": string;
|
|
1397
|
+
"--ctr-survey-question-panel-toolbar-item-icon-padding-right": string;
|
|
1398
|
+
"--ctr-survey-question-panel-toolbar-item-icon-padding-top": string;
|
|
1399
|
+
"--ctr-survey-question-panel-toolbar-item-icon-padding-bottom": string;
|
|
1246
1400
|
"--ctr-survey-question-panel-toolbar-item-icon-color": string;
|
|
1247
1401
|
"--ctr-survey-question-panel-toolbar-item-text-color": string;
|
|
1248
1402
|
"--ctr-survey-question-panel-toolbar-item-background-color-selected": string;
|
|
1249
1403
|
"--ctr-survey-page-toolbar-item-icon-color-pressed": string;
|
|
1250
1404
|
"--ctr-survey-page-toolbar-item-text-color": string;
|
|
1405
|
+
"--ctr-survey-question-panel-toolbar-item-padding-right-with-text": string;
|
|
1251
1406
|
"--ctr-survey-page-toolbar-item-background-color-selected": string;
|
|
1252
1407
|
"--ctr-survey-question-panel-drag-area-drag-indicator-color": string;
|
|
1408
|
+
"--ctr-survey-question-panel-drag-area-drag-indicator-width": string;
|
|
1409
|
+
"--ctr-survey-question-panel-drag-area-drag-indicator-height": string;
|
|
1253
1410
|
"--ctr-preview-pager-background-color": string;
|
|
1254
1411
|
"--ctr-preview-pager-border-color": string;
|
|
1412
|
+
"--ctr-code-viewer-code-error-row-icon-width": string;
|
|
1413
|
+
"--ctr-code-viewer-code-error-row-icon-height": string;
|
|
1255
1414
|
"--ctr-code-viewer-background-color": string;
|
|
1256
1415
|
"--ctr-code-viewer-text-color": string;
|
|
1257
1416
|
"--ctr-code-viewer-line-number-panel-background-color": string;
|
|
@@ -1301,6 +1460,8 @@ export declare const Default: {
|
|
|
1301
1460
|
"--ctr-search-button-padding-vertical": string;
|
|
1302
1461
|
"--ctr-search-button-padding-horizontal": string;
|
|
1303
1462
|
"--ctr-search-button-background-color-hovered": string;
|
|
1463
|
+
"--ctr-search-button-icon-width": string;
|
|
1464
|
+
"--ctr-search-button-icon-height": string;
|
|
1304
1465
|
"--ctr-property-grid-search-button-icon-color": string;
|
|
1305
1466
|
"--ctr-property-grid-search-button-background-color-hovered": string;
|
|
1306
1467
|
"--ctr-property-grid-search-icon-color": string;
|
|
@@ -1308,8 +1469,10 @@ export declare const Default: {
|
|
|
1308
1469
|
"--ctr-scrollbar-background-color": string;
|
|
1309
1470
|
"--ctr-scrollbar-padding-vertical": string;
|
|
1310
1471
|
"--ctr-scrollbar-width": string;
|
|
1472
|
+
"--ctr-survey-question-panel-toolbar-gap": string;
|
|
1311
1473
|
"--ctr-survey-info-panel-background-color": string;
|
|
1312
1474
|
"--ctr-survey-info-panel-text-color": string;
|
|
1475
|
+
"--ctr-survey-action-button-corner-radius": string;
|
|
1313
1476
|
"--ctr-survey-action-button-icon-color-positive": string;
|
|
1314
1477
|
"--ctr-survey-action-button-icon-color-negative": string;
|
|
1315
1478
|
"--ctr-survey-action-button-text-color-positive": string;
|
|
@@ -1317,9 +1480,17 @@ export declare const Default: {
|
|
|
1317
1480
|
"--ctr-survey-action-button-background-color-hovered-positive": string;
|
|
1318
1481
|
"--ctr-survey-action-button-background-color-hovered-negative": string;
|
|
1319
1482
|
"--ctr-survey-action-button-icon-color-disabled": string;
|
|
1483
|
+
"--ctr-survey-contextual-button-width": string;
|
|
1484
|
+
"--ctr-survey-contextual-button-height": string;
|
|
1485
|
+
"--ctr-survey-contextual-button-padding-left": string;
|
|
1486
|
+
"--ctr-survey-contextual-button-padding-right": string;
|
|
1487
|
+
"--ctr-survey-contextual-button-padding-top": string;
|
|
1488
|
+
"--ctr-survey-contextual-button-padding-bottom": string;
|
|
1320
1489
|
"--lbr-action-button-icon-color-negative": string;
|
|
1321
1490
|
"--ctr-property-grid-background-color": string;
|
|
1322
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;
|
|
1323
1494
|
"--lbr-notification-padding-left": string;
|
|
1324
1495
|
"--lbr-notification-padding-right": string;
|
|
1325
1496
|
"--lbr-notification-button-corner-radius": string;
|
|
@@ -1329,11 +1500,22 @@ export declare const Default: {
|
|
|
1329
1500
|
"--ctr-survey-image-picker-drop-spot-color": string;
|
|
1330
1501
|
"--ctr-data-table-row-corner-radius-floating": string;
|
|
1331
1502
|
"--ctr-survey-item-actionbar-drag-indicator-color": string;
|
|
1503
|
+
"--ctr-survey-item-actionbar-drag-indicator-padding-left": string;
|
|
1504
|
+
"--ctr-survey-item-actionbar-drag-indicator-padding-right": string;
|
|
1505
|
+
"--ctr-survey-item-actionbar-drag-indicator-padding-top": string;
|
|
1506
|
+
"--ctr-survey-item-actionbar-drag-indicator-padding-bottom": string;
|
|
1507
|
+
"--ctr-survey-item-actionbar-drag-indicator-width": string;
|
|
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;
|
|
1332
1513
|
"--ctr-toolbox-search-padding-left": string;
|
|
1333
1514
|
"--ctr-toolbox-search-padding-right": string;
|
|
1334
1515
|
"--ctr-toolbox-search-padding-top": string;
|
|
1335
1516
|
"--ctr-toolbox-search-icon-color-placeholder": string;
|
|
1336
1517
|
"--ctr-toolbox-search-padding-bottom": string;
|
|
1518
|
+
"--ctr-toolbox-search-gap": string;
|
|
1337
1519
|
"--ctr-toolbox-search-text-color": string;
|
|
1338
1520
|
"--ctr-toolbox-search-border-width-bottom": string;
|
|
1339
1521
|
"--ctr-toolbox-search-text-color-placeholder": string;
|
|
@@ -1377,17 +1559,28 @@ export declare const Default: {
|
|
|
1377
1559
|
"--ctr-survey-radio-button-group-item-shadow-floating-2-spread": string;
|
|
1378
1560
|
"--ctr-survey-radio-button-group-item-shadow-floating-2-color": string;
|
|
1379
1561
|
"--ctr-survey-ranking-item-corner-radius-floating": string;
|
|
1562
|
+
"--ctr-survey-header-logo-placeholder-corner-radius": string;
|
|
1380
1563
|
"--ctr-survey-header-logo-placeholder-background-color-hovered": string;
|
|
1381
1564
|
"--ctr-survey-header-logo-placeholder-icon-color-hovered": string;
|
|
1382
1565
|
"--ctr-survey-header-text-title-color-placeholder": string;
|
|
1383
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;
|
|
1384
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;
|
|
1385
1575
|
"--ctr-survey-page-header-title-color-placeholder": string;
|
|
1386
1576
|
"--ctr-survey-page-background-color-hovered": string;
|
|
1577
|
+
"--ctr-list-search-padding-left": string;
|
|
1387
1578
|
"--ctr-list-search-border-color": string;
|
|
1388
1579
|
"--ctr-list-search-text-color-placeholder": string;
|
|
1389
1580
|
"--ctr-property-grid-search-icon-width": string;
|
|
1390
1581
|
"--ctr-property-grid-search-icon-height": string;
|
|
1582
|
+
"--ctr-toolbox-search-icon-width": string;
|
|
1583
|
+
"--ctr-toolbox-search-icon-height": string;
|
|
1391
1584
|
"--ctr-expression-item-padding-left-button": string;
|
|
1392
1585
|
"--ctr-expression-item-padding-right-button": string;
|
|
1393
1586
|
"--ctr-toolbox-shadow-floating-1-offset-x": string;
|
|
@@ -1481,6 +1674,8 @@ export declare const Default: {
|
|
|
1481
1674
|
"--ctr-toolbox-submenu-shadow-2-spread": string;
|
|
1482
1675
|
"--ctr-toolbox-submenu-shadow-2-color": string;
|
|
1483
1676
|
"--ctr-toolbox-submenu-margin-top": string;
|
|
1677
|
+
"--ctr-list-item-background-color-selected-submenu": string;
|
|
1678
|
+
"--ctr-list-item-text-color-selected-submenu": string;
|
|
1484
1679
|
"--ctr-list-item-icon-color-selected-submenu": string;
|
|
1485
1680
|
"--ctr-list-item-submenu-arrow-color-selected-item-submenu": string;
|
|
1486
1681
|
"--ctr-menu-item-padding-left-icon": string;
|
|
@@ -1499,9 +1694,16 @@ export declare const Default: {
|
|
|
1499
1694
|
"--ctr-data-table-form-border-color": string;
|
|
1500
1695
|
"--ctr-menu-toolbar-button-padding-left-with-description": string;
|
|
1501
1696
|
"--ctr-menu-toolbar-button-padding-right-with-description": string;
|
|
1697
|
+
"--ctr-survey-page-drag-indicator-width": string;
|
|
1698
|
+
"--ctr-survey-page-drag-indicator-height": string;
|
|
1502
1699
|
"--ctr-survey-resize-frame-grip-width": string;
|
|
1503
1700
|
"--ctr-survey-resize-frame-grip-height": string;
|
|
1504
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;
|
|
1505
1707
|
"--ctr-toggle-button-thumb-background-color-active": string;
|
|
1506
1708
|
"--ctr-toggle-button-thumb-corner-radius": string;
|
|
1507
1709
|
"--ctr-toggle-button-corner-radius": string;
|
|
@@ -1559,5 +1761,7 @@ export declare const Default: {
|
|
|
1559
1761
|
"--ctr-menu-item-padding-bottom": string;
|
|
1560
1762
|
"--ctr-menu-item-padding-top": string;
|
|
1561
1763
|
"--ctr-scrollbar-padding-vertical-hovered": string;
|
|
1764
|
+
"--ctr-image-gallery-item-title-color": string;
|
|
1765
|
+
"--ctr-image-gallery-item-corner-radius": string;
|
|
1562
1766
|
};
|
|
1563
1767
|
};
|
package/typings/toolbox.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Action, AdaptiveActionContainer, Base, IAction, Question, AnimationBoolean } from "survey-core";
|
|
2
2
|
import { SurveyCreatorModel, toolboxLocationType } from "./creator-base";
|
|
3
|
-
import { SearchManagerToolbox } from "./
|
|
3
|
+
import { SearchManagerToolbox } from "./components/toolbox/toolbox-search-manager";
|
|
4
4
|
export type overflowBehaviorType = "hideInMenu" | "scroll";
|
|
5
5
|
/**
|
|
6
6
|
* A toolbox item configuration.
|