@syncfusion/ej2-react-ribbon 24.2.8 → 25.1.35
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 +7 -10
- package/README.md +5 -2
- package/diConfig.json +254 -3
- package/dist/ej2-react-ribbon.min.js +2 -2
- package/dist/ej2-react-ribbon.umd.min.js +2 -2
- package/dist/ej2-react-ribbon.umd.min.js.map +1 -1
- package/dist/es6/ej2-react-ribbon.es2015.js +21 -73
- package/dist/es6/ej2-react-ribbon.es2015.js.map +1 -1
- package/package.json +9 -9
- package/src/ribbon/collections-directive.d.ts +0 -20
- package/src/ribbon/collections-directive.js +0 -20
- package/src/ribbon/contextualtabs-directive.d.ts +23 -0
- package/src/ribbon/contextualtabs-directive.js +45 -0
- package/src/ribbon/groups-directive.d.ts +0 -16
- package/src/ribbon/groups-directive.js +0 -16
- package/src/ribbon/index.d.ts +1 -0
- package/src/ribbon/index.js +1 -0
- package/src/ribbon/items-directive.d.ts +0 -24
- package/src/ribbon/items-directive.js +0 -24
- package/src/ribbon/ribbon.component.js +1 -1
- package/src/ribbon/tabs-directive.d.ts +0 -12
- package/src/ribbon/tabs-directive.js +0 -12
package/CHANGELOG.md
CHANGED
|
@@ -4,18 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
### Ribbon
|
|
6
6
|
|
|
7
|
-
####
|
|
8
|
-
|
|
9
|
-
- `#I555696` - Now the issue with tab animations not updated, while using the `tabAnimation` property has been resolved.
|
|
10
|
-
|
|
11
|
-
## 24.1.44 (2024-01-03)
|
|
12
|
-
|
|
13
|
-
### Ribbon
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
7
|
+
#### Features
|
|
16
8
|
|
|
17
|
-
|
|
9
|
+
- **Gallery item** - In addition to the existing built-in items, a new item, gallery, has been added to the Ribbon control. It allows users to perform specific actions by displaying a collection of related items, including icons, content, or images. Check out the demo [here](https://ej2.syncfusion.com/demos/#/material3/ribbon/gallery.html).
|
|
10
|
+
- **Contextual tabs** - The Ribbon control now supports addition of contextual tabs, allows users to display the ribbon tabs on demand based on their needs. Similar to the normal ribbon tabs, it supports adding all built-in and custom ribbon items to execute specific actions. Check out the demo [here](https://ej2.syncfusion.com/demos/#/material3/ribbon/contextual-tab.html).
|
|
11
|
+
- **KeyTips support** - The KeyTips feature enables users to quickly access the tabs or ribbon items by using defined unique key tips (up to 3 characters). To show the KeyTips, press Alt + Windows/Command keys, and close or traverse back by pressing the Esc key. Check out the demo [here](https://ej2.syncfusion.com/demos/#/material3/ribbon/keytip.html).
|
|
18
12
|
|
|
13
|
+
- **Gallery item** - In addition to the existing built-in items, a new item, gallery, has been added to the Ribbon component. It allows users to perform specific actions by displaying a collection of related items, including icons, content, or images. Check out the demo [here](https://ej2.syncfusion.com/react/demos/#/material3/ribbon/gallery).
|
|
14
|
+
- **Contextual tabs** - The Ribbon component now supports addition of contextual tabs, allows users to display the ribbon tabs on demand based on their needs. Similar to the normal ribbon tabs, it supports adding all built-in and custom ribbon items to execute specific actions. Check out the demo [here](https://ej2.syncfusion.com/react/demos/#/material3/ribbon/contextual).
|
|
15
|
+
- **KeyTips support** - The KeyTips feature enables users to quickly access the tabs or ribbon items by using defined unique key tips (up to 3 characters). To show the KeyTips, press Alt + Windows/Command keys, and close or traverse back by pressing the Esc key. Check out the demo [here](https://ej2.syncfusion.com/react/demos/#/material3/ribbon/keytip).
|
|
19
16
|
|
|
20
17
|
## 24.1.41 (2023-12-18)
|
|
21
18
|
|
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ Trusted by the world's leading companies
|
|
|
18
18
|
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
|
|
19
19
|
</a>
|
|
20
20
|
</p>
|
|
21
|
-
|
|
21
|
+
|
|
22
22
|
## Setup
|
|
23
23
|
|
|
24
24
|
To install the Ribbon and its dependent packages, use the following command.
|
|
@@ -41,6 +41,9 @@ Ribbon component is also offered in the following list of frameworks.
|
|
|
41
41
|
* [Tooltip](https://ej2.syncfusion.com/react/documentation/ribbon/tooltip): Provide additional information when a user hovers over a ribbon item, improving user experience and increasing the usability of the application.
|
|
42
42
|
* [File menu](https://ej2.syncfusion.com/react/documentation/ribbon/filemenu): A built-in menu that to add file related actions easily.
|
|
43
43
|
* [Backstage](https://ej2.syncfusion.com/react/documentation/ribbon/backstage): It is an extension of traditional file menu for displaying information, based on the user interactions with backstage options.
|
|
44
|
+
* `Gallery`: In addition to the existing items, a new item gallery has been added to the Ribbon component which allows users to perform specific actions by displaying a collection of related items including icons, content, or images.
|
|
45
|
+
* `Contextual Tabs`: It allows users to show ribbon tabs on demand when needed, by adding built-in and custom items to perform specific actions just like regular ribbon tabs.
|
|
46
|
+
* `KeyTips`: It enables users to quickly access the tabs or ribbon items by using unique key tips (up to 3 characters), activated with `Alt + Windows/Command keys` and closed or navigated back with the `Esc` key.
|
|
44
47
|
* [Templates](https://ej2.syncfusion.com/react/documentation/ribbon/help-pane-template): Customize ribbon items and the help pane content using templates.
|
|
45
48
|
|
|
46
49
|
|
|
@@ -62,4 +65,4 @@ Product support is available through the following mediums.
|
|
|
62
65
|
|
|
63
66
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-react-ui-components/blob/master/license?utm_source=npm&utm_campaign=ribbon) for more info.
|
|
64
67
|
|
|
65
|
-
© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
68
|
+
© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
package/diConfig.json
CHANGED
|
@@ -59,7 +59,10 @@
|
|
|
59
59
|
"RibbonComboBox",
|
|
60
60
|
"RibbonGroupButton",
|
|
61
61
|
"RibbonFileMenu",
|
|
62
|
-
"RibbonBackstage"
|
|
62
|
+
"RibbonBackstage",
|
|
63
|
+
"RibbonKeyTip",
|
|
64
|
+
"RibbonContextualTab",
|
|
65
|
+
"RibbonGallery"
|
|
63
66
|
],
|
|
64
67
|
"diModuleFiles": [
|
|
65
68
|
{ "fileName": "ribbon-button" },
|
|
@@ -70,7 +73,10 @@
|
|
|
70
73
|
{ "fileName": "ribbon-splitbutton" },
|
|
71
74
|
{ "fileName": "ribbon-groupbutton" },
|
|
72
75
|
{ "fileName": "ribbon-filemenu" },
|
|
73
|
-
{ "fileName": "ribbon-backstage" }
|
|
76
|
+
{ "fileName": "ribbon-backstage" },
|
|
77
|
+
{ "fileName": "ribbon-keytip" },
|
|
78
|
+
{ "fileName": "ribbon-contextualtab" },
|
|
79
|
+
{ "fileName": "ribbon-gallery" }
|
|
74
80
|
],
|
|
75
81
|
"complexDirective": [
|
|
76
82
|
{
|
|
@@ -132,6 +138,7 @@
|
|
|
132
138
|
"aspDirectiveSelector": "e-ribbon-tab",
|
|
133
139
|
"aspArrayDirectiveSelector":"e-ribbon-tabs",
|
|
134
140
|
"propertyName": "tabs",
|
|
141
|
+
"removeParent": true,
|
|
135
142
|
"directoryName": "ribbon",
|
|
136
143
|
"baseClass": "RibbonTab",
|
|
137
144
|
"isPartialClass": true,
|
|
@@ -392,6 +399,45 @@
|
|
|
392
399
|
"aspClassName":"RibbonGroupButtonSettings",
|
|
393
400
|
"SelectorName": "e-ribbon-groupbuttonsettings",
|
|
394
401
|
"aspSelectorName": "e-ribbon-groupbuttonsettings"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"propertyName": "gallerySettings",
|
|
405
|
+
"baseClass": "RibbonGallerySettings",
|
|
406
|
+
"aspClassName":"RibbonGallerySettings",
|
|
407
|
+
"SelectorName": "e-ribbon-gallerysettings",
|
|
408
|
+
"aspSelectorName": "e-ribbon-gallerysettings",
|
|
409
|
+
"templateProperties": [
|
|
410
|
+
"template",
|
|
411
|
+
"popupTemplate"
|
|
412
|
+
],
|
|
413
|
+
"tagDirective": [{
|
|
414
|
+
"arrayDirectiveClassName": "RibbonGalleryGroups",
|
|
415
|
+
"directiveClassName": "RibbonGalleryGroup",
|
|
416
|
+
"directiveSelector": "e-ribbon-gallery-group",
|
|
417
|
+
"arrayDirectiveSelector": "e-ribbon-gallery-groups",
|
|
418
|
+
"aspArrayClassName":"RibbonGalleryGroup",
|
|
419
|
+
"aspCollectionClassName":"RibbonGalleryGroups",
|
|
420
|
+
"aspDirectiveSelector": "e-ribbon-gallery-group",
|
|
421
|
+
"aspArrayDirectiveSelector":"e-ribbon-gallery-groups",
|
|
422
|
+
"propertyName": "groups",
|
|
423
|
+
"directoryName": "ribbon",
|
|
424
|
+
"baseClass": "RibbonGalleryGroup",
|
|
425
|
+
"isPartialClass": true,
|
|
426
|
+
"tagDirective": [{
|
|
427
|
+
"arrayDirectiveClassName": "RibbonGalleryItems",
|
|
428
|
+
"directiveClassName": "RibbonGalleryItem",
|
|
429
|
+
"directiveSelector": "e-ribbon-gallery-item",
|
|
430
|
+
"arrayDirectiveSelector": "e-ribbon-gallery-items",
|
|
431
|
+
"aspArrayClassName":"RibbonGalleryItem",
|
|
432
|
+
"aspCollectionClassName":"RibbonGalleryItems",
|
|
433
|
+
"aspDirectiveSelector": "e-ribbon-gallery-item",
|
|
434
|
+
"aspArrayDirectiveSelector":"e-ribbon-gallery-items",
|
|
435
|
+
"propertyName": "items",
|
|
436
|
+
"directoryName": "ribbon",
|
|
437
|
+
"baseClass": "RibbonGalleryItem",
|
|
438
|
+
"isPartialClass": true
|
|
439
|
+
}]
|
|
440
|
+
}]
|
|
395
441
|
}
|
|
396
442
|
],
|
|
397
443
|
"comment": [
|
|
@@ -475,6 +521,211 @@
|
|
|
475
521
|
}]
|
|
476
522
|
}]
|
|
477
523
|
}]
|
|
524
|
+
},{
|
|
525
|
+
"arrayDirectiveClassName": "RibbonContextualTabs",
|
|
526
|
+
"directiveClassName": "RibbonContextualTab",
|
|
527
|
+
"directiveSelector": "e-ribbon-contextual-tab",
|
|
528
|
+
"arrayDirectiveSelector": "e-ribbon-contextual-tabs",
|
|
529
|
+
"aspArrayClassName":"RibbonContextualTab",
|
|
530
|
+
"aspCollectionClassName":"RibbonContextualTabs",
|
|
531
|
+
"aspDirectiveSelector": "e-ribbon-contextual-tab",
|
|
532
|
+
"aspArrayDirectiveSelector":"e-ribbon-contextual-tabs",
|
|
533
|
+
"propertyName": "contextualTabs",
|
|
534
|
+
"ignoreTagDirective": true,
|
|
535
|
+
"directoryName": "ribbon",
|
|
536
|
+
"baseClass": "RibbonContextualTabSettings",
|
|
537
|
+
"comment": [
|
|
538
|
+
"/**",
|
|
539
|
+
" * `e-ribbon-contextual-tab` directive represent a contextual tab of the Angular Ribbon. ",
|
|
540
|
+
" * It must be contained in a Ribbon component(`ejs-ribbon`). ",
|
|
541
|
+
" * ```html",
|
|
542
|
+
" * <ejs-ribbon>",
|
|
543
|
+
" * <e-ribbon-contextual-tabs>",
|
|
544
|
+
" * <e-ribbon-contextual-tab>",
|
|
545
|
+
" * </e-ribbon-contextual-tab>",
|
|
546
|
+
" * </e-ribbon-contextual-tabs>",
|
|
547
|
+
" * </ejs-ribbon>",
|
|
548
|
+
" * ```",
|
|
549
|
+
" */"
|
|
550
|
+
],
|
|
551
|
+
"reactComment": [
|
|
552
|
+
"/**",
|
|
553
|
+
" * `RibbonContextualTabDirective` represent a contextual tab of the React Ribbon. ",
|
|
554
|
+
" * It must be contained in a Ribbon component(`RibbonComponent`). ",
|
|
555
|
+
" * ```tsx",
|
|
556
|
+
" * <RibbonComponent>",
|
|
557
|
+
" * <RibbonContextualTabsDirective>",
|
|
558
|
+
" * <RibbonContextualTabDirective></RibbonContextualTabDirective>",
|
|
559
|
+
" * <RibbonContextualTabDirective></RibbonContextualTabDirective>",
|
|
560
|
+
" * <RibbonContextualTabsDirective>",
|
|
561
|
+
" * </RibbonComponent>",
|
|
562
|
+
" * ```",
|
|
563
|
+
" */"
|
|
564
|
+
],
|
|
565
|
+
"vueComment": [
|
|
566
|
+
"/**",
|
|
567
|
+
" * `e-ribbon-contextual-tab` directive represent a contextual tab of the VueJS Ribbon. ",
|
|
568
|
+
" * It must be contained in a Ribbon component(`ejs-ribbon`). ",
|
|
569
|
+
" * ```vue",
|
|
570
|
+
" * <ejs-ribbon>",
|
|
571
|
+
" * <e-ribbon-contextual-tabs>",
|
|
572
|
+
" * <e-ribbon-contextual-tab></e-ribbon-contextual-tab>",
|
|
573
|
+
" * <e-ribbon-contextual-tab></e-ribbon-contextual-tab>",
|
|
574
|
+
" * </e-ribbon-contextual-tabs>",
|
|
575
|
+
" * </ejs-ribbon>",
|
|
576
|
+
" * ```",
|
|
577
|
+
" */"
|
|
578
|
+
],
|
|
579
|
+
"tagDirective": [{
|
|
580
|
+
"arrayDirectiveClassName": "RibbonTabs",
|
|
581
|
+
"directiveClassName": "RibbonTab",
|
|
582
|
+
"directiveSelector": "e-ribbon-tab",
|
|
583
|
+
"arrayDirectiveSelector": "e-ribbon-tabs",
|
|
584
|
+
"aspArrayClassName":"RibbonTab",
|
|
585
|
+
"aspCollectionClassName":"RibbonTabs",
|
|
586
|
+
"aspDirectiveSelector": "e-ribbon-tab",
|
|
587
|
+
"aspArrayDirectiveSelector":"e-ribbon-tabs",
|
|
588
|
+
"propertyName": "tabs",
|
|
589
|
+
"directoryName": "ribbon",
|
|
590
|
+
"baseClass": "RibbonTab",
|
|
591
|
+
"tagDirective": [{
|
|
592
|
+
"arrayDirectiveClassName": "RibbonGroups",
|
|
593
|
+
"directiveClassName": "RibbonGroup",
|
|
594
|
+
"directiveSelector": "e-ribbon-group",
|
|
595
|
+
"arrayDirectiveSelector": "e-ribbon-groups",
|
|
596
|
+
"aspArrayClassName":"RibbonGroup",
|
|
597
|
+
"aspCollectionClassName":"RibbonGroups",
|
|
598
|
+
"aspDirectiveSelector": "e-ribbon-group",
|
|
599
|
+
"aspArrayDirectiveSelector":"e-ribbon-groups",
|
|
600
|
+
"propertyName": "groups",
|
|
601
|
+
"directoryName": "ribbon",
|
|
602
|
+
"baseClass": "RibbonGroup",
|
|
603
|
+
"tagDirective": [{
|
|
604
|
+
"arrayDirectiveClassName": "RibbonCollections",
|
|
605
|
+
"directiveClassName": "RibbonCollection",
|
|
606
|
+
"directiveSelector": "e-ribbon-collection",
|
|
607
|
+
"arrayDirectiveSelector": "e-ribbon-collections",
|
|
608
|
+
"aspArrayClassName":"RibbonCollection",
|
|
609
|
+
"aspCollectionClassName":"RibbonCollections",
|
|
610
|
+
"aspDirectiveSelector": "e-ribbon-collection",
|
|
611
|
+
"aspArrayDirectiveSelector":"e-ribbon-collections",
|
|
612
|
+
"propertyName": "collections",
|
|
613
|
+
"directoryName": "ribbon",
|
|
614
|
+
"baseClass": "RibbonCollection",
|
|
615
|
+
"tagDirective": [{
|
|
616
|
+
"arrayDirectiveClassName": "RibbonItems",
|
|
617
|
+
"directiveClassName": "RibbonItem",
|
|
618
|
+
"directiveSelector": "e-ribbon-item",
|
|
619
|
+
"arrayDirectiveSelector": "e-ribbon-items",
|
|
620
|
+
"aspArrayClassName":"RibbonItem",
|
|
621
|
+
"aspCollectionClassName":"RibbonItems",
|
|
622
|
+
"aspDirectiveSelector": "e-ribbon-item",
|
|
623
|
+
"aspArrayDirectiveSelector":"e-ribbon-items",
|
|
624
|
+
"propertyName": "items",
|
|
625
|
+
"directoryName": "ribbon",
|
|
626
|
+
"baseClass": "RibbonItem",
|
|
627
|
+
"templateProperties": [
|
|
628
|
+
"itemTemplate"
|
|
629
|
+
],
|
|
630
|
+
"isPartialClass": true,
|
|
631
|
+
"complexDirective": [
|
|
632
|
+
{
|
|
633
|
+
"propertyName": "buttonSettings",
|
|
634
|
+
"baseClass": "RibbonButtonSettings",
|
|
635
|
+
"aspClassName":"RibbonButtonSettings",
|
|
636
|
+
"SelectorName": "e-ribbon-buttonsettings",
|
|
637
|
+
"aspSelectorName": "e-ribbon-buttonsettings"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"propertyName": "checkBoxSettings",
|
|
641
|
+
"baseClass": "RibbonCheckBoxSettings",
|
|
642
|
+
"aspClassName":"RibbonCheckBoxSettings",
|
|
643
|
+
"SelectorName": "e-ribbon-checkboxsettings",
|
|
644
|
+
"aspSelectorName": "e-ribbon-checkboxsettings"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"propertyName": "comboBoxSettings",
|
|
648
|
+
"baseClass": "RibbonComboBoxSettings",
|
|
649
|
+
"aspClassName":"RibbonComboBoxSettings",
|
|
650
|
+
"SelectorName": "e-ribbon-comboboxsettings",
|
|
651
|
+
"aspSelectorName": "e-ribbon-comboboxsettings",
|
|
652
|
+
"templateProperties": [
|
|
653
|
+
"itemTemplate",
|
|
654
|
+
"noRecordsTemplate"
|
|
655
|
+
]
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"propertyName": "dropDownSettings",
|
|
659
|
+
"baseClass": "RibbonDropDownSettings",
|
|
660
|
+
"aspClassName":"RibbonDropDownSettings",
|
|
661
|
+
"SelectorName": "e-ribbon-dropdownsettings",
|
|
662
|
+
"aspSelectorName": "e-ribbon-dropdownsettings"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"propertyName": "splitButtonSettings",
|
|
666
|
+
"baseClass": "RibbonSplitButtonSettings",
|
|
667
|
+
"aspClassName":"RibbonSplitButtonSettings",
|
|
668
|
+
"SelectorName": "e-ribbon-splitbuttonsettings",
|
|
669
|
+
"aspSelectorName": "e-ribbon-splitbuttonsettings"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"propertyName": "colorPickerSettings",
|
|
673
|
+
"baseClass": "RibbonColorPickerSettings",
|
|
674
|
+
"aspClassName":"RibbonColorPickerSettings",
|
|
675
|
+
"SelectorName": "e-ribbon-colorpickersettings",
|
|
676
|
+
"aspSelectorName": "e-ribbon-colorpickersettings"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"propertyName": "groupButtonSettings",
|
|
680
|
+
"baseClass": "RibbonGroupButtonSettings",
|
|
681
|
+
"aspClassName":"RibbonGroupButtonSettings",
|
|
682
|
+
"SelectorName": "e-ribbon-groupbuttonsettings",
|
|
683
|
+
"aspSelectorName": "e-ribbon-groupbuttonsettings"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"propertyName": "gallerySettings",
|
|
687
|
+
"baseClass": "RibbonGallerySettings",
|
|
688
|
+
"aspClassName":"RibbonGallerySettings",
|
|
689
|
+
"SelectorName": "e-ribbon-gallerysettings",
|
|
690
|
+
"aspSelectorName": "e-ribbon-gallerysettings",
|
|
691
|
+
"templateProperties": [
|
|
692
|
+
"template",
|
|
693
|
+
"popupTemplate"
|
|
694
|
+
],
|
|
695
|
+
"tagDirective": [{
|
|
696
|
+
"arrayDirectiveClassName": "RibbonGalleryGroups",
|
|
697
|
+
"directiveClassName": "RibbonGalleryGroup",
|
|
698
|
+
"directiveSelector": "e-ribbon-gallery-group",
|
|
699
|
+
"arrayDirectiveSelector": "e-ribbon-gallery-groups",
|
|
700
|
+
"aspArrayClassName":"RibbonGalleryGroup",
|
|
701
|
+
"aspCollectionClassName":"RibbonGalleryGroups",
|
|
702
|
+
"aspDirectiveSelector": "e-ribbon-gallery-group",
|
|
703
|
+
"aspArrayDirectiveSelector":"e-ribbon-gallery-groups",
|
|
704
|
+
"propertyName": "groups",
|
|
705
|
+
"directoryName": "ribbon",
|
|
706
|
+
"baseClass": "RibbonGalleryGroup",
|
|
707
|
+
"isPartialClass": true,
|
|
708
|
+
"tagDirective": [{
|
|
709
|
+
"arrayDirectiveClassName": "RibbonGalleryItems",
|
|
710
|
+
"directiveClassName": "RibbonGalleryItem",
|
|
711
|
+
"directiveSelector": "e-ribbon-gallery-item",
|
|
712
|
+
"arrayDirectiveSelector": "e-ribbon-gallery-items",
|
|
713
|
+
"aspArrayClassName":"RibbonGalleryItem",
|
|
714
|
+
"aspCollectionClassName":"RibbonGalleryItems",
|
|
715
|
+
"aspDirectiveSelector": "e-ribbon-gallery-item",
|
|
716
|
+
"aspArrayDirectiveSelector":"e-ribbon-gallery-items",
|
|
717
|
+
"propertyName": "items",
|
|
718
|
+
"directoryName": "ribbon",
|
|
719
|
+
"baseClass": "RibbonGalleryItem",
|
|
720
|
+
"isPartialClass": true
|
|
721
|
+
}]
|
|
722
|
+
}]
|
|
723
|
+
}
|
|
724
|
+
]
|
|
725
|
+
}]
|
|
726
|
+
}]
|
|
727
|
+
}]
|
|
728
|
+
}]
|
|
478
729
|
}]
|
|
479
730
|
}]
|
|
480
|
-
}
|
|
731
|
+
}
|