├── ColorfulOptionset ├── .gitignore ├── ColorfulOptionset.cdsproj └── Other │ ├── Customizations.xml │ ├── Relationships.xml │ └── Solution.xml ├── Control ├── .gitignore ├── .vscode │ └── settings.json ├── ColorfulOptionset │ ├── CSS │ │ └── ColorfulOptionset.css │ ├── ColorfulOptionsetControl.tsx │ ├── ControlManifest.Input.xml │ ├── DropdownStyles.ts │ └── index.ts ├── Control.pcfproj ├── package-lock.json ├── package.json ├── pcfconfig.json └── tsconfig.json ├── LICENSE ├── README.md └── readmeContent ├── ColorfulOptionset.gif ├── ColorfulOptionsetDemo_1_0_0_1.zip ├── Control_ClosedAndDisabled.png ├── Control_Opened.png ├── CustomizingColors.png ├── CustomizingIcon.png ├── CustomizingIconWith JSON.png ├── CustomizingOnTheForm.png ├── CustomizingSortBy.png ├── Customizing_AddControl.png ├── Harness.png ├── Icons and Colors.png ├── Icons and Sort.png └── Stadard Sort.png /ColorfulOptionset/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/ColorfulOptionset/.gitignore -------------------------------------------------------------------------------- /ColorfulOptionset/ColorfulOptionset.cdsproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/ColorfulOptionset/ColorfulOptionset.cdsproj -------------------------------------------------------------------------------- /ColorfulOptionset/Other/Customizations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/ColorfulOptionset/Other/Customizations.xml -------------------------------------------------------------------------------- /ColorfulOptionset/Other/Relationships.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ColorfulOptionset/Other/Solution.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/ColorfulOptionset/Other/Solution.xml -------------------------------------------------------------------------------- /Control/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/Control/.gitignore -------------------------------------------------------------------------------- /Control/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/Control/.vscode/settings.json -------------------------------------------------------------------------------- /Control/ColorfulOptionset/CSS/ColorfulOptionset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/Control/ColorfulOptionset/CSS/ColorfulOptionset.css -------------------------------------------------------------------------------- /Control/ColorfulOptionset/ColorfulOptionsetControl.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/Control/ColorfulOptionset/ColorfulOptionsetControl.tsx -------------------------------------------------------------------------------- /Control/ColorfulOptionset/ControlManifest.Input.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/Control/ColorfulOptionset/ControlManifest.Input.xml -------------------------------------------------------------------------------- /Control/ColorfulOptionset/DropdownStyles.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/Control/ColorfulOptionset/DropdownStyles.ts -------------------------------------------------------------------------------- /Control/ColorfulOptionset/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/Control/ColorfulOptionset/index.ts -------------------------------------------------------------------------------- /Control/Control.pcfproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/Control/Control.pcfproj -------------------------------------------------------------------------------- /Control/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/Control/package-lock.json -------------------------------------------------------------------------------- /Control/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/Control/package.json -------------------------------------------------------------------------------- /Control/pcfconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/Control/pcfconfig.json -------------------------------------------------------------------------------- /Control/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/Control/tsconfig.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/README.md -------------------------------------------------------------------------------- /readmeContent/ColorfulOptionset.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/readmeContent/ColorfulOptionset.gif -------------------------------------------------------------------------------- /readmeContent/ColorfulOptionsetDemo_1_0_0_1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/readmeContent/ColorfulOptionsetDemo_1_0_0_1.zip -------------------------------------------------------------------------------- /readmeContent/Control_ClosedAndDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/readmeContent/Control_ClosedAndDisabled.png -------------------------------------------------------------------------------- /readmeContent/Control_Opened.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/readmeContent/Control_Opened.png -------------------------------------------------------------------------------- /readmeContent/CustomizingColors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/readmeContent/CustomizingColors.png -------------------------------------------------------------------------------- /readmeContent/CustomizingIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/readmeContent/CustomizingIcon.png -------------------------------------------------------------------------------- /readmeContent/CustomizingIconWith JSON.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/readmeContent/CustomizingIconWith JSON.png -------------------------------------------------------------------------------- /readmeContent/CustomizingOnTheForm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/readmeContent/CustomizingOnTheForm.png -------------------------------------------------------------------------------- /readmeContent/CustomizingSortBy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/readmeContent/CustomizingSortBy.png -------------------------------------------------------------------------------- /readmeContent/Customizing_AddControl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/readmeContent/Customizing_AddControl.png -------------------------------------------------------------------------------- /readmeContent/Harness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/readmeContent/Harness.png -------------------------------------------------------------------------------- /readmeContent/Icons and Colors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/readmeContent/Icons and Colors.png -------------------------------------------------------------------------------- /readmeContent/Icons and Sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/readmeContent/Icons and Sort.png -------------------------------------------------------------------------------- /readmeContent/Stadard Sort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ORBISAG/ORBIS.PCF.ColorfulOptionset/HEAD/readmeContent/Stadard Sort.png --------------------------------------------------------------------------------