Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Clark Lin
APEX Chatbot
Commits
eebb4791
Commit
eebb4791
authored
Jul 26, 2024
by
Clark Lin
Browse files
initial commit
parent
9c20ea23
Changes
145
Show whitespace changes
Inline
Side-by-side
application/shared_components/user_interface/templates/region/item_container.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/item_container
begin
-- Manifest
-- REGION TEMPLATE: ITEM_CONTAINER
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10125120636629568
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-ItemContainer #REGION_CSS_CLASSES#" id="#REGION_STATIC_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>'
,
' <div class="t-ItemContainer-start">#BUTTON_START#</div>'
,
' <div class="t-ItemContainer-item">#BODY#</div>'
,
' <div class="t-ItemContainer-end">#BUTTON_END#</div>'
,
'</div>'
))
,
p_page_plug_template_name
=>
'Item Container'
,
p_internal_name
=>
'ITEM_CONTAINER'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
21
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_reference_id
=>
1568547778806319863
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10125400576629568
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10125120636629568
)
,
p_name
=>
'Item'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10125730785629569
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10125120636629568
)
,
p_name
=>
'Button End'
,
p_placeholder
=>
'BUTTON_END'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10126005366629569
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10125120636629568
)
,
p_name
=>
'Button Start'
,
p_placeholder
=>
'BUTTON_START'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/login.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/login
begin
-- Manifest
-- REGION TEMPLATE: LOGIN
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10127618623629572
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Login-region t-Form--stretchInputs t-Form--labelsAbove #REGION_CSS_CLASSES#" id="#REGION_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>'
,
' <div class="t-Login-header">'
,
' #REGION_IMAGE#'
,
' <span class="t-Login-logo #ICON_CSS_CLASSES#" aria-hidden="true"></span>'
,
' <h2 class="t-Login-title" id="#REGION_STATIC_ID#_heading" data-apex-heading>#TITLE#</h2>'
,
' </div>'
,
' <div class="t-Login-body">#BODY#</div>'
,
' <div class="t-Login-buttons">#NEXT#</div>'
,
' <div class="t-Login-links">#EDIT##CREATE#</div>'
,
' <div class="t-Login-subRegions">#SUB_REGIONS#</div>'
,
'</div>'
))
,
p_page_plug_template_name
=>
'Login'
,
p_internal_name
=>
'LOGIN'
,
p_image_template
=>
'<img class="t-Login-logo" src="#REGION_IMAGE_URL#" alt="" data-app-icon />'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
23
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'region'
,
p_region_title_dom_id
=>
'#REGION_STATIC_ID#_heading'
,
p_reference_id
=>
2672711194551076376
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10127900522629572
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10127618623629572
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10128242523629573
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10127618623629572
)
,
p_name
=>
'Create'
,
p_placeholder
=>
'CREATE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10128535802629573
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10127618623629572
)
,
p_name
=>
'Edit'
,
p_placeholder
=>
'EDIT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10128874226629573
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10127618623629572
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10129121574629574
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10127618623629572
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/search_results_container.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/search_results_container
begin
-- Manifest
-- REGION TEMPLATE: SEARCH_RESULTS_CONTAINER
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10130192818629580
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-ResultsRegion #REGION_CSS_CLASSES#" id="#REGION_STATIC_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>'
,
' <div class="t-ResultsRegion-search">#SEARCH_FIELD#</div>'
,
' #BODY#'
,
' #SUB_REGIONS#'
,
'</div>'
,
''
))
,
p_page_plug_template_name
=>
'Search Results Container'
,
p_internal_name
=>
'SEARCH_RESULTS_CONTAINER'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
11
,
p_default_template_options
=>
'u-colors'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'region'
,
p_reference_id
=>
1554292095258992441
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10130420181629580
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10130192818629580
)
,
p_name
=>
'Search Results'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10130761396629581
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10130192818629580
)
,
p_name
=>
'Search Field'
,
p_placeholder
=>
'SEARCH_FIELD'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10131062716629582
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10130192818629580
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/standard.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/standard
begin
-- Manifest
-- REGION TEMPLATE: STANDARD
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10132850710629585
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Region #REGION_CSS_CLASSES#" id="#REGION_STATIC_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>'
,
' <div class="t-Region-header">'
,
' <div class="t-Region-headerItems t-Region-headerItems--title">'
,
' <span class="t-Region-headerIcon"><span class="t-Icon #ICON_CSS_CLASSES#" aria-hidden="true"></span></span>'
,
' <h2 class="t-Region-title" id="#REGION_STATIC_ID#_heading" data-apex-heading>#TITLE#</h2>'
,
' </div>'
,
' <div class="t-Region-headerItems t-Region-headerItems--buttons">#COPY##EDIT#<span class="js-maximizeButtonContainer"></span></div>'
,
' </div>'
,
' <div class="t-Region-bodyWrap">'
,
' <div class="t-Region-buttons t-Region-buttons--top">'
,
' <div class="t-Region-buttons-left">#PREVIOUS#</div>'
,
' <div class="t-Region-buttons-right">#NEXT#</div>'
,
' </div>'
,
' <div class="t-Region-body">'
,
' <div class="t-Region-orderBy">#ORDER_BY_ITEM#</div>'
,
' #BODY#'
,
' #SUB_REGIONS#'
,
' </div>'
,
' <div class="t-Region-buttons t-Region-buttons--bottom">'
,
' <div class="t-Region-buttons-left">#CLOSE##HELP#</div>'
,
' <div class="t-Region-buttons-right">#DELETE##CHANGE##CREATE#</div>'
,
' </div>'
,
' </div>'
,
'</div>'
,
''
))
,
p_page_plug_template_name
=>
'Standard'
,
p_internal_name
=>
'STANDARD'
,
p_plug_table_bgcolor
=>
'#ffffff'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
8
,
p_preset_template_options
=>
't-Region--scrollBody'
,
p_plug_heading_bgcolor
=>
'#ffffff'
,
p_plug_font_size
=>
'-1'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'region'
,
p_reference_id
=>
4070912133526059312
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10133113422629586
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10132850710629585
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10133456571629586
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10132850710629585
)
,
p_name
=>
'Change'
,
p_placeholder
=>
'CHANGE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10133774352629587
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10132850710629585
)
,
p_name
=>
'Close'
,
p_placeholder
=>
'CLOSE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10134039259629587
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10132850710629585
)
,
p_name
=>
'Copy'
,
p_placeholder
=>
'COPY'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10134394805629587
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10132850710629585
)
,
p_name
=>
'Create'
,
p_placeholder
=>
'CREATE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10134681211629588
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10132850710629585
)
,
p_name
=>
'Delete'
,
p_placeholder
=>
'DELETE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10134965507629588
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10132850710629585
)
,
p_name
=>
'Edit'
,
p_placeholder
=>
'EDIT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10135242443629588
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10132850710629585
)
,
p_name
=>
'Help'
,
p_placeholder
=>
'HELP'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10135541504629589
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10132850710629585
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10135887572629589
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10132850710629585
)
,
p_name
=>
'Sort Order'
,
p_placeholder
=>
'ORDER_BY_ITEM'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10136171782629592
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10132850710629585
)
,
p_name
=>
'Previous'
,
p_placeholder
=>
'PREVIOUS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10136481531629592
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10132850710629585
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/tabs_container.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/tabs_container
begin
-- Manifest
-- REGION TEMPLATE: TABS_CONTAINER
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10142605491629604
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-TabsRegion #REGION_CSS_CLASSES# apex-tabs-region" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES# id="#REGION_STATIC_ID#">'
,
' #BODY#'
,
' <div class="t-TabsRegion-items">#SUB_REGIONS#</div>'
,
'</div>'
))
,
p_sub_plug_template
=>
'<div data-label="#SUB_REGION_TITLE!ATTR#" id="SR_#SUB_REGION_ID#">#SUB_REGION#</div>'
,
p_page_plug_template_name
=>
'Tabs Container'
,
p_internal_name
=>
'TABS_CONTAINER'
,
p_javascript_file_urls
=>
'#APEX_FILES#libraries/apex/#MIN_DIRECTORY#widget.apexTabs#MIN#.js?v=#APEX_VERSION#'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
5
,
p_preset_template_options
=>
't-TabsRegion-mod--simple'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_reference_id
=>
3221725015618492759
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10142969721629605
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10142605491629604
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10143217098629605
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10142605491629604
)
,
p_name
=>
'Tabs'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/title_bar.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/title_bar
begin
-- Manifest
-- REGION TEMPLATE: TITLE_BAR
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10145238625629609
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<nav id="#REGION_STATIC_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES# class="t-BreadcrumbRegion #REGION_CSS_CLASSES#">'
,
' <div class="t-BreadcrumbRegion-top">'
,
' <div class="t-BreadcrumbRegion-buttons t-BreadcrumbRegion-buttons--start">#UP#</div>'
,
' <div class="t-BreadcrumbRegion-body">'
,
' <div class="t-BreadcrumbRegion-breadcrumb">#BODY#</div>'
,
' <div class="t-BreadcrumbRegion-title">'
,
' <h1 id="#REGION_STATIC_ID#_heading" class="t-BreadcrumbRegion-titleText" data-apex-heading>#TITLE#</h1>'
,
' </div>'
,
' </div>'
,
' <div class="t-BreadcrumbRegion-buttons t-BreadcrumbRegion-buttons--end">#PREVIOUS##CLOSE##DELETE##HELP##CHANGE##EDIT##COPY##CREATE##NEXT#</div>'
,
' </div>'
,
' <div class="t-BreadcrumbRegion-bottom">#SMART_FILTERS#</div>'
,
'</nav>'
,
''
))
,
p_page_plug_template_name
=>
'Title Bar'
,
p_internal_name
=>
'TITLE_BAR'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
6
,
p_default_template_options
=>
't-BreadcrumbRegion--showBreadcrumb'
,
p_preset_template_options
=>
't-BreadcrumbRegion--useBreadcrumbTitle'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'navigation'
,
p_reference_id
=>
2530016523834132090
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10145535223629609
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10145238625629609
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10145874438629610
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10145238625629609
)
,
p_name
=>
'Change'
,
p_placeholder
=>
'CHANGE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10146123016629611
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10145238625629609
)
,
p_name
=>
'Close'
,
p_placeholder
=>
'CLOSE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10146454054629611
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10145238625629609
)
,
p_name
=>
'Copy'
,
p_placeholder
=>
'COPY'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10146744123629612
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10145238625629609
)
,
p_name
=>
'Create'
,
p_placeholder
=>
'CREATE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10147046710629612
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10145238625629609
)
,
p_name
=>
'Delete'
,
p_placeholder
=>
'DELETE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10147389277629613
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10145238625629609
)
,
p_name
=>
'Edit'
,
p_placeholder
=>
'EDIT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10147670722629613
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10145238625629609
)
,
p_name
=>
'Help'
,
p_placeholder
=>
'HELP'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10147959371629614
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10145238625629609
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10148280862629614
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10145238625629609
)
,
p_name
=>
'Previous'
,
p_placeholder
=>
'PREVIOUS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10148579950629614
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10145238625629609
)
,
p_name
=>
'Search Field and Smart Filters'
,
p_placeholder
=>
'SMART_FILTERS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10148858582629615
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10145238625629609
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10149188036629615
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10145238625629609
)
,
p_name
=>
'Up'
,
p_placeholder
=>
'UP'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/wizard_container.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/wizard_container
begin
-- Manifest
-- REGION TEMPLATE: WIZARD_CONTAINER
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10150372689629617
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Wizard #REGION_CSS_CLASSES#" id="#REGION_STATIC_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>'
,
' <div class="t-Wizard-header">'
,
' <h1 class="t-Wizard-title" id="#REGION_STATIC_ID#_heading" data-apex-heading>#TITLE#</h1>'
,
' <div class="u-Table t-Wizard-controls">'
,
' <div class="u-Table-fit t-Wizard-buttons">#PREVIOUS##CLOSE#</div>'
,
' <div class="u-Table-fill t-Wizard-steps">#BODY#</div>'
,
' <div class="u-Table-fit t-Wizard-buttons">#NEXT#</div>'
,
' </div>'
,
' </div>'
,
' <div class="t-Wizard-body">#SUB_REGIONS#</div>'
,
'</div>'
))
,
p_page_plug_template_name
=>
'Wizard Container'
,
p_internal_name
=>
'WIZARD_CONTAINER'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
8
,
p_preset_template_options
=>
't-Wizard--hideStepsXSmall'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'region'
,
p_region_title_dom_id
=>
'#REGION_STATIC_ID#_heading'
,
p_reference_id
=>
2117602213152591491
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10150682046629617
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10150372689629617
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10150995629629618
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10150372689629617
)
,
p_name
=>
'Close'
,
p_placeholder
=>
'CLOSE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10151292835629618
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10150372689629617
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10151573319629619
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10150372689629617
)
,
p_name
=>
'Previous'
,
p_placeholder
=>
'PREVIOUS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10151882790629619
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10150372689629617
)
,
p_name
=>
'Wizard Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/report/alerts.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/report/alerts
begin
-- Manifest
-- ROW TEMPLATE: ALERTS
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
10152849133629621
)
,
p_row_template_name
=>
'Alerts'
,
p_internal_name
=>
'ALERTS'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Alert t-Alert--horizontal t-Alert--colorBG t-Alert--defaultIcons t-Alert--#ALERT_TYPE#" role="alert">'
,
' <div class="t-Alert-wrap">'
,
' <div class="t-Alert-icon">'
,
' <span class="t-Icon" aria-hidden="true"></span>'
,
' </div>'
,
' <div class="t-Alert-content">'
,
' <div class="t-Alert-header">'
,
' <h2 class="t-Alert-title">#ALERT_TITLE#</h2>'
,
' </div>'
,
' <div class="t-Alert-body">'
,
' #ALERT_DESC#'
,
' </div>'
,
' </div>'
,
' <div class="t-Alert-buttons">'
,
' #ALERT_ACTION#'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_row_template_before_rows
=>
'<div class="t-Alerts #COMPONENT_CSS_CLASSES#" #REPORT_ATTRIBUTES# id="#REGION_STATIC_ID#_alerts" data-region-id="#REGION_STATIC_ID#">'
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</div>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'NAMED_COLUMNS'
,
p_row_template_display_cond1
=>
'0'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'0'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
14
,
p_reference_id
=>
2881456138952347027
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/report/badge_list.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/report/badge_list
begin
-- Manifest
-- ROW TEMPLATE: BADGE_LIST
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
10153034108629629
)
,
p_row_template_name
=>
'Badge List'
,
p_internal_name
=>
'BADGE_LIST'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-BadgeList-item">'
,
' <span class="t-BadgeList-wrap u-color">'
,
' <span class="t-BadgeList-label">#COLUMN_HEADER#</span>'
,
' <span class="t-BadgeList-value">#COLUMN_VALUE#</span>'
,
' </span>'
,
'</li>'
))
,
p_row_template_before_rows
=>
'<ul class="t-BadgeList #COMPONENT_CSS_CLASSES#" data-region-id="#REGION_STATIC_ID#">'
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</ul>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'GENERIC_COLUMNS'
,
p_row_template_display_cond1
=>
'0'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'0'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
6
,
p_preset_template_options
=>
't-BadgeList--large:t-BadgeList--fixed:t-BadgeList--circular'
,
p_reference_id
=>
2103197159775914759
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/report/cards.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/report/cards
begin
-- Manifest
-- ROW TEMPLATE: CARDS
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
10157089829629641
)
,
p_row_template_name
=>
'Cards'
,
p_internal_name
=>
'CARDS'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-Cards-item #CARD_MODIFIERS#">'
,
' <div class="t-Card">'
,
' <a href="#CARD_LINK#" class="t-Card-wrap">'
,
' <div class="t-Card-icon u-color #CARD_COLOR#"><span class="t-Icon fa #CARD_ICON#"><span class="t-Card-initials" role="presentation">#CARD_INITIALS#</span></span></div>'
,
' <div class="t-Card-titleWrap"><h3 class="t-Card-title">#CARD_TITLE#</h3><h4 class="t-Card-subtitle">#CARD_SUBTITLE#</h4></div>'
,
' <div class="t-Card-body">'
,
' <div class="t-Card-desc">#CARD_TEXT#</div>'
,
' <div class="t-Card-info">#CARD_SUBTEXT#</div>'
,
' </div>'
,
' <span class="t-Card-colorFill u-color #CARD_COLOR#"></span>'
,
' </a>'
,
' </div>'
,
'</li>'
))
,
p_row_template_condition1
=>
':CARD_LINK is not null'
,
p_row_template2
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-Cards-item #CARD_MODIFIERS#">'
,
' <div class="t-Card">'
,
' <div class="t-Card-wrap">'
,
' <div class="t-Card-icon u-color #CARD_COLOR#"><span class="t-Icon fa #CARD_ICON#"><span class="t-Card-initials" role="presentation">#CARD_INITIALS#</span></span></div>'
,
' <div class="t-Card-titleWrap"><h3 class="t-Card-title">#CARD_TITLE#</h3><h4 class="t-Card-subtitle">#CARD_SUBTITLE#</h4></div>'
,
' <div class="t-Card-body">'
,
' <div class="t-Card-desc">#CARD_TEXT#</div>'
,
' <div class="t-Card-info">#CARD_SUBTEXT#</div>'
,
' </div>'
,
' <span class="t-Card-colorFill u-color #CARD_COLOR#"></span>'
,
' </div>'
,
' </div>'
,
'</li>'
))
,
p_row_template_before_rows
=>
'<ul class="t-Cards #COMPONENT_CSS_CLASSES#" #REPORT_ATTRIBUTES# id="#REGION_STATIC_ID#_cards" data-region-id="#REGION_STATIC_ID#">'
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</ul>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'NAMED_COLUMNS'
,
p_row_template_display_cond1
=>
'NOT_CONDITIONAL'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'NOT_CONDITIONAL'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
7
,
p_preset_template_options
=>
't-Cards--animColorFill:t-Cards--3cols:t-Cards--basic'
,
p_reference_id
=>
2973535649510699732
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/report/comments.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/report/comments
begin
-- Manifest
-- ROW TEMPLATE: COMMENTS
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
10162452709629662
)
,
p_row_template_name
=>
'Comments'
,
p_internal_name
=>
'COMMENTS'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-Comments-item #COMMENT_MODIFIERS#">'
,
' <div class="t-Comments-icon">'
,
' <div class="t-Comments-userIcon #ICON_MODIFIER#" aria-hidden="true">#USER_ICON#</div>'
,
' </div>'
,
' <div class="t-Comments-body">'
,
' <div class="t-Comments-info">'
,
' #USER_NAME# <span class="t-Comments-date">#COMMENT_DATE#</span> <span class="t-Comments-actions">#ACTIONS#</span>'
,
' </div>'
,
' <div class="t-Comments-comment">'
,
' #COMMENT_TEXT##ATTRIBUTE_1##ATTRIBUTE_2##ATTRIBUTE_3##ATTRIBUTE_4#'
,
' </div>'
,
' </div>'
,
'</li>'
))
,
p_row_template_before_rows
=>
'<ul class="t-Comments #COMPONENT_CSS_CLASSES#" #REPORT_ATTRIBUTES# id="#REGION_STATIC_ID#_report" data-region-id="#REGION_STATIC_ID#">'
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</ul>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'NAMED_COLUMNS'
,
p_row_template_display_cond1
=>
'0'
,
p_row_template_display_cond2
=>
'NOT_CONDITIONAL'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'0'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
,
''
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
7
,
p_preset_template_options
=>
't-Comments--chat'
,
p_reference_id
=>
2611722012730764232
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/report/content_row.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/report/content_row
begin
-- Manifest
-- ROW TEMPLATE: CONTENT_ROW
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
10163687633629666
)
,
p_row_template_name
=>
'Content Row'
,
p_internal_name
=>
'CONTENT_ROW'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-ContentRow-item #ITEM_CLASSES#">'
,
' <div class="t-ContentRow-wrap">'
,
' <div class="t-ContentRow-selection">#SELECTION#</div>'
,
' <div class="t-ContentRow-iconWrap">'
,
' <span class="t-ContentRow-icon #ICON_CLASS#">#ICON_HTML#</span>'
,
' </div>'
,
' <div class="t-ContentRow-body">'
,
' <div class="t-ContentRow-content">'
,
' <h3 class="t-ContentRow-title">#TITLE#</h3>'
,
' <div class="t-ContentRow-description">#DESCRIPTION#</div>'
,
' </div>'
,
' <div class="t-ContentRow-misc">#MISC#</div>'
,
' <div class="t-ContentRow-actions">#ACTIONS#</div>'
,
' </div>'
,
' </div>'
,
'</li>'
))
,
p_row_template_before_rows
=>
'<ul class="t-ContentRow #COMPONENT_CSS_CLASSES#" #REPORT_ATTRIBUTES# id="#REGION_STATIC_ID#_report" data-region-id="#REGION_STATIC_ID#">'
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</ul>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'NAMED_COLUMNS'
,
p_row_template_display_cond1
=>
'0'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'0'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
4
,
p_reference_id
=>
1797843454948280151
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/report/contextual_info.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/report/contextual_info
begin
-- Manifest
-- ROW TEMPLATE: CONTEXTUAL_INFO
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
10166811657629672
)
,
p_row_template_name
=>
'Contextual Info'
,
p_internal_name
=>
'CONTEXTUAL_INFO'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-ContextualInfo-item">'
,
' <span class="t-ContextualInfo-label">#COLUMN_HEADER#</span>'
,
' <span class="t-ContextualInfo-value">#COLUMN_VALUE#</span>'
,
'</div>'
))
,
p_row_template_before_rows
=>
' <div class="t-ContextualInfo #COMPONENT_CSS_CLASSES#" id="report_#REGION_STATIC_ID#" #REPORT_ATTRIBUTES# data-region-id="#REGION_STATIC_ID#">'
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</div>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'GENERIC_COLUMNS'
,
p_row_template_display_cond1
=>
'0'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'0'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
6
,
p_reference_id
=>
2114325881116323585
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/report/media_list.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/report/media_list
begin
-- Manifest
-- ROW TEMPLATE: MEDIA_LIST
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
10167801265629674
)
,
p_row_template_name
=>
'Media List'
,
p_internal_name
=>
'MEDIA_LIST'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-MediaList-item #LIST_CLASS#">'
,
' <a href="#LINK#" class="t-MediaList-itemWrap #LINK_CLASS#" #LINK_ATTR#>'
,
' <div class="t-MediaList-iconWrap" aria-hidden="true">'
,
' <span class="t-MediaList-icon u-color #ICON_COLOR_CLASS#"><span class="t-Icon #ICON_CLASS#"></span></span>'
,
' </div>'
,
' <div class="t-MediaList-body">'
,
' <h3 class="t-MediaList-title">#LIST_TITLE#</h3>'
,
' <p class="t-MediaList-desc">#LIST_TEXT#</p>'
,
' </div>'
,
' <div class="t-MediaList-badgeWrap">'
,
' <span class="t-MediaList-badge">#LIST_BADGE#</span>'
,
' </div>'
,
' </a>'
,
'</li>'
,
''
))
,
p_row_template_condition1
=>
':LINK is not null'
,
p_row_template2
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-MediaList-item #LIST_CLASS#">'
,
' <div class="t-MediaList-itemWrap #LINK_CLASS#" #LINK_ATTR#>'
,
' <div class="t-MediaList-iconWrap" aria-hidden="true">'
,
' <span class="t-MediaList-icon u-color #ICON_COLOR_CLASS#"><span class="t-Icon #ICON_CLASS#"></span></span>'
,
' </div>'
,
' <div class="t-MediaList-body">'
,
' <h3 class="t-MediaList-title">#LIST_TITLE#</h3>'
,
' <p class="t-MediaList-desc">#LIST_TEXT#</p>'
,
' </div>'
,
' <div class="t-MediaList-badgeWrap">'
,
' <span class="t-MediaList-badge">#LIST_BADGE#</span>'
,
' </div>'
,
' </div>'
,
'</li>'
,
''
))
,
p_row_template_before_rows
=>
'<ul class="t-MediaList #COMPONENT_CSS_CLASSES#" #REPORT_ATTRIBUTES# id="#REGION_STATIC_ID#_report" data-region-id="#REGION_STATIC_ID#">'
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</ul>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'NAMED_COLUMNS'
,
p_row_template_display_cond1
=>
'NOT_CONDITIONAL'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'NOT_CONDITIONAL'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
1
,
p_default_template_options
=>
't-MediaList--showIcons:t-MediaList--showDesc'
,
p_preset_template_options
=>
't-MediaList--stack'
,
p_reference_id
=>
2092157460408299055
,
p_translate_this_template
=>
'N'
,
p_row_template_comment
=>
' (SELECT link_text, link_target, detail1, detail2, last_modified)'
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/report/search_results.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/report/search_results
begin
-- Manifest
-- ROW TEMPLATE: SEARCH_RESULTS
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
10170893843629679
)
,
p_row_template_name
=>
'Search Results'
,
p_internal_name
=>
'SEARCH_RESULTS'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
' <li class="t-SearchResults-item">'
,
' <h3 class="t-SearchResults-title"><a href="#SEARCH_LINK#">#SEARCH_TITLE#</a></h3>'
,
' <div class="t-SearchResults-info">'
,
' <p class="t-SearchResults-desc">#SEARCH_DESC#</p>'
,
' <span class="t-SearchResults-misc">#LABEL_01#: #VALUE_01#</span>'
,
' </div>'
,
' </li>'
))
,
p_row_template_condition1
=>
':LABEL_02 is null'
,
p_row_template2
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
' <li class="t-SearchResults-item">'
,
' <h3 class="t-SearchResults-title"><a href="#SEARCH_LINK#">#SEARCH_TITLE#</a></h3>'
,
' <div class="t-SearchResults-info">'
,
' <p class="t-SearchResults-desc">#SEARCH_DESC#</p>'
,
' <span class="t-SearchResults-misc">#LABEL_01#: #VALUE_01#</span>'
,
' <span class="t-SearchResults-misc">#LABEL_02#: #VALUE_02#</span>'
,
' </div>'
,
' </li>'
))
,
p_row_template_condition2
=>
':LABEL_03 is null'
,
p_row_template3
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
' <li class="t-SearchResults-item">'
,
' <h3 class="t-SearchResults-title"><a href="#SEARCH_LINK#">#SEARCH_TITLE#</a></h3>'
,
' <div class="t-SearchResults-info">'
,
' <p class="t-SearchResults-desc">#SEARCH_DESC#</p>'
,
' <span class="t-SearchResults-misc">#LABEL_01#: #VALUE_01#</span>'
,
' <span class="t-SearchResults-misc">#LABEL_02#: #VALUE_02#</span>'
,
' <span class="t-SearchResults-misc">#LABEL_03#: #VALUE_03#</span>'
,
' </div>'
,
' </li>'
))
,
p_row_template_condition3
=>
':LABEL_04 is null'
,
p_row_template4
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
' <li class="t-SearchResults-item">'
,
' <h3 class="t-SearchResults-title"><a href="#SEARCH_LINK#">#SEARCH_TITLE#</a></h3>'
,
' <div class="t-SearchResults-info">'
,
' <p class="t-SearchResults-desc">#SEARCH_DESC#</p>'
,
' <span class="t-SearchResults-misc">#LABEL_01#: #VALUE_01#</span>'
,
' <span class="t-SearchResults-misc">#LABEL_02#: #VALUE_02#</span>'
,
' <span class="t-SearchResults-misc">#LABEL_03#: #VALUE_03#</span>'
,
' <span class="t-SearchResults-misc">#LABEL_04#: #VALUE_04#</span>'
,
' </div>'
,
' </li>'
))
,
p_row_template_before_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-SearchResults #COMPONENT_CSS_CLASSES#" #REPORT_ATTRIBUTES# id="#REGION_STATIC_ID#_report" data-region-id="#REGION_STATIC_ID#">'
,
'<ul class="t-SearchResults-list">'
))
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</ul>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
,
'</div>'
))
,
p_row_template_type
=>
'NAMED_COLUMNS'
,
p_row_template_display_cond1
=>
'NOT_CONDITIONAL'
,
p_row_template_display_cond2
=>
'NOT_CONDITIONAL'
,
p_row_template_display_cond3
=>
'NOT_CONDITIONAL'
,
p_row_template_display_cond4
=>
'NOT_CONDITIONAL'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
1
,
p_reference_id
=>
4070913431524059316
,
p_translate_this_template
=>
'N'
,
p_row_template_comment
=>
' (SELECT link_text, link_target, detail1, detail2, last_modified)'
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/report/standard.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/report/standard
begin
-- Manifest
-- ROW TEMPLATE: STANDARD
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
10171025961629680
)
,
p_row_template_name
=>
'Standard'
,
p_internal_name
=>
'STANDARD'
,
p_row_template1
=>
'<td class="t-Report-cell" #ALIGNMENT# #ACCESSIBLE_HEADERS#>#COLUMN_VALUE#</td>'
,
p_row_template_before_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Report #COMPONENT_CSS_CLASSES#" id="report_#REGION_STATIC_ID#" #REPORT_ATTRIBUTES# data-region-id="#REGION_STATIC_ID#">'
,
' <div class="t-Report-wrap">'
,
' <table class="t-Report-pagination" role="presentation">#TOP_PAGINATION#</table>'
,
' <div class="t-Report-tableWrap">'
,
' <table class="t-Report-report" id="report_table_#REGION_STATIC_ID#" aria-label="#REGION_TITLE#">'
))
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
' </tbody>'
,
' </table>'
,
' </div>'
,
' <div class="t-Report-links">#EXTERNAL_LINK##CSV_LINK#</div>'
,
' <table class="t-Report-pagination t-Report-pagination--bottom" role="presentation">#PAGINATION#</table>'
,
' </div>'
,
'</div>'
))
,
p_row_template_before_first
=>
'<tr>'
,
p_row_template_after_last
=>
'</tr>'
,
p_row_template_type
=>
'GENERIC_COLUMNS'
,
p_before_column_heading
=>
'<thead>'
,
p_column_heading_template
=>
'<th class="t-Report-colHead" #ARIA_SORT# #ALIGNMENT# id="#COLUMN_HEADER_NAME#" #COLUMN_WIDTH#>#COLUMN_HEADER#</th>'
,
p_after_column_heading
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</thead>'
,
'<tbody>'
))
,
p_row_template_display_cond1
=>
'0'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'0'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
4
,
p_preset_template_options
=>
't-Report--altRowsDefault:t-Report--rowHighlight'
,
p_reference_id
=>
2537207537838287671
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/report/timeline.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/report/timeline
begin
-- Manifest
-- ROW TEMPLATE: TIMELINE
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
10173670826629687
)
,
p_row_template_name
=>
'Timeline'
,
p_internal_name
=>
'TIMELINE'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-Timeline-item #EVENT_MODIFIERS#" #EVENT_ATTRIBUTES#>'
,
' <div class="t-Timeline-wrap">'
,
' <div class="t-Timeline-user">'
,
' <div class="t-Timeline-avatar #USER_COLOR#" role="presentation">'
,
' #USER_AVATAR#'
,
' </div>'
,
' <div class="t-Timeline-userinfo">'
,
' <span class="t-Timeline-username">#USER_NAME#</span>'
,
' <span class="t-Timeline-date">#EVENT_DATE#</span>'
,
' </div>'
,
' </div>'
,
' <div class="t-Timeline-content">'
,
' <div class="t-Timeline-typeWrap">'
,
' <div class="t-Timeline-type #EVENT_STATUS#">'
,
' <span class="t-Icon #EVENT_ICON#"></span>'
,
' <span class="t-Timeline-typename">#EVENT_TYPE#</span>'
,
' </div>'
,
' </div>'
,
' <div class="t-Timeline-body">'
,
' <h3 class="t-Timeline-title">#EVENT_TITLE#</h3>'
,
' <p class="t-Timeline-desc">#EVENT_DESC#</p>'
,
' </div>'
,
' </div>'
,
' </div>'
,
'</li>'
))
,
p_row_template_condition1
=>
':EVENT_LINK is null'
,
p_row_template2
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-Timeline-item #EVENT_MODIFIERS#" #EVENT_ATTRIBUTES#>'
,
' <a href="#EVENT_LINK#" class="t-Timeline-wrap">'
,
' <div class="t-Timeline-user">'
,
' <div class="t-Timeline-avatar #USER_COLOR#" role="presentation">'
,
' #USER_AVATAR#'
,
' </div>'
,
' <div class="t-Timeline-userinfo">'
,
' <span class="t-Timeline-username">#USER_NAME#</span>'
,
' <span class="t-Timeline-date">#EVENT_DATE#</span>'
,
' </div>'
,
' </div>'
,
' <div class="t-Timeline-content">'
,
' <div class="t-Timeline-typeWrap">'
,
' <div class="t-Timeline-type #EVENT_STATUS#">'
,
' <span class="t-Icon #EVENT_ICON#"></span>'
,
' <span class="t-Timeline-typename">#EVENT_TYPE#</span>'
,
' </div>'
,
' </div>'
,
' <div class="t-Timeline-body">'
,
' <h3 class="t-Timeline-title">#EVENT_TITLE#</h3>'
,
' <p class="t-Timeline-desc">#EVENT_DESC#</p>'
,
' </div>'
,
' </div>'
,
' </a>'
,
'</li>'
))
,
p_row_template_before_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<ul class="t-Timeline #COMPONENT_CSS_CLASSES#" #REPORT_ATTRIBUTES# id="#REGION_STATIC_ID#_timeline" data-region-id="#REGION_STATIC_ID#">'
,
''
))
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</ul>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'NAMED_COLUMNS'
,
p_row_template_display_cond1
=>
'NOT_CONDITIONAL'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'NOT_CONDITIONAL'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
7
,
p_reference_id
=>
1513373588340069864
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/report/value_attribute_pairs_column.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/report/value_attribute_pairs_column
begin
-- Manifest
-- ROW TEMPLATE: VALUE_ATTRIBUTE_PAIRS_COLUMN
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
10174042807629688
)
,
p_row_template_name
=>
'Value Attribute Pairs - Column'
,
p_internal_name
=>
'VALUE_ATTRIBUTE_PAIRS_COLUMN'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<dt class="t-AVPList-label">'
,
' #COLUMN_HEADER#'
,
'</dt>'
,
'<dd class="t-AVPList-value">'
,
' #COLUMN_VALUE#'
,
'</dd>'
))
,
p_row_template_before_rows
=>
'<dl class="t-AVPList #COMPONENT_CSS_CLASSES#" #REPORT_ATTRIBUTES# data-region-id="#REGION_STATIC_ID#">'
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</dl>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'GENERIC_COLUMNS'
,
p_row_template_display_cond1
=>
'0'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'0'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
6
,
p_preset_template_options
=>
't-AVPList--leftAligned'
,
p_reference_id
=>
2099068636272681754
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/report/value_attribute_pairs_row.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/report/value_attribute_pairs_row
begin
-- Manifest
-- ROW TEMPLATE: VALUE_ATTRIBUTE_PAIRS_ROW
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_row_template
(
p_id
=>
wwv_flow_imp
.
id
(
10176089039629693
)
,
p_row_template_name
=>
'Value Attribute Pairs - Row'
,
p_internal_name
=>
'VALUE_ATTRIBUTE_PAIRS_ROW'
,
p_row_template1
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<dt class="t-AVPList-label">'
,
' #1#'
,
'</dt>'
,
'<dd class="t-AVPList-value">'
,
' #2#'
,
'</dd>'
))
,
p_row_template_before_rows
=>
'<dl class="t-AVPList #COMPONENT_CSS_CLASSES#" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#" data-region-id="#REGION_STATIC_ID#">'
,
p_row_template_after_rows
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'</dl>'
,
'<table class="t-Report-pagination" role="presentation">#PAGINATION#</table>'
))
,
p_row_template_type
=>
'NAMED_COLUMNS'
,
p_row_template_display_cond1
=>
'0'
,
p_row_template_display_cond2
=>
'0'
,
p_row_template_display_cond3
=>
'0'
,
p_row_template_display_cond4
=>
'0'
,
p_pagination_template
=>
'<span class="t-Report-paginationText">#TEXT#</span>'
,
p_next_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS#'
,
'</a>'
))
,
p_next_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--next">'
,
' #PAGINATION_NEXT_SET#<span class="a-Icon icon-right-arrow" aria-hidden="true"></span>'
,
'</a>'
))
,
p_previous_set_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<a href="#LINK#" class="t-Button t-Button--small t-Button--noUI t-Report-paginationLink t-Report-paginationLink--prev">'
,
' <span class="a-Icon icon-left-arrow" aria-hidden="true"></span>#PAGINATION_PREVIOUS_SET#'
,
'</a>'
))
,
p_theme_id
=>
42
,
p_theme_class_id
=>
7
,
p_preset_template_options
=>
't-AVPList--leftAligned'
,
p_reference_id
=>
2099068321678681753
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/theme_files.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/theme_files
begin
-- Manifest
-- THEME FILES: 20011
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
null
;
wwv_flow_imp
.
component_end
;
end
;
/
Prev
1
…
3
4
5
6
7
8
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment